#02a05c
a dark, electric green · cool · closest name: seagreen
RGB
2, 160, 92
HSL
154°, 98%, 32%
CMYK
99, 0, 43, 37
Luminance
0.2593
Every format
| HEX | #02a05c |
| RGB | rgb(2, 160, 92) |
| HSL | hsl(154, 98%, 32%) |
| CMYK | cmyk(99%, 0%, 43%, 37%) |
| LAB | lab(58.0 -51.5 25.7) |
| LCH | lch(58.0 57.6 153.5) |
| OKLCH | oklch(0.620 0.152 155.2) |
Copy-ready code
/* CSS */
color: #02a05c;
background-color: #02a05c;
/* Tailwind (arbitrary) */
class="text-[#02a05c] bg-[#02a05c]"
/* SCSS */
$brand: #02a05c;
/* SwiftUI */
Color(red: 0.008, green: 0.627, blue: 0.361)
/* Android */
Color.parseColor("#02a05c")Accessibility — WCAG contrast
Aa
#02a05c on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#02a05c on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green62.7%
Blue36.1%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow42.5%
Key (black)37.3%
Color previews
#02a05c text on a black background
contrast 6.19:1
Card sample
#02a05c text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a05c;
Background color
Panel with #02a05c background
background-color: #02a05c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a05c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 160, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 160, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a05c; background: linear-gradient(135deg, #02a05c, #027BA0);