#02aacb
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 170, 203
HSL
190°, 98%, 40%
CMYK
99, 16, 0, 20
Luminance
0.3307
Every format
| HEX | #02aacb |
| RGB | rgb(2, 170, 203) |
| HSL | hsl(190, 98%, 40%) |
| CMYK | cmyk(99%, 16%, 0%, 20%) |
| LAB | lab(64.2 -24.7 -27.1) |
| LCH | lch(64.2 36.6 227.7) |
| OKLCH | oklch(0.681 0.122 218.3) |
Copy-ready code
/* CSS */
color: #02aacb;
background-color: #02aacb;
/* Tailwind (arbitrary) */
class="text-[#02aacb] bg-[#02aacb]"
/* SCSS */
$brand: #02aacb;
/* SwiftUI */
Color(red: 0.008, green: 0.667, blue: 0.796)
/* Android */
Color.parseColor("#02aacb")Accessibility — WCAG contrast
Aa
#02aacb on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02aacb on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green66.7%
Blue79.6%
CMYK percentages
Cyan99.0%
Magenta16.3%
Yellow0.0%
Key (black)20.4%
Color previews
#02aacb text on a black background
contrast 7.61:1
Card sample
#02aacb text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02aacb;
Background color
Panel with #02aacb background
background-color: #02aacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02aacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 170, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 170, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02aacb; background: linear-gradient(135deg, #02aacb, #0224CB);