#030201#030201
#030201 is a very dark, near-neutral orange. Relative luminance 0.001; OKLCH L 8.7% C 0.008 H 74.9°. Best body text is #FFFFFF at 20.73:1 contrast (WCAG AA passes).
Color values
| HEX | #030201 |
|---|---|
| RGB | rgb(3, 2, 1) |
| HSL | hsl(30, 50%, 1%) |
| HSV | hsv(30, 67%, 1%) |
| CMYK | cmyk(0%, 33.3%, 66.7%, 98.8%) |
| CIE-LAB | lab(0.59, 0.12, 0.47) |
| CIE-LCH | lch(0.59, 0.49, 75.77°) |
| OKLab | oklab(8.69% 0.0022 0.0081) |
| OKLCH | oklch(8.69% 0.008 74.9) |
| XYZ | xyz(0.0647, 0.0650, 0.0378) |
| Luminance | 0.0006 (WCAG relative) |
| Temperature | warm |
| Family | orange |
Closest named colors
Black
#000000
ΔE00 0.60
Almost Black
#070D0D
ΔE00 3.12
Very Dark Brown
#1D0200
ΔE00 11.21
Dark
#1B2431
ΔE00 11.78
Gunmetal
#2A3439
ΔE00 14.18
Dark Grey
#363737
ΔE00 14.30
Perceptual scales
Shades
Tints
Tones
OKLCH scale
Color harmonies
complementary
#030201 #010203
analogous
#030101 #030201 #030301
triadic
#030201 #010302 #020103
tetradic
#030201 #010301 #010203 #030103
square
#030201 #010301 #010203 #030103
split-complementary
#030201 #010303 #010103
monochromatic
#170F08 #170F08 #170F08 #312110 #5F3F20
Accessibility & contrast
On white
20.73
#030201 on #FFFFFF
AA ✓AA large ✓AAA ✓
On black
1.01
#030201 on #000000
AA ✗AA large ✗AAA ✗
Best text color
#FFFFFF on #030201
20.73:1 — WCAG AA (normal text) passes
Contrast matrix
| fg \ bg | ##030201 | #FFFFFF | #000000 | ##FFFFFF |
|---|---|---|---|---|
| ##030201 | 1.00 | 20.73 | 1.01 | 20.73 |
| #FFFFFF | 20.73 | 1.00 | 21.00 | 1.00 |
| #000000 | 1.01 | 21.00 | 1.00 | 21.00 |
| ##FFFFFF | 20.73 | 1.00 | 21.00 | 1.00 |
Color blindness preview
Protanopia (red-blind)
#020201
Deuteranopia (green-blind)
#030201
Tritanopia (blue-blind)
#030202
Achromatopsia (no color)
#020202
Design tokens & code
CSS
--color: #030201; /* rgb */ color: rgb(3, 2, 1); /* oklch */ color: oklch(8.7% 0.008 74.9);
Tailwind
colors: {
custom: {
50: '#484847',
500: '#030201',
950: '#000000',
},
}SCSS
$custom: #030201; $custom-light: #484847; $custom-dark: #000000;
JSON
{
"hex": "#030201",
"rgb": {
"r": 3,
"g": 2,
"b": 1
},
"hsl": {
"h": 30,
"s": 50,
"l": 0.784
},
"oklch": {
"l": 0.08687,
"c": 0.00839,
"h": 74.9
},
"luminance": 0.00065
}Semantic roles & 50–950 ramp
primary
#030201
secondary
#1F3041
accent
#94DA4E
background
#F4F4F3
surface
#E6E6E5
border
#C2C2C1
text
#000000
muted
#777777