Charcoal (Neutral)
#242413
RGB: 36, 36, 19
Color OverviewHEX #242413

#242413 Color Code Information

In the RGB color space, #242413 is composed of 14% red, 14% green, and 7% blue. In the HSL color space, it has a hue of 60°, saturation of 31%, and lightness of 11%.

HEX
#242413
RGB
36, 36, 19
HSL
60°, 31%, 11%
HSV
60°, 47%, 14%
CMYK
0%, 0%, 47%, 86%
Name Match
Charcoal
Closest Standard

Shades of #242413 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #242413 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #242413 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #242413

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #242413 Background
Contrast Ratio against Pure White (#FFFFFF):15.71 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #242413 Background
Contrast Ratio against Pure Black (#000000):1.34 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #242413;
}

.element {
  color: #242413;
  background-color: #242413;
  border-color: #242413;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#242413] text-[#242413] border-[#242413]">
  Content styled with #242413
</div>