Charcoal (Neutral)
#22192A
RGB: 34, 25, 42
Color OverviewHEX #22192A

#22192A Color Code Information

In the RGB color space, #22192A is composed of 13% red, 10% green, and 16% blue. In the HSL color space, it has a hue of 272°, saturation of 25%, and lightness of 13%.

HEX
#22192A
RGB
34, 25, 42
HSL
272°, 25%, 13%
HSV
272°, 40%, 16%
CMYK
19%, 40%, 0%, 84%
Name Match
Charcoal
Closest Standard

Shades of #22192A (Darker Variations)

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

Tints of #22192A (Lighter Variations)

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

Tones of #22192A (Muted Variations)

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

Color Harmonies for #22192A

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

Developer Code Snippets & Tailwind CSS

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

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