Charcoal (Neutral)
#32313A
RGB: 50, 49, 58
Color OverviewHEX #32313A
#32313A Color Code Information
In the RGB color space, #32313A is composed of 20% red, 19% green, and 23% blue. In the HSL color space, it has a hue of 247°, saturation of 8%, and lightness of 21%.
HEX
#32313A
RGB
50, 49, 58
HSL
247°, 8%, 21%
HSV
247°, 16%, 23%
CMYK
14%, 16%, 0%, 77%
Name Match
Charcoal
Closest StandardShades of #32313A (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #32313A (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #32313A (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #32313A
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #32313A Background
Contrast Ratio against Pure White (#FFFFFF):12.84 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #32313A Background
Contrast Ratio against Pure Black (#000000):1.64 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #32313A;
}
.element {
color: #32313A;
background-color: #32313A;
border-color: #32313A;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#32313A] text-[#32313A] border-[#32313A]"> Content styled with #32313A </div>