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