#02eb8d
a balanced, electric green · cool · closest name: aquamarine
RGB
2, 235, 141
HSL
156°, 98%, 47%
CMYK
99, 0, 40, 8
Luminance
0.6135
Every format
| HEX | #02eb8d |
| RGB | rgb(2, 235, 141) |
| HSL | hsl(156, 98%, 47%) |
| CMYK | cmyk(99%, 0%, 40%, 8%) |
| LAB | lab(82.6 -68.0 32.7) |
| LCH | lch(82.6 75.5 154.4) |
| OKLCH | oklch(0.827 0.200 156.0) |
Copy-ready code
/* CSS */
color: #02eb8d;
background-color: #02eb8d;
/* Tailwind (arbitrary) */
class="text-[#02eb8d] bg-[#02eb8d]"
/* SCSS */
$brand: #02eb8d;
/* SwiftUI */
Color(red: 0.008, green: 0.922, blue: 0.553)
/* Android */
Color.parseColor("#02eb8d")Accessibility — WCAG contrast
Aa
#02eb8d on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02eb8d on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green92.2%
Blue55.3%
CMYK percentages
Cyan99.1%
Magenta0.0%
Yellow40.0%
Key (black)7.8%
Color previews
#02eb8d text on a black background
contrast 13.27:1
Card sample
#02eb8d text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02eb8d;
Background color
Panel with #02eb8d background
background-color: #02eb8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02eb8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 235, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 235, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02eb8d; background: linear-gradient(135deg, #02eb8d, #02AEEB);