#021f02
a deep, electric green · cool · closest name: black
RGB
2, 31, 2
HSL
120°, 88%, 7%
CMYK
94, 0, 94, 88
Luminance
0.0100
Every format
| HEX | #021f02 |
| RGB | rgb(2, 31, 2) |
| HSL | hsl(120, 88%, 7%) |
| CMYK | cmyk(94%, 0%, 94%, 88%) |
| LAB | lab(9.0 -17.1 12.3) |
| LCH | lch(9.0 21.1 144.3) |
| OKLCH | oklch(0.209 0.065 142.8) |
Copy-ready code
/* CSS */
color: #021f02;
background-color: #021f02;
/* Tailwind (arbitrary) */
class="text-[#021f02] bg-[#021f02]"
/* SCSS */
$brand: #021f02;
/* SwiftUI */
Color(red: 0.008, green: 0.122, blue: 0.008)
/* Android */
Color.parseColor("#021f02")Accessibility — WCAG contrast
Aa
#021f02 on white: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#021f02 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green12.2%
Blue0.8%
CMYK percentages
Cyan93.5%
Magenta0.0%
Yellow93.5%
Key (black)87.8%
Color previews
#021f02 text on a black background
contrast 1.20:1
Card sample
#021f02 text on a white background
contrast 17.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #021f02;
Background color
Panel with #021f02 background
background-color: #021f02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #021f02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 31, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 31, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #021f02; background: linear-gradient(135deg, #021f02, #021F15);