#02a805
a dark, electric green · cool · closest name: green
RGB
2, 168, 5
HSL
121°, 98%, 33%
CMYK
99, 0, 97, 34
Luminance
0.2803
Every format
| HEX | #02a805 |
| RGB | rgb(2, 168, 5) |
| HSL | hsl(121, 98%, 33%) |
| CMYK | cmyk(99%, 0%, 97%, 34%) |
| LAB | lab(59.9 -62.8 60.2) |
| LCH | lch(59.9 87.0 136.2) |
| OKLCH | oklch(0.634 0.214 142.6) |
Copy-ready code
/* CSS */
color: #02a805;
background-color: #02a805;
/* Tailwind (arbitrary) */
class="text-[#02a805] bg-[#02a805]"
/* SCSS */
$brand: #02a805;
/* SwiftUI */
Color(red: 0.008, green: 0.659, blue: 0.020)
/* Android */
Color.parseColor("#02a805")Accessibility — WCAG contrast
Aa
#02a805 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#02a805 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green65.9%
Blue2.0%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow97.0%
Key (black)34.1%
Color previews
#02a805 text on a black background
contrast 6.61:1
Card sample
#02a805 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a805;
Background color
Panel with #02a805 background
background-color: #02a805;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a805;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 168, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 168, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a805; background: linear-gradient(135deg, #02a805, #02A874);