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