Skip to main content

Coffee Bean

#2C1511

Coffee Bean is a warm dark color with the hex code #2C1511. This moderately saturated hue can be represented as RGB 44, 21, 17 in digital design or CMYK 0%, 52%, 61%, 83% for print applications. Find matching Pantone color.

Coffee Bean color values

HEX
#2C1511
RGB
44, 21, 17
HSL
9°, 44%, 12%
CMYK
0, 52, 61, 83

About this color

Coffee Bean sits at 9° on the color wheel with 44% saturation and 12% lightness, placing it in the red segment of the spectrum. The moderate 44% saturation gives it enough color presence to register clearly without competing for dominance in a composition. Near-black lightness makes it read as a deep, absorptive tone — color is implied more than seen.

In digital environments, Coffee Bean is rendered as rgb(44, 21, 17), where the red channel dominates at 44, though the other channels keep the hue balanced. This warm mid-tone carries enough energy to serve as an accent without the intensity of a highly saturated warm color.

For print, Coffee Bean translates to a CMYK breakdown of 0C 52M 61Y 83K. The dominant black channel (83%) does most of the tonal work here — cyan, magenta, and yellow contribute minimally, so the printed result will be a deep, near-neutral tone that reads differently from its screen equivalent. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Coffee Bean

CSS Variable

:root {
  --brand-primary: #2C1511;
  --brand-primary-rgb: 44, 21, 17;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#2C1511',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 0%
M: 52%
Y: 61%
K: 83%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(44, 21, 17)
rgba(44, 21, 17, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #2C1511?
#2C1511 is Coffee Bean, a warm dark color with RGB values of 44, 21, 17. It has a hue of 9°, 44% saturation, and 12% lightness in the HSL color space.
What is the RGB value of #2C1511?
The RGB color code for #2C1511 is rgb(44, 21, 17). This means it contains 44 red, 21 green, and 17 blue in the RGB color model.
Is Coffee Bean a warm or cool color?
Coffee Bean (#2C1511) is a warm color with a hue between 0-60° or 300-360° on the color wheel.
How do I use #2C1511 in CSS?
You can use #2C1511 in CSS with: background-color: #2C1511; or color: #2C1511; or as an RGB value: rgb(44, 21, 17). For print design, use CMYK: 0%, 52%, 61%, 83%.