Black (Neutral)
#05020D
RGB: 5, 2, 13
Color OverviewHEX #05020D

#05020D Color Code Information

In the RGB color space, #05020D is composed of 2% red, 1% green, and 5% blue. In the HSL color space, it has a hue of 256°, saturation of 73%, and lightness of 3%.

HEX
#05020D
RGB
5, 2, 13
HSL
256°, 73%, 3%
HSV
256°, 85%, 5%
CMYK
62%, 85%, 0%, 95%
Name Match
Black
Closest Standard

Shades of #05020D (Darker Variations)

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

Tints of #05020D (Lighter Variations)

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

Tones of #05020D (Muted Variations)

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

Color Harmonies for #05020D

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 #05020D Background
Contrast Ratio against Pure White (#FFFFFF):20.57 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #05020D Background
Contrast Ratio against Pure Black (#000000):1.02 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #05020D;
}

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