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