#020000#020000
#020000 is a very dark, muted red. Relative luminance 0.000; OKLCH L 5.3% C 0.022 H 29.2°. Best body text is #FFFFFF at 20.95:1 contrast (WCAG AA passes).
Color values
| HEX | #020000 |
|---|---|
| RGB | rgb(2, 0, 0) |
| HSL | hsl(0, 100%, 0%) |
| HSV | hsv(0, 100%, 1%) |
| CMYK | cmyk(0%, 100%, 100%, 99.2%) |
| CIE-LAB | lab(0.12, 0.52, 0.18) |
| CIE-LCH | lch(0.12, 0.55, 19.39°) |
| OKLab | oklab(5.32% 0.019 0.0107) |
| OKLCH | oklch(5.32% 0.022 29.2) |
| XYZ | xyz(0.0250, 0.0129, 0.0012) |
| Luminance | 0.0001 (WCAG relative) |
| Temperature | warm |
| Family | red |
Closest named colors
Black
#000000
ΔE00 0.79
Almost Black
#070D0D
ΔE00 3.70
Very Dark Brown
#1D0200
ΔE00 10.74
Dark
#1B2431
ΔE00 11.82
Gunmetal
#2A3439
ΔE00 14.57
Dark Grey
#363737
ΔE00 14.60
Perceptual scales
Shades
Tints
Tones
OKLCH scale
Color harmonies
complementary
#020000 #000202
analogous
#020001 #020000 #020100
triadic
#020000 #000200 #000002
tetradic
#020000 #010200 #000202 #010002
square
#020000 #010200 #000202 #010002
split-complementary
#020000 #000201 #000102
monochromatic
#1F0000 #1F0000 #1F0000 #3F0000 #7C0000
Accessibility & contrast
On white
20.95
#020000 on #FFFFFF
AA ✓AA large ✓AAA ✓
On black
1.00
#020000 on #000000
AA ✗AA large ✗AAA ✗
Best text color
#FFFFFF on #020000
20.95:1 — WCAG AA (normal text) passes
Contrast matrix
| fg \ bg | ##020000 | #FFFFFF | #000000 | ##FFFFFF |
|---|---|---|---|---|
| ##020000 | 1.00 | 20.95 | 1.00 | 20.95 |
| #FFFFFF | 20.95 | 1.00 | 21.00 | 1.00 |
| #000000 | 1.00 | 21.00 | 1.00 | 21.00 |
| ##FFFFFF | 20.95 | 1.00 | 21.00 | 1.00 |
Color blindness preview
Protanopia (red-blind)
#000000
Deuteranopia (green-blind)
#010100
Tritanopia (blue-blind)
#030000
Achromatopsia (no color)
#000000
Design tokens & code
CSS
--color: #020000; /* rgb */ color: rgb(2, 0, 0); /* oklch */ color: oklch(5.3% 0.022 29.2);
Tailwind
colors: {
custom: {
50: '#484747',
500: '#020000',
950: '#000000',
},
}SCSS
$custom: #020000; $custom-light: #484747; $custom-dark: #000000;
JSON
{
"hex": "#020000",
"rgb": {
"r": 2,
"g": 0,
"b": 0
},
"hsl": {
"h": 0,
"s": 100,
"l": 0.392
},
"oklch": {
"l": 0.05317,
"c": 0.02182,
"h": 29.2
},
"luminance": 0.00013
}Semantic roles & 50–950 ramp
primary
#020000
secondary
#0E5050
accent
#FFFF29
background
#F4F3F3
surface
#E6E5E5
border
#C2C1C1
text
#000000
muted
#777777