Charcoal (Neutral)
#323339
RGB: 50, 51, 57
Color OverviewHEX #323339
#323339 Color Code Information
In the RGB color space, #323339 is composed of 20% red, 20% green, and 22% blue. In the HSL color space, it has a hue of 231°, saturation of 7%, and lightness of 21%.
HEX
#323339
RGB
50, 51, 57
HSL
231°, 7%, 21%
HSV
231°, 12%, 22%
CMYK
12%, 11%, 0%, 78%
Name Match
Charcoal
Closest StandardShades of #323339 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #323339 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #323339 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #323339
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 #323339 Background
Contrast Ratio against Pure White (#FFFFFF):12.59 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #323339 Background
Contrast Ratio against Pure Black (#000000):1.67 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #323339;
}
.element {
color: #323339;
background-color: #323339;
border-color: #323339;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#323339] text-[#323339] border-[#323339]"> Content styled with #323339 </div>