Charcoal (Neutral)
#232523
RGB: 35, 37, 35
Color OverviewHEX #232523

#232523 Color Code Information

In the RGB color space, #232523 is composed of 14% red, 15% green, and 14% blue. In the HSL color space, it has a hue of 120°, saturation of 3%, and lightness of 14%.

HEX
#232523
RGB
35, 37, 35
HSL
120°, 3%, 14%
HSV
120°, 5%, 15%
CMYK
5%, 0%, 5%, 85%
Name Match
Charcoal
Closest Standard

Shades of #232523 (Darker Variations)

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

Tints of #232523 (Lighter Variations)

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

Tones of #232523 (Muted Variations)

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

Color Harmonies for #232523

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 #232523 Background
Contrast Ratio against Pure White (#FFFFFF):15.44 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #232523 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: #232523;
}

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