#021d16
a deep, electric cyan · cool · closest name: black
RGB
2, 29, 22
HSL
164°, 87%, 6%
CMYK
93, 0, 24, 89
Luminance
0.0095
Every format
| HEX | #021d16 |
| RGB | rgb(2, 29, 22) |
| HSL | hsl(164, 87%, 6%) |
| CMYK | cmyk(93%, 0%, 24%, 89%) |
| LAB | lab(8.6 -12.0 1.8) |
| LCH | lch(8.6 12.1 171.7) |
| OKLCH | oklch(0.207 0.037 173.1) |
Copy-ready code
/* CSS */
color: #021d16;
background-color: #021d16;
/* Tailwind (arbitrary) */
class="text-[#021d16] bg-[#021d16]"
/* SCSS */
$brand: #021d16;
/* SwiftUI */
Color(red: 0.008, green: 0.114, blue: 0.086)
/* Android */
Color.parseColor("#021d16")Accessibility — WCAG contrast
Aa
#021d16 on white: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021d16 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green11.4%
Blue8.6%
CMYK percentages
Cyan93.1%
Magenta0.0%
Yellow24.1%
Key (black)88.6%
Color previews
#021d16 text on a black background
contrast 1.19:1
Card sample
#021d16 text on a white background
contrast 17.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021d16;
Background color
Panel with #021d16 background
background-color: #021d16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021d16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 29, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 29, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021d16; background: linear-gradient(135deg, #021d16, #02121D);