Charcoal (Neutral)
#26222F
RGB: 38, 34, 47
Color OverviewHEX #26222F

#26222F Color Code Information

In the RGB color space, #26222F is composed of 15% red, 13% green, and 18% blue. In the HSL color space, it has a hue of 258°, saturation of 16%, and lightness of 16%.

HEX
#26222F
RGB
38, 34, 47
HSL
258°, 16%, 16%
HSV
258°, 28%, 18%
CMYK
19%, 28%, 0%, 82%
Name Match
Charcoal
Closest Standard

Shades of #26222F (Darker Variations)

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

Tints of #26222F (Lighter Variations)

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

Tones of #26222F (Muted Variations)

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

Color Harmonies for #26222F

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 #26222F Background
Contrast Ratio against Pure White (#FFFFFF):15.53 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #26222F Background
Contrast Ratio against Pure Black (#000000):1.35 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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