Charcoal (Neutral)
#322F2F
RGB: 50, 47, 47
Color OverviewHEX #322F2F

#322F2F Color Code Information

In the RGB color space, #322F2F is composed of 20% red, 18% green, and 18% blue. In the HSL color space, it has a hue of 0°, saturation of 3%, and lightness of 19%.

HEX
#322F2F
RGB
50, 47, 47
HSL
0°, 3%, 19%
HSV
0°, 6%, 20%
CMYK
0%, 6%, 6%, 80%
Name Match
Charcoal
Closest Standard

Shades of #322F2F (Darker Variations)

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

Tints of #322F2F (Lighter Variations)

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

Tones of #322F2F (Muted Variations)

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

Color Harmonies for #322F2F

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

Developer Code Snippets & Tailwind CSS

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

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