#001111#001111
#001111 is a very dark, muted teal. Relative luminance 0.004; OKLCH L 16.1% C 0.027 H 194.8°. Best body text is #FFFFFF at 19.30:1 contrast (WCAG AA passes).
Color values
| HEX | #001111 |
|---|---|
| RGB | rgb(0, 17, 17) |
| HSL | hsl(180, 100%, 3%) |
| HSV | hsv(180, 100%, 7%) |
| CMYK | cmyk(100%, 0%, 0%, 93.3%) |
| CIE-LAB | lab(3.99, -4.83, -1.70) |
| CIE-LCH | lch(3.99, 5.12, 199.42°) |
| OKLab | oklab(16.08% -0.0265 -0.007) |
| OKLCH | oklch(16.08% 0.027 194.8) |
| XYZ | xyz(0.3016, 0.4413, 0.5995) |
| Luminance | 0.0044 (WCAG relative) |
| Temperature | cool |
| Family | teal |
Closest named colors
Almost Black
#070D0D
ΔE00 4.04
Black
#000000
ΔE00 6.78
Dark
#1B2431
ΔE00 10.98
Gunmetal
#2A3439
ΔE00 11.50
Charcoal (survey)
#343837
ΔE00 12.97
Onyx
#353839
ΔE00 13.39
Perceptual scales
Shades
Tints
Tones
OKLCH scale
Color harmonies
complementary
#001111 #110000
analogous
#001108 #001111 #000811
triadic
#001111 #110011 #111100
tetradic
#001111 #080011 #110000 #081100
square
#001111 #080011 #110000 #081100
split-complementary
#001111 #110008 #110800
monochromatic
#001F1F #001F1F #001F1F #004E4E #008B8B
Accessibility & contrast
On white
19.30
#001111 on #FFFFFF
AA ✓AA large ✓AAA ✓
On black
1.09
#001111 on #000000
AA ✗AA large ✗AAA ✗
Best text color
#FFFFFF on #001111
19.30:1 — WCAG AA (normal text) passes
Contrast matrix
| fg \ bg | ##001111 | #FFFFFF | #000000 | ##FFFFFF |
|---|---|---|---|---|
| ##001111 | 1.00 | 19.30 | 1.09 | 19.30 |
| #FFFFFF | 19.30 | 1.00 | 21.00 | 1.00 |
| #000000 | 1.09 | 21.00 | 1.00 | 21.00 |
| ##FFFFFF | 19.30 | 1.00 | 21.00 | 1.00 |
Color blindness preview
Protanopia (red-blind)
#0F0F11
Deuteranopia (green-blind)
#0C0D11
Tritanopia (blue-blind)
#001211
Achromatopsia (no color)
#0E0E0E
Design tokens & code
CSS
--color: #001111; /* rgb */ color: rgb(0, 17, 17); /* oklch */ color: oklch(16.1% 0.027 194.8);
Tailwind
colors: {
custom: {
50: '#464f4f',
500: '#001111',
950: '#000000',
},
}SCSS
$custom: #001111; $custom-light: #464f4f; $custom-dark: #000000;
JSON
{
"hex": "#001111",
"rgb": {
"r": 0,
"g": 17,
"b": 17
},
"hsl": {
"h": 180,
"s": 100,
"l": 3.333
},
"oklch": {
"l": 0.16083,
"c": 0.02746,
"h": 194.8
},
"luminance": 0.00441
}Semantic roles & 50–950 ramp
primary
#001111
secondary
#5C1010
accent
#2929FF
background
#F3F4F4
surface
#E5E7E7
border
#C1C3C3
text
#000101
muted
#777777