Black (Neutral)
#020604
RGB: 2, 6, 4
Color OverviewHEX #020604

#020604 Color Code Information

In the RGB color space, #020604 is composed of 1% red, 2% green, and 2% blue. In the HSL color space, it has a hue of 150°, saturation of 50%, and lightness of 2%.

HEX
#020604
RGB
2, 6, 4
HSL
150°, 50%, 2%
HSV
150°, 67%, 2%
CMYK
67%, 0%, 33%, 98%
Name Match
Black
Closest Standard

Shades of #020604 (Darker Variations)

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

Tints of #020604 (Lighter Variations)

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

Tones of #020604 (Muted Variations)

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

Color Harmonies for #020604

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

Developer Code Snippets & Tailwind CSS

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

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