Charcoal (Neutral)
#21171C
RGB: 33, 23, 28
Color OverviewHEX #21171C

#21171C Color Code Information

In the RGB color space, #21171C is composed of 13% red, 9% green, and 11% blue. In the HSL color space, it has a hue of 330°, saturation of 18%, and lightness of 11%.

HEX
#21171C
RGB
33, 23, 28
HSL
330°, 18%, 11%
HSV
330°, 30%, 13%
CMYK
0%, 30%, 15%, 87%
Name Match
Charcoal
Closest Standard

Shades of #21171C (Darker Variations)

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

Tints of #21171C (Lighter Variations)

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

Tones of #21171C (Muted Variations)

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

Color Harmonies for #21171C

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

Developer Code Snippets & Tailwind CSS

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

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