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