#02afc4
a dark, electric cyan · cool · closest name: skyblue
RGB
2, 175, 196
HSL
187°, 98%, 39%
CMYK
99, 11, 0, 23
Luminance
0.3466
Every format
| HEX | #02afc4 |
| RGB | rgb(2, 175, 196) |
| HSL | hsl(187, 98%, 39%) |
| CMYK | cmyk(99%, 11%, 0%, 23%) |
| LAB | lab(65.5 -29.5 -21.2) |
| LCH | lch(65.5 36.4 215.7) |
| OKLCH | oklch(0.691 0.119 209.9) |
Copy-ready code
/* CSS */
color: #02afc4;
background-color: #02afc4;
/* Tailwind (arbitrary) */
class="text-[#02afc4] bg-[#02afc4]"
/* SCSS */
$brand: #02afc4;
/* SwiftUI */
Color(red: 0.008, green: 0.686, blue: 0.769)
/* Android */
Color.parseColor("#02afc4")Accessibility — WCAG contrast
Aa
#02afc4 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02afc4 on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green68.6%
Blue76.9%
CMYK percentages
Cyan99.0%
Magenta10.7%
Yellow0.0%
Key (black)23.1%
Color previews
#02afc4 text on a black background
contrast 7.93:1
Card sample
#02afc4 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02afc4;
Background color
Panel with #02afc4 background
background-color: #02afc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02afc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 175, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 175, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02afc4; background: linear-gradient(135deg, #02afc4, #022EC4);