Charcoal (Neutral)
#212112
RGB: 33, 33, 18
Color OverviewHEX #212112

#212112 Color Code Information

In the RGB color space, #212112 is composed of 13% red, 13% green, and 7% blue. In the HSL color space, it has a hue of 60°, saturation of 29%, and lightness of 10%.

HEX
#212112
RGB
33, 33, 18
HSL
60°, 29%, 10%
HSV
60°, 45%, 13%
CMYK
0%, 0%, 45%, 87%
Name Match
Charcoal
Closest Standard

Shades of #212112 (Darker Variations)

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

Tints of #212112 (Lighter Variations)

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

Tones of #212112 (Muted Variations)

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

Color Harmonies for #212112

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 #212112 Background
Contrast Ratio against Pure White (#FFFFFF):16.27 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #212112 Background
Contrast Ratio against Pure Black (#000000):1.29 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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