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