#02eccb
a balanced, electric cyan · cool · closest name: turquoise
RGB
2, 236, 203
HSL
172°, 98%, 47%
CMYK
99, 0, 14, 8
Luminance
0.6432
Every format
| HEX | #02eccb |
| RGB | rgb(2, 236, 203) |
| HSL | hsl(172, 98%, 47%) |
| CMYK | cmyk(99%, 0%, 14%, 8%) |
| LAB | lab(84.1 -54.4 2.7) |
| LCH | lch(84.1 54.5 177.1) |
| OKLCH | oklch(0.844 0.155 177.6) |
Copy-ready code
/* CSS */
color: #02eccb;
background-color: #02eccb;
/* Tailwind (arbitrary) */
class="text-[#02eccb] bg-[#02eccb]"
/* SCSS */
$brand: #02eccb;
/* SwiftUI */
Color(red: 0.008, green: 0.925, blue: 0.796)
/* Android */
Color.parseColor("#02eccb")Accessibility — WCAG contrast
Aa
#02eccb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02eccb on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green92.5%
Blue79.6%
CMYK percentages
Cyan99.2%
Magenta0.0%
Yellow14.0%
Key (black)7.5%
Color previews
#02eccb text on a black background
contrast 13.86:1
Card sample
#02eccb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02eccb;
Background color
Panel with #02eccb background
background-color: #02eccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02eccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 236, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 236, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02eccb; background: linear-gradient(135deg, #02eccb, #0271EC);