#02aac7
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 170, 199
HSL
189°, 98%, 39%
CMYK
99, 15, 0, 22
Luminance
0.3289
Every format
| HEX | #02aac7 |
| RGB | rgb(2, 170, 199) |
| HSL | hsl(189, 98%, 39%) |
| CMYK | cmyk(99%, 15%, 0%, 22%) |
| LAB | lab(64.1 -26.0 -25.1) |
| LCH | lch(64.1 36.1 223.9) |
| OKLCH | oklch(0.680 0.120 215.7) |
Copy-ready code
/* CSS */
color: #02aac7;
background-color: #02aac7;
/* Tailwind (arbitrary) */
class="text-[#02aac7] bg-[#02aac7]"
/* SCSS */
$brand: #02aac7;
/* SwiftUI */
Color(red: 0.008, green: 0.667, blue: 0.780)
/* Android */
Color.parseColor("#02aac7")Accessibility — WCAG contrast
Aa
#02aac7 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02aac7 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green66.7%
Blue78.0%
CMYK percentages
Cyan99.0%
Magenta14.6%
Yellow0.0%
Key (black)22.0%
Color previews
#02aac7 text on a black background
contrast 7.58:1
Card sample
#02aac7 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02aac7;
Background color
Panel with #02aac7 background
background-color: #02aac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02aac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 170, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 170, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02aac7; background: linear-gradient(135deg, #02aac7, #0227C7);