#02a45f
a dark, electric green · cool · closest name: seagreen
RGB
2, 164, 95
HSL
154°, 98%, 33%
CMYK
99, 0, 42, 36
Luminance
0.2739
Every format
| HEX | #02a45f |
| RGB | rgb(2, 164, 95) |
| HSL | hsl(154, 98%, 33%) |
| CMYK | cmyk(99%, 0%, 42%, 36%) |
| LAB | lab(59.3 -52.3 25.9) |
| LCH | lch(59.3 58.4 153.7) |
| OKLCH | oklch(0.632 0.155 155.4) |
Copy-ready code
/* CSS */
color: #02a45f;
background-color: #02a45f;
/* Tailwind (arbitrary) */
class="text-[#02a45f] bg-[#02a45f]"
/* SCSS */
$brand: #02a45f;
/* SwiftUI */
Color(red: 0.008, green: 0.643, blue: 0.373)
/* Android */
Color.parseColor("#02a45f")Accessibility — WCAG contrast
Aa
#02a45f on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#02a45f on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green64.3%
Blue37.3%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow42.1%
Key (black)35.7%
Color previews
#02a45f text on a black background
contrast 6.48:1
Card sample
#02a45f text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a45f;
Background color
Panel with #02a45f background
background-color: #02a45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 164, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 164, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a45f; background: linear-gradient(135deg, #02a45f, #027DA4);