#02fafd
a balanced, electric cyan · cool · closest name: cyan
RGB
2, 250, 253
HSL
181°, 98%, 50%
CMYK
99, 1, 0, 1
Luminance
0.7548
Every format
| HEX | #02fafd |
| RGB | rgb(2, 250, 253) |
| HSL | hsl(181, 98%, 50%) |
| CMYK | cmyk(99%, 1%, 0%, 1%) |
| LAB | lab(89.6 -46.5 -15.3) |
| LCH | lch(89.6 48.9 198.3) |
| OKLCH | oklch(0.893 0.152 196.3) |
Copy-ready code
/* CSS */
color: #02fafd;
background-color: #02fafd;
/* Tailwind (arbitrary) */
class="text-[#02fafd] bg-[#02fafd]"
/* SCSS */
$brand: #02fafd;
/* SwiftUI */
Color(red: 0.008, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#02fafd")Accessibility — WCAG contrast
Aa
#02fafd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#02fafd on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green98.0%
Blue99.2%
CMYK percentages
Cyan99.2%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#02fafd text on a black background
contrast 16.10:1
Card sample
#02fafd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02fafd;
Background color
Panel with #02fafd background
background-color: #02fafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02fafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02fafd; background: linear-gradient(135deg, #02fafd, #0253FD);