Charcoal (Neutral)
#0A291D
RGB: 10, 41, 29
Color OverviewHEX #0A291D

#0A291D Color Code Information

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

HEX
#0A291D
RGB
10, 41, 29
HSL
157°, 61%, 10%
HSV
157°, 76%, 16%
CMYK
76%, 0%, 29%, 84%
Name Match
Charcoal
Closest Standard

Shades of #0A291D (Darker Variations)

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

Tints of #0A291D (Lighter Variations)

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

Tones of #0A291D (Muted Variations)

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

Color Harmonies for #0A291D

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

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