Black (Neutral)
#020304
RGB: 2, 3, 4
Color OverviewHEX #020304
#020304 Color Code Information
In the RGB color space, #020304 is composed of 1% red, 1% green, and 2% blue. In the HSL color space, it has a hue of 210°, saturation of 33%, and lightness of 1%.
HEX
#020304
RGB
2, 3, 4
HSL
210°, 33%, 1%
HSV
210°, 50%, 2%
CMYK
50%, 25%, 0%, 98%
Name Match
Black
Closest StandardShades of #020304 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #020304 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #020304 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #020304
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #020304 Background
Contrast Ratio against Pure White (#FFFFFF):20.64 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #020304 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: #020304;
}
.element {
color: #020304;
background-color: #020304;
border-color: #020304;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#020304] text-[#020304] border-[#020304]"> Content styled with #020304 </div>