#02ccc8
a dark, electric cyan · cool · closest name: turquoise
RGB
2, 204, 200
HSL
179°, 98%, 40%
CMYK
99, 0, 2, 20
Luminance
0.4737
Every format
| HEX | #02ccc8 |
| RGB | rgb(2, 204, 200) |
| HSL | hsl(179, 98%, 40%) |
| CMYK | cmyk(99%, 0%, 2%, 20%) |
| LAB | lab(74.4 -41.8 -9.9) |
| LCH | lch(74.4 43.0 193.4) |
| OKLCH | oklch(0.764 0.131 192.3) |
Copy-ready code
/* CSS */
color: #02ccc8;
background-color: #02ccc8;
/* Tailwind (arbitrary) */
class="text-[#02ccc8] bg-[#02ccc8]"
/* SCSS */
$brand: #02ccc8;
/* SwiftUI */
Color(red: 0.008, green: 0.800, blue: 0.784)
/* Android */
Color.parseColor("#02ccc8")Accessibility — WCAG contrast
Aa
#02ccc8 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02ccc8 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green80.0%
Blue78.4%
CMYK percentages
Cyan99.0%
Magenta0.0%
Yellow2.0%
Key (black)20.0%
Color previews
#02ccc8 text on a black background
contrast 10.47:1
Card sample
#02ccc8 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02ccc8;
Background color
Panel with #02ccc8 background
background-color: #02ccc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02ccc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 204, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 204, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02ccc8; background: linear-gradient(135deg, #02ccc8, #0249CC);