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