Charcoal (Neutral)
#182726
RGB: 24, 39, 38
Color OverviewHEX #182726

#182726 Color Code Information

In the RGB color space, #182726 is composed of 9% red, 15% green, and 15% blue. In the HSL color space, it has a hue of 176°, saturation of 24%, and lightness of 12%.

HEX
#182726
RGB
24, 39, 38
HSL
176°, 24%, 12%
HSV
176°, 38%, 15%
CMYK
38%, 0%, 3%, 85%
Name Match
Charcoal
Closest Standard

Shades of #182726 (Darker Variations)

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

Tints of #182726 (Lighter Variations)

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

Tones of #182726 (Muted Variations)

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

Color Harmonies for #182726

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

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