#02110d
a deep, electric cyan · cool · closest name: black
RGB
2, 17, 13
HSL
164°, 79%, 4%
CMYK
88, 0, 24, 93
Luminance
0.0044
Every format
| HEX | #02110d |
| RGB | rgb(2, 17, 13) |
| HSL | hsl(164, 79%, 4%) |
| CMYK | cmyk(88%, 0%, 24%, 93%) |
| LAB | lab(4.0 -5.0 0.5) |
| LCH | lch(4.0 5.0 174.9) |
| OKLCH | oklch(0.161 0.025 175.9) |
Copy-ready code
/* CSS */
color: #02110d;
background-color: #02110d;
/* Tailwind (arbitrary) */
class="text-[#02110d] bg-[#02110d]"
/* SCSS */
$brand: #02110d;
/* SwiftUI */
Color(red: 0.008, green: 0.067, blue: 0.051)
/* Android */
Color.parseColor("#02110d")Accessibility — WCAG contrast
Aa
#02110d on white: 19.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#02110d on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green6.7%
Blue5.1%
CMYK percentages
Cyan88.2%
Magenta0.0%
Yellow23.5%
Key (black)93.3%
Color previews
#02110d text on a black background
contrast 1.09:1
Card sample
#02110d text on a white background
contrast 19.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02110d;
Background color
Panel with #02110d background
background-color: #02110d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02110d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 17, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 17, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02110d; background: linear-gradient(135deg, #02110d, #020B11);