#02afce
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 175, 206
HSL
189°, 98%, 41%
CMYK
99, 15, 0, 19
Luminance
0.3513
Every format
| HEX | #02afce |
| RGB | rgb(2, 175, 206) |
| HSL | hsl(189, 98%, 41%) |
| CMYK | cmyk(99%, 15%, 0%, 19%) |
| LAB | lab(65.8 -26.2 -26.2) |
| LCH | lch(65.8 37.0 225.0) |
| OKLCH | oklch(0.695 0.123 216.5) |
Copy-ready code
/* CSS */
color: #02afce;
background-color: #02afce;
/* Tailwind (arbitrary) */
class="text-[#02afce] bg-[#02afce]"
/* SCSS */
$brand: #02afce;
/* SwiftUI */
Color(red: 0.008, green: 0.686, blue: 0.808)
/* Android */
Color.parseColor("#02afce")Accessibility — WCAG contrast
Aa
#02afce on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02afce on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green68.6%
Blue80.8%
CMYK percentages
Cyan99.0%
Magenta15.0%
Yellow0.0%
Key (black)19.2%
Color previews
#02afce text on a black background
contrast 8.03:1
Card sample
#02afce text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02afce;
Background color
Panel with #02afce background
background-color: #02afce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02afce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 175, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 175, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02afce; background: linear-gradient(135deg, #02afce, #0227CE);