Charcoal (Neutral)
#0A291B
RGB: 10, 41, 27
Color OverviewHEX #0A291B

#0A291B Color Code Information

In the RGB color space, #0A291B is composed of 4% red, 16% green, and 11% blue. In the HSL color space, it has a hue of 153°, saturation of 61%, and lightness of 10%.

HEX
#0A291B
RGB
10, 41, 27
HSL
153°, 61%, 10%
HSV
153°, 76%, 16%
CMYK
76%, 0%, 34%, 84%
Name Match
Charcoal
Closest Standard

Shades of #0A291B (Darker Variations)

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

Tints of #0A291B (Lighter Variations)

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

Tones of #0A291B (Muted Variations)

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

Color Harmonies for #0A291B

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

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