#02ccdf
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 204, 223
HSL
185°, 98%, 44%
CMYK
99, 9, 0, 13
Luminance
0.4853
Every format
| HEX | #02ccdf |
| RGB | rgb(2, 204, 223) |
| HSL | hsl(185, 98%, 44%) |
| CMYK | cmyk(99%, 9%, 0%, 13%) |
| LAB | lab(75.2 -34.8 -21.3) |
| LCH | lch(75.2 40.7 211.5) |
| OKLCH | oklch(0.772 0.132 206.7) |
Copy-ready code
/* CSS */
color: #02ccdf;
background-color: #02ccdf;
/* Tailwind (arbitrary) */
class="text-[#02ccdf] bg-[#02ccdf]"
/* SCSS */
$brand: #02ccdf;
/* SwiftUI */
Color(red: 0.008, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#02ccdf")Accessibility — WCAG contrast
Aa
#02ccdf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02ccdf on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green80.0%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#02ccdf text on a black background
contrast 10.71:1
Card sample
#02ccdf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02ccdf;
Background color
Panel with #02ccdf background
background-color: #02ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02ccdf; background: linear-gradient(135deg, #02ccdf, #0239DF);