Black (Neutral)
#0A0A0C
RGB: 10, 10, 12
Color OverviewHEX #0A0A0C

#0A0A0C Color Code Information

In the RGB color space, #0A0A0C is composed of 4% red, 4% green, and 5% blue. In the HSL color space, it has a hue of 240°, saturation of 9%, and lightness of 4%.

HEX
#0A0A0C
RGB
10, 10, 12
HSL
240°, 9%, 4%
HSV
240°, 17%, 5%
CMYK
17%, 17%, 0%, 95%
Name Match
Black
Closest Standard

Shades of #0A0A0C (Darker Variations)

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

Tints of #0A0A0C (Lighter Variations)

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

Tones of #0A0A0C (Muted Variations)

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

Color Harmonies for #0A0A0C

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 #0A0A0C Background
Contrast Ratio against Pure White (#FFFFFF):19.78 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #0A0A0C Background
Contrast Ratio against Pure Black (#000000):1.06 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #0A0A0C;
}

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