#02afd3
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 175, 211
HSL
190°, 98%, 42%
CMYK
99, 17, 0, 17
Luminance
0.3538
Every format
| HEX | #02afd3 |
| RGB | rgb(2, 175, 211) |
| HSL | hsl(190, 98%, 42%) |
| CMYK | cmyk(99%, 17%, 0%, 17%) |
| LAB | lab(66.0 -24.5 -28.7) |
| LCH | lch(66.0 37.7 229.5) |
| OKLCH | oklch(0.697 0.126 219.6) |
Copy-ready code
/* CSS */
color: #02afd3;
background-color: #02afd3;
/* Tailwind (arbitrary) */
class="text-[#02afd3] bg-[#02afd3]"
/* SCSS */
$brand: #02afd3;
/* SwiftUI */
Color(red: 0.008, green: 0.686, blue: 0.827)
/* Android */
Color.parseColor("#02afd3")Accessibility — WCAG contrast
Aa
#02afd3 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02afd3 on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green68.6%
Blue82.7%
CMYK percentages
Cyan99.1%
Magenta17.1%
Yellow0.0%
Key (black)17.3%
Color previews
#02afd3 text on a black background
contrast 8.08:1
Card sample
#02afd3 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02afd3;
Background color
Panel with #02afd3 background
background-color: #02afd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02afd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 175, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 175, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02afd3; background: linear-gradient(135deg, #02afd3, #0224D3);