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