#02b821
a dark, electric green · cool · closest name: green
RGB
2, 184, 33
HSL
130°, 98%, 37%
CMYK
99, 0, 82, 28
Luminance
0.3440
Every format
| HEX | #02b821 |
| RGB | rgb(2, 184, 33) |
| HSL | hsl(130, 98%, 37%) |
| CMYK | cmyk(99%, 0%, 82%, 28%) |
| LAB | lab(65.3 -66.2 59.4) |
| LCH | lch(65.3 89.0 138.1) |
| OKLCH | oklch(0.679 0.222 143.6) |
Copy-ready code
/* CSS */
color: #02b821;
background-color: #02b821;
/* Tailwind (arbitrary) */
class="text-[#02b821] bg-[#02b821]"
/* SCSS */
$brand: #02b821;
/* SwiftUI */
Color(red: 0.008, green: 0.722, blue: 0.129)
/* Android */
Color.parseColor("#02b821")Accessibility — WCAG contrast
Aa
#02b821 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02b821 on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green72.2%
Blue12.9%
CMYK percentages
Cyan98.9%
Magenta0.0%
Yellow82.1%
Key (black)27.8%
Color previews
#02b821 text on a black background
contrast 7.88:1
Card sample
#02b821 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02b821;
Background color
Panel with #02b821 background
background-color: #02b821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02b821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 184, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 184, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02b821; background: linear-gradient(135deg, #02b821, #02B89A);