#02aad3
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 170, 211
HSL
192°, 98%, 42%
CMYK
99, 19, 0, 17
Luminance
0.3347
Every format
| HEX | #02aad3 |
| RGB | rgb(2, 170, 211) |
| HSL | hsl(192, 98%, 42%) |
| CMYK | cmyk(99%, 19%, 0%, 17%) |
| LAB | lab(64.5 -21.9 -31.0) |
| LCH | lch(64.5 38.0 234.7) |
| OKLCH | oklch(0.685 0.128 223.2) |
Copy-ready code
/* CSS */
color: #02aad3;
background-color: #02aad3;
/* Tailwind (arbitrary) */
class="text-[#02aad3] bg-[#02aad3]"
/* SCSS */
$brand: #02aad3;
/* SwiftUI */
Color(red: 0.008, green: 0.667, blue: 0.827)
/* Android */
Color.parseColor("#02aad3")Accessibility — WCAG contrast
Aa
#02aad3 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02aad3 on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green66.7%
Blue82.7%
CMYK percentages
Cyan99.1%
Magenta19.4%
Yellow0.0%
Key (black)17.3%
Color previews
#02aad3 text on a black background
contrast 7.69:1
Card sample
#02aad3 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02aad3;
Background color
Panel with #02aad3 background
background-color: #02aad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02aad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 170, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 170, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02aad3; background: linear-gradient(135deg, #02aad3, #021FD3);