Charcoal (Neutral)
#392C33
RGB: 57, 44, 51
Color OverviewHEX #392C33

#392C33 Color Code Information

In the RGB color space, #392C33 is composed of 22% red, 17% green, and 20% blue. In the HSL color space, it has a hue of 328°, saturation of 13%, and lightness of 20%.

HEX
#392C33
RGB
57, 44, 51
HSL
328°, 13%, 20%
HSV
328°, 23%, 22%
CMYK
0%, 23%, 11%, 78%
Name Match
Charcoal
Closest Standard

Shades of #392C33 (Darker Variations)

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

Tints of #392C33 (Lighter Variations)

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

Tones of #392C33 (Muted Variations)

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

Color Harmonies for #392C33

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 #392C33 Background
Contrast Ratio against Pure White (#FFFFFF):13.27 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #392C33 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: #392C33;
}

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