#02ba7f
a dark, electric cyan · cool · closest name: seagreen
RGB
2, 186, 127
HSL
161°, 98%, 37%
CMYK
99, 0, 32, 27
Luminance
0.3666
Every format
| HEX | #02ba7f |
| RGB | rgb(2, 186, 127) |
| HSL | hsl(161, 98%, 37%) |
| CMYK | cmyk(99%, 0%, 32%, 27%) |
| LAB | lab(67.0 -53.6 19.0) |
| LCH | lch(67.0 56.9 160.5) |
| OKLCH | oklch(0.697 0.153 161.7) |
Copy-ready code
/* CSS */
color: #02ba7f;
background-color: #02ba7f;
/* Tailwind (arbitrary) */
class="text-[#02ba7f] bg-[#02ba7f]"
/* SCSS */
$brand: #02ba7f;
/* SwiftUI */
Color(red: 0.008, green: 0.729, blue: 0.498)
/* Android */
Color.parseColor("#02ba7f")Accessibility — WCAG contrast
Aa
#02ba7f on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02ba7f on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green72.9%
Blue49.8%
CMYK percentages
Cyan98.9%
Magenta0.0%
Yellow31.7%
Key (black)27.1%
Color previews
#02ba7f text on a black background
contrast 8.33:1
Card sample
#02ba7f text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02ba7f;
Background color
Panel with #02ba7f background
background-color: #02ba7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02ba7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 186, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 186, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02ba7f; background: linear-gradient(135deg, #02ba7f, #027ABA);