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