#02afc3
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 175, 195
HSL
186°, 98%, 39%
CMYK
99, 10, 0, 24
Luminance
0.3461
Every format
| HEX | #02afc3 |
| RGB | rgb(2, 175, 195) |
| HSL | hsl(186, 98%, 39%) |
| CMYK | cmyk(99%, 10%, 0%, 24%) |
| LAB | lab(65.4 -29.8 -20.7) |
| LCH | lch(65.4 36.3 214.8) |
| OKLCH | oklch(0.690 0.119 209.2) |
Copy-ready code
/* CSS */
color: #02afc3;
background-color: #02afc3;
/* Tailwind (arbitrary) */
class="text-[#02afc3] bg-[#02afc3]"
/* SCSS */
$brand: #02afc3;
/* SwiftUI */
Color(red: 0.008, green: 0.686, blue: 0.765)
/* Android */
Color.parseColor("#02afc3")Accessibility — WCAG contrast
Aa
#02afc3 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02afc3 on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green68.6%
Blue76.5%
CMYK percentages
Cyan99.0%
Magenta10.3%
Yellow0.0%
Key (black)23.5%
Color previews
#02afc3 text on a black background
contrast 7.92:1
Card sample
#02afc3 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02afc3;
Background color
Panel with #02afc3 background
background-color: #02afc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02afc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 175, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 175, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02afc3; background: linear-gradient(135deg, #02afc3, #022EC3);