#02a87f
a dark, electric cyan · cool · closest name: seagreen
RGB
2, 168, 127
HSL
165°, 98%, 33%
CMYK
99, 0, 24, 34
Luminance
0.2955
Every format
| HEX | #02a87f |
| RGB | rgb(2, 168, 127) |
| HSL | hsl(165, 98%, 33%) |
| CMYK | cmyk(99%, 0%, 24%, 34%) |
| LAB | lab(61.3 -46.7 11.0) |
| LCH | lch(61.3 47.9 166.7) |
| OKLCH | oklch(0.650 0.132 167.7) |
Copy-ready code
/* CSS */
color: #02a87f;
background-color: #02a87f;
/* Tailwind (arbitrary) */
class="text-[#02a87f] bg-[#02a87f]"
/* SCSS */
$brand: #02a87f;
/* SwiftUI */
Color(red: 0.008, green: 0.659, blue: 0.498)
/* Android */
Color.parseColor("#02a87f")Accessibility — WCAG contrast
Aa
#02a87f on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#02a87f on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green65.9%
Blue49.8%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow24.4%
Key (black)34.1%
Color previews
#02a87f text on a black background
contrast 6.91:1
Card sample
#02a87f text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02a87f;
Background color
Panel with #02a87f background
background-color: #02a87f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02a87f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 168, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 168, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02a87f; background: linear-gradient(135deg, #02a87f, #0262A8);