#021f13
a deep, electric green · cool · closest name: black
RGB
2, 31, 19
HSL
155°, 88%, 7%
CMYK
94, 0, 39, 88
Luminance
0.0104
Every format
| HEX | #021f13 |
| RGB | rgb(2, 31, 19) |
| HSL | hsl(155, 88%, 7%) |
| CMYK | cmyk(94%, 0%, 39%, 88%) |
| LAB | lab(9.3 -14.3 4.9) |
| LCH | lch(9.3 15.1 161.2) |
| OKLCH | oklch(0.213 0.043 162.7) |
Copy-ready code
/* CSS */
color: #021f13;
background-color: #021f13;
/* Tailwind (arbitrary) */
class="text-[#021f13] bg-[#021f13]"
/* SCSS */
$brand: #021f13;
/* SwiftUI */
Color(red: 0.008, green: 0.122, blue: 0.075)
/* Android */
Color.parseColor("#021f13")Accessibility — WCAG contrast
Aa
#021f13 on white: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021f13 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green12.2%
Blue7.5%
CMYK percentages
Cyan93.5%
Magenta0.0%
Yellow38.7%
Key (black)87.8%
Color previews
#021f13 text on a black background
contrast 1.21:1
Card sample
#021f13 text on a white background
contrast 17.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021f13;
Background color
Panel with #021f13 background
background-color: #021f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 31, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 31, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021f13; background: linear-gradient(135deg, #021f13, #02181F);