Charcoal (Neutral)
#22151C
RGB: 34, 21, 28
Color OverviewHEX #22151C

#22151C Color Code Information

In the RGB color space, #22151C is composed of 13% red, 8% green, and 11% blue. In the HSL color space, it has a hue of 328°, saturation of 24%, and lightness of 11%.

HEX
#22151C
RGB
34, 21, 28
HSL
328°, 24%, 11%
HSV
328°, 38%, 13%
CMYK
0%, 38%, 18%, 87%
Name Match
Charcoal
Closest Standard

Shades of #22151C (Darker Variations)

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

Tints of #22151C (Lighter Variations)

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

Tones of #22151C (Muted Variations)

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

Color Harmonies for #22151C

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

Developer Code Snippets & Tailwind CSS

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

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