#02cd8f
a dark, electric cyan · cool · closest name: aquamarine
RGB
2, 205, 143
HSL
162°, 98%, 41%
CMYK
99, 0, 30, 20
Luminance
0.4566
Every format
| HEX | #02cd8f |
| RGB | rgb(2, 205, 143) |
| HSL | hsl(162, 98%, 41%) |
| CMYK | cmyk(99%, 0%, 30%, 20%) |
| LAB | lab(73.3 -57.1 19.1) |
| LCH | lch(73.3 60.2 161.5) |
| OKLCH | oklch(0.750 0.163 162.6) |
Copy-ready code
/* CSS */
color: #02cd8f;
background-color: #02cd8f;
/* Tailwind (arbitrary) */
class="text-[#02cd8f] bg-[#02cd8f]"
/* SCSS */
$brand: #02cd8f;
/* SwiftUI */
Color(red: 0.008, green: 0.804, blue: 0.561)
/* Android */
Color.parseColor("#02cd8f")Accessibility — WCAG contrast
Aa
#02cd8f on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02cd8f on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green80.4%
Blue56.1%
CMYK percentages
Cyan99.0%
Magenta0.0%
Yellow30.2%
Key (black)19.6%
Color previews
#02cd8f text on a black background
contrast 10.13:1
Card sample
#02cd8f text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02cd8f;
Background color
Panel with #02cd8f background
background-color: #02cd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02cd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 205, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 205, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02cd8f; background: linear-gradient(135deg, #02cd8f, #0284CD);