#02ccc1
a dark, electric cyan · cool · closest name: turquoise
RGB
2, 204, 193
HSL
177°, 98%, 40%
CMYK
99, 0, 5, 20
Luminance
0.4705
Every format
| HEX | #02ccc1 |
| RGB | rgb(2, 204, 193) |
| HSL | hsl(177, 98%, 40%) |
| CMYK | cmyk(99%, 0%, 5%, 20%) |
| LAB | lab(74.2 -43.8 -6.5) |
| LCH | lch(74.2 44.3 188.4) |
| OKLCH | oklch(0.762 0.132 187.9) |
Copy-ready code
/* CSS */
color: #02ccc1;
background-color: #02ccc1;
/* Tailwind (arbitrary) */
class="text-[#02ccc1] bg-[#02ccc1]"
/* SCSS */
$brand: #02ccc1;
/* SwiftUI */
Color(red: 0.008, green: 0.800, blue: 0.757)
/* Android */
Color.parseColor("#02ccc1")Accessibility — WCAG contrast
Aa
#02ccc1 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02ccc1 on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green80.0%
Blue75.7%
CMYK percentages
Cyan99.0%
Magenta0.0%
Yellow5.4%
Key (black)20.0%
Color previews
#02ccc1 text on a black background
contrast 10.41:1
Card sample
#02ccc1 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02ccc1;
Background color
Panel with #02ccc1 background
background-color: #02ccc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02ccc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 204, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 204, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02ccc1; background: linear-gradient(135deg, #02ccc1, #0250CC);