Charcoal (Neutral)
#26281C
RGB: 38, 40, 28
Color OverviewHEX #26281C

#26281C Color Code Information

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

HEX
#26281C
RGB
38, 40, 28
HSL
70°, 18%, 13%
HSV
70°, 30%, 16%
CMYK
5%, 0%, 30%, 84%
Name Match
Charcoal
Closest Standard

Shades of #26281C (Darker Variations)

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

Tints of #26281C (Lighter Variations)

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

Tones of #26281C (Muted Variations)

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

Color Harmonies for #26281C

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 #26281C Background
Contrast Ratio against Pure White (#FFFFFF):14.97 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #26281C Background
Contrast Ratio against Pure Black (#000000):1.4 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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