Charcoal (Neutral)
#32012B
RGB: 50, 1, 43
Color OverviewHEX #32012B

#32012B Color Code Information

In the RGB color space, #32012B is composed of 20% red, 0% green, and 17% blue. In the HSL color space, it has a hue of 309°, saturation of 96%, and lightness of 10%.

HEX
#32012B
RGB
50, 1, 43
HSL
309°, 96%, 10%
HSV
309°, 98%, 20%
CMYK
0%, 98%, 14%, 80%
Name Match
Charcoal
Closest Standard

Shades of #32012B (Darker Variations)

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

Tints of #32012B (Lighter Variations)

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

Tones of #32012B (Muted Variations)

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

Color Harmonies for #32012B

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

Developer Code Snippets & Tailwind CSS

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

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