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