#02cdda
a dark, electric cyan · cool · closest name: turquoise
RGB
2, 205, 218
HSL
184°, 98%, 43%
CMYK
99, 6, 0, 15
Luminance
0.4874
Every format
| HEX | #02cdda |
| RGB | rgb(2, 205, 218) |
| HSL | hsl(184, 98%, 43%) |
| CMYK | cmyk(99%, 6%, 0%, 15%) |
| LAB | lab(75.3 -36.8 -18.4) |
| LCH | lch(75.3 41.1 206.6) |
| OKLCH | oklch(0.773 0.131 202.9) |
Copy-ready code
/* CSS */
color: #02cdda;
background-color: #02cdda;
/* Tailwind (arbitrary) */
class="text-[#02cdda] bg-[#02cdda]"
/* SCSS */
$brand: #02cdda;
/* SwiftUI */
Color(red: 0.008, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#02cdda")Accessibility — WCAG contrast
Aa
#02cdda on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02cdda on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green80.4%
Blue85.5%
CMYK percentages
Cyan99.1%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#02cdda text on a black background
contrast 10.75:1
Card sample
#02cdda text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02cdda;
Background color
Panel with #02cdda background
background-color: #02cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02cdda; background: linear-gradient(135deg, #02cdda, #023DDA);