#02afe2
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 175, 226
HSL
194°, 98%, 45%
CMYK
99, 23, 0, 11
Luminance
0.3616
Every format
| HEX | #02afe2 |
| RGB | rgb(2, 175, 226) |
| HSL | hsl(194, 98%, 45%) |
| CMYK | cmyk(99%, 23%, 0%, 11%) |
| LAB | lab(66.6 -19.3 -36.0) |
| LCH | lch(66.6 40.9 241.8) |
| OKLCH | oklch(0.704 0.137 227.9) |
Copy-ready code
/* CSS */
color: #02afe2;
background-color: #02afe2;
/* Tailwind (arbitrary) */
class="text-[#02afe2] bg-[#02afe2]"
/* SCSS */
$brand: #02afe2;
/* SwiftUI */
Color(red: 0.008, green: 0.686, blue: 0.886)
/* Android */
Color.parseColor("#02afe2")Accessibility — WCAG contrast
Aa
#02afe2 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02afe2 on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green68.6%
Blue88.6%
CMYK percentages
Cyan99.1%
Magenta22.6%
Yellow0.0%
Key (black)11.4%
Color previews
#02afe2 text on a black background
contrast 8.23:1
Card sample
#02afe2 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02afe2;
Background color
Panel with #02afe2 background
background-color: #02afe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02afe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 175, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 175, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02afe2; background: linear-gradient(135deg, #02afe2, #021AE2);