Charcoal (Neutral)
#2C191A
RGB: 44, 25, 26
Color OverviewHEX #2C191A

#2C191A Color Code Information

In the RGB color space, #2C191A is composed of 17% red, 10% green, and 10% blue. In the HSL color space, it has a hue of 357°, saturation of 28%, and lightness of 14%.

HEX
#2C191A
RGB
44, 25, 26
HSL
357°, 28%, 14%
HSV
357°, 43%, 17%
CMYK
0%, 43%, 41%, 83%
Name Match
Charcoal
Closest Standard

Shades of #2C191A (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #2C191A (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #2C191A (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #2C191A

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #2C191A Background
Contrast Ratio against Pure White (#FFFFFF):16.65 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #2C191A Background
Contrast Ratio against Pure Black (#000000):1.26 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #2C191A;
}

.element {
  color: #2C191A;
  background-color: #2C191A;
  border-color: #2C191A;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#2C191A] text-[#2C191A] border-[#2C191A]">
  Content styled with #2C191A
</div>