#02afdc
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 175, 220
HSL
192°, 98%, 44%
CMYK
99, 21, 0, 14
Luminance
0.3584
Every format
| HEX | #02afdc |
| RGB | rgb(2, 175, 220) |
| HSL | hsl(192, 98%, 44%) |
| CMYK | cmyk(99%, 21%, 0%, 14%) |
| LAB | lab(66.4 -21.4 -33.1) |
| LCH | lch(66.4 39.4 237.1) |
| OKLCH | oklch(0.701 0.132 224.7) |
Copy-ready code
/* CSS */
color: #02afdc;
background-color: #02afdc;
/* Tailwind (arbitrary) */
class="text-[#02afdc] bg-[#02afdc]"
/* SCSS */
$brand: #02afdc;
/* SwiftUI */
Color(red: 0.008, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#02afdc")Accessibility — WCAG contrast
Aa
#02afdc on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02afdc on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green68.6%
Blue86.3%
CMYK percentages
Cyan99.1%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#02afdc text on a black background
contrast 8.17:1
Card sample
#02afdc text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02afdc;
Background color
Panel with #02afdc background
background-color: #02afdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02afdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02afdc; background: linear-gradient(135deg, #02afdc, #021EDC);