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