#021e13
a deep, electric green · cool · closest name: black
RGB
2, 30, 19
HSL
156°, 88%, 6%
CMYK
93, 0, 37, 88
Luminance
0.0099
Every format
| HEX | #021e13 |
| RGB | rgb(2, 30, 19) |
| HSL | hsl(156, 88%, 6%) |
| CMYK | cmyk(93%, 0%, 37%, 88%) |
| LAB | lab(8.9 -13.5 4.3) |
| LCH | lch(8.9 14.1 162.5) |
| OKLCH | oklch(0.209 0.042 164.1) |
Copy-ready code
/* CSS */
color: #021e13;
background-color: #021e13;
/* Tailwind (arbitrary) */
class="text-[#021e13] bg-[#021e13]"
/* SCSS */
$brand: #021e13;
/* SwiftUI */
Color(red: 0.008, green: 0.118, blue: 0.075)
/* Android */
Color.parseColor("#021e13")Accessibility — WCAG contrast
Aa
#021e13 on white: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021e13 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green11.8%
Blue7.5%
CMYK percentages
Cyan93.3%
Magenta0.0%
Yellow36.7%
Key (black)88.2%
Color previews
#021e13 text on a black background
contrast 1.20:1
Card sample
#021e13 text on a white background
contrast 17.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021e13;
Background color
Panel with #021e13 background
background-color: #021e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 30, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 30, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021e13; background: linear-gradient(135deg, #021e13, #02161E);