#02aecf
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 174, 207
HSL
190°, 98%, 41%
CMYK
99, 16, 0, 19
Luminance
0.3479
Every format
| HEX | #02aecf |
| RGB | rgb(2, 174, 207) |
| HSL | hsl(190, 98%, 41%) |
| CMYK | cmyk(99%, 16%, 0%, 19%) |
| LAB | lab(65.6 -25.3 -27.2) |
| LCH | lch(65.6 37.1 227.0) |
| OKLCH | oklch(0.693 0.124 217.9) |
Copy-ready code
/* CSS */
color: #02aecf;
background-color: #02aecf;
/* Tailwind (arbitrary) */
class="text-[#02aecf] bg-[#02aecf]"
/* SCSS */
$brand: #02aecf;
/* SwiftUI */
Color(red: 0.008, green: 0.682, blue: 0.812)
/* Android */
Color.parseColor("#02aecf")Accessibility — WCAG contrast
Aa
#02aecf on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02aecf on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green68.2%
Blue81.2%
CMYK percentages
Cyan99.0%
Magenta15.9%
Yellow0.0%
Key (black)18.8%
Color previews
#02aecf text on a black background
contrast 7.96:1
Card sample
#02aecf text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02aecf;
Background color
Panel with #02aecf background
background-color: #02aecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02aecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 174, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 174, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02aecf; background: linear-gradient(135deg, #02aecf, #0225CF);