#02aedf
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 174, 223
HSL
193°, 98%, 44%
CMYK
99, 22, 0, 13
Luminance
0.3561
Every format
| HEX | #02aedf |
| RGB | rgb(2, 174, 223) |
| HSL | hsl(193, 98%, 44%) |
| CMYK | cmyk(99%, 22%, 0%, 13%) |
| LAB | lab(66.2 -19.8 -35.0) |
| LCH | lch(66.2 40.2 240.5) |
| OKLCH | oklch(0.700 0.135 227.0) |
Copy-ready code
/* CSS */
color: #02aedf;
background-color: #02aedf;
/* Tailwind (arbitrary) */
class="text-[#02aedf] bg-[#02aedf]"
/* SCSS */
$brand: #02aedf;
/* SwiftUI */
Color(red: 0.008, green: 0.682, blue: 0.875)
/* Android */
Color.parseColor("#02aedf")Accessibility — WCAG contrast
Aa
#02aedf on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02aedf on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green68.2%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta22.0%
Yellow0.0%
Key (black)12.5%
Color previews
#02aedf text on a black background
contrast 8.12:1
Card sample
#02aedf text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02aedf;
Background color
Panel with #02aedf background
background-color: #02aedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02aedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 174, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 174, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02aedf; background: linear-gradient(135deg, #02aedf, #021BDF);