#02aace
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 170, 206
HSL
191°, 98%, 41%
CMYK
99, 18, 0, 19
Luminance
0.3322
Every format
| HEX | #02aace |
| RGB | rgb(2, 170, 206) |
| HSL | hsl(191, 98%, 41%) |
| CMYK | cmyk(99%, 18%, 0%, 19%) |
| LAB | lab(64.3 -23.6 -28.5) |
| LCH | lch(64.3 37.1 230.4) |
| OKLCH | oklch(0.683 0.124 220.2) |
Copy-ready code
/* CSS */
color: #02aace;
background-color: #02aace;
/* Tailwind (arbitrary) */
class="text-[#02aace] bg-[#02aace]"
/* SCSS */
$brand: #02aace;
/* SwiftUI */
Color(red: 0.008, green: 0.667, blue: 0.808)
/* Android */
Color.parseColor("#02aace")Accessibility — WCAG contrast
Aa
#02aace on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02aace on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green66.7%
Blue80.8%
CMYK percentages
Cyan99.0%
Magenta17.5%
Yellow0.0%
Key (black)19.2%
Color previews
#02aace text on a black background
contrast 7.64:1
Card sample
#02aace text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02aace;
Background color
Panel with #02aace background
background-color: #02aace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02aace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 170, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 170, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02aace; background: linear-gradient(135deg, #02aace, #0222CE);