#02af4b
a dark, electric green · cool · closest name: forestgreen
RGB
2, 175, 75
HSL
145°, 98%, 35%
CMYK
99, 0, 57, 31
Luminance
0.3118
Every format
| HEX | #02af4b |
| RGB | rgb(2, 175, 75) |
| HSL | hsl(145, 98%, 35%) |
| CMYK | cmyk(99%, 0%, 57%, 31%) |
| LAB | lab(62.7 -59.4 40.3) |
| LCH | lch(62.7 71.8 145.9) |
| OKLCH | oklch(0.658 0.186 148.9) |
Copy-ready code
/* CSS */
color: #02af4b;
background-color: #02af4b;
/* Tailwind (arbitrary) */
class="text-[#02af4b] bg-[#02af4b]"
/* SCSS */
$brand: #02af4b;
/* SwiftUI */
Color(red: 0.008, green: 0.686, blue: 0.294)
/* Android */
Color.parseColor("#02af4b")Accessibility — WCAG contrast
Aa
#02af4b on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02af4b on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green68.6%
Blue29.4%
CMYK percentages
Cyan98.9%
Magenta0.0%
Yellow57.1%
Key (black)31.4%
Color previews
#02af4b text on a black background
contrast 7.24:1
Card sample
#02af4b text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02af4b;
Background color
Panel with #02af4b background
background-color: #02af4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02af4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 175, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 175, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02af4b; background: linear-gradient(135deg, #02af4b, #02A0AF);