Charcoal (Neutral)
#202A25
RGB: 32, 42, 37
Color OverviewHEX #202A25

#202A25 Color Code Information

In the RGB color space, #202A25 is composed of 13% red, 16% green, and 15% blue. In the HSL color space, it has a hue of 150°, saturation of 14%, and lightness of 15%.

HEX
#202A25
RGB
32, 42, 37
HSL
150°, 14%, 15%
HSV
150°, 24%, 16%
CMYK
24%, 0%, 12%, 84%
Name Match
Charcoal
Closest Standard

Shades of #202A25 (Darker Variations)

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

Tints of #202A25 (Lighter Variations)

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

Tones of #202A25 (Muted Variations)

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

Color Harmonies for #202A25

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 #202A25 Background
Contrast Ratio against Pure White (#FFFFFF):14.8 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #202A25 Background
Contrast Ratio against Pure Black (#000000):1.42 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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