#02afdf
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 175, 223
HSL
193°, 98%, 44%
CMYK
99, 22, 0, 13
Luminance
0.3600
Every format
| HEX | #02afdf |
| RGB | rgb(2, 175, 223) |
| HSL | hsl(193, 98%, 44%) |
| CMYK | cmyk(99%, 22%, 0%, 13%) |
| LAB | lab(66.5 -20.4 -34.5) |
| LCH | lch(66.5 40.1 239.5) |
| OKLCH | oklch(0.703 0.135 226.3) |
Copy-ready code
/* CSS */
color: #02afdf;
background-color: #02afdf;
/* Tailwind (arbitrary) */
class="text-[#02afdf] bg-[#02afdf]"
/* SCSS */
$brand: #02afdf;
/* SwiftUI */
Color(red: 0.008, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#02afdf")Accessibility — WCAG contrast
Aa
#02afdf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02afdf on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green68.6%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#02afdf text on a black background
contrast 8.20:1
Card sample
#02afdf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02afdf;
Background color
Panel with #02afdf background
background-color: #02afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02afdf; background: linear-gradient(135deg, #02afdf, #021CDF);