#02afcc
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 175, 204
HSL
189°, 98%, 40%
CMYK
99, 14, 0, 20
Luminance
0.3503
Every format
| HEX | #02afcc |
| RGB | rgb(2, 175, 204) |
| HSL | hsl(189, 98%, 40%) |
| CMYK | cmyk(99%, 14%, 0%, 20%) |
| LAB | lab(65.8 -26.9 -25.2) |
| LCH | lch(65.8 36.8 223.2) |
| OKLCH | oklch(0.694 0.122 215.2) |
Copy-ready code
/* CSS */
color: #02afcc;
background-color: #02afcc;
/* Tailwind (arbitrary) */
class="text-[#02afcc] bg-[#02afcc]"
/* SCSS */
$brand: #02afcc;
/* SwiftUI */
Color(red: 0.008, green: 0.686, blue: 0.800)
/* Android */
Color.parseColor("#02afcc")Accessibility — WCAG contrast
Aa
#02afcc on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02afcc on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green68.6%
Blue80.0%
CMYK percentages
Cyan99.0%
Magenta14.2%
Yellow0.0%
Key (black)20.0%
Color previews
#02afcc text on a black background
contrast 8.01:1
Card sample
#02afcc text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02afcc;
Background color
Panel with #02afcc background
background-color: #02afcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02afcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 175, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 175, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02afcc; background: linear-gradient(135deg, #02afcc, #0228CC);