#02cd7f
a dark, electric green · cool · closest name: aquamarine
RGB
2, 205, 127
HSL
157°, 98%, 41%
CMYK
99, 0, 38, 20
Luminance
0.4521
Every format
| HEX | #02cd7f |
| RGB | rgb(2, 205, 127) |
| HSL | hsl(157, 98%, 41%) |
| CMYK | cmyk(99%, 0%, 38%, 20%) |
| LAB | lab(73.0 -60.5 27.1) |
| LCH | lch(73.0 66.3 155.8) |
| OKLCH | oklch(0.747 0.176 157.3) |
Copy-ready code
/* CSS */
color: #02cd7f;
background-color: #02cd7f;
/* Tailwind (arbitrary) */
class="text-[#02cd7f] bg-[#02cd7f]"
/* SCSS */
$brand: #02cd7f;
/* SwiftUI */
Color(red: 0.008, green: 0.804, blue: 0.498)
/* Android */
Color.parseColor("#02cd7f")Accessibility — WCAG contrast
Aa
#02cd7f on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02cd7f on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green80.4%
Blue49.8%
CMYK percentages
Cyan99.0%
Magenta0.0%
Yellow38.0%
Key (black)19.6%
Color previews
#02cd7f text on a black background
contrast 10.04:1
Card sample
#02cd7f text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02cd7f;
Background color
Panel with #02cd7f background
background-color: #02cd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02cd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 205, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 205, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02cd7f; background: linear-gradient(135deg, #02cd7f, #0294CD);