#101112#101112
#101112 is a very dark, near-neutral grey. Relative luminance 0.006; OKLCH L 17.7% C 0.003 H 248.0°. Best body text is #FFFFFF at 18.90:1 contrast (WCAG AA passes).
Color values
| HEX | #101112 |
|---|---|
| RGB | rgb(16, 17, 18) |
| HSL | hsl(210, 6%, 7%) |
| HSV | hsv(210, 11%, 7%) |
| CMYK | cmyk(11.1%, 5.6%, 0%, 92.9%) |
| CIE-LAB | lab(5.01, -0.16, -0.68) |
| CIE-LCH | lch(5.01, 0.70, 256.74°) |
| OKLab | oklab(17.69% -0.001 -0.0024) |
| OKLCH | oklch(17.69% 0.003 248) |
| XYZ | xyz(0.5233, 0.5547, 0.6517) |
| Luminance | 0.0056 (WCAG relative) |
| Temperature | neutral |
| Family | grey |
Closest named colors
Almost Black
#070D0D
ΔE00 2.33
Black
#000000
ΔE00 3.02
Dark
#1B2431
ΔE00 9.25
Gunmetal
#2A3439
ΔE00 11.38
Dark Grey
#363737
ΔE00 11.71
Onyx
#353839
ΔE00 11.98
Perceptual scales
Shades
Tints
Tones
OKLCH scale
Color harmonies
complementary
#101112 #121110
analogous
#101212 #101112 #101012
triadic
#101112 #121011 #111210
tetradic
#101112 #121012 #121110 #101210
square
#101112 #121012 #121110 #101210
split-complementary
#101112 #121010 #121210
monochromatic
#0E0F10 #0E0F10 #101112 #2D3032 #4A4E53
Accessibility & contrast
On white
18.90
#101112 on #FFFFFF
AA ✓AA large ✓AAA ✓
On black
1.11
#101112 on #000000
AA ✗AA large ✗AAA ✗
Best text color
#FFFFFF on #101112
18.90:1 — WCAG AA (normal text) passes
Contrast matrix
| fg \ bg | ##101112 | #FFFFFF | #000000 | ##FFFFFF |
|---|---|---|---|---|
| ##101112 | 1.00 | 18.90 | 1.11 | 18.90 |
| #FFFFFF | 18.90 | 1.00 | 21.00 | 1.00 |
| #000000 | 1.11 | 21.00 | 1.00 | 21.00 |
| ##FFFFFF | 18.90 | 1.00 | 21.00 | 1.00 |
Color blindness preview
Protanopia (red-blind)
#111112
Deuteranopia (green-blind)
#101112
Tritanopia (blue-blind)
#101111
Achromatopsia (no color)
#111111
Design tokens & code
CSS
--color: #101112; /* rgb */ color: rgb(16, 17, 18); /* oklch */ color: oklch(17.7% 0.003 248.0);
Tailwind
colors: {
custom: {
50: '#4e4f50',
500: '#101112',
950: '#000000',
},
}SCSS
$custom: #101112; $custom-light: #4e4f50; $custom-dark: #000000;
JSON
{
"hex": "#101112",
"rgb": {
"r": 16,
"g": 17,
"b": 18
},
"hsl": {
"h": 210,
"s": 5.882,
"l": 6.667
},
"oklch": {
"l": 0.17693,
"c": 0.00262,
"h": 248
},
"luminance": 0.00555
}Semantic roles & 50–950 ramp
primary
#101112
secondary
#413F3C
accent
#9479AF
background
#F4F4F4
surface
#E7E7E7
border
#C3C3C3
text
#010102
muted
#777778