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