#5ffafd
a light, electric cyan · cool · closest name: cyan
RGB
95, 250, 253
HSL
181°, 98%, 68%
CMYK
63, 1, 0, 1
Luminance
0.7790
Every format
| HEX | #5ffafd |
| RGB | rgb(95, 250, 253) |
| HSL | hsl(181, 98%, 68%) |
| CMYK | cmyk(63%, 1%, 0%, 1%) |
| LAB | lab(90.7 -39.3 -13.6) |
| LCH | lch(90.7 41.6 199.0) |
| OKLCH | oklch(0.905 0.129 196.9) |
Copy-ready code
/* CSS */
color: #5ffafd;
background-color: #5ffafd;
/* Tailwind (arbitrary) */
class="text-[#5ffafd] bg-[#5ffafd]"
/* SCSS */
$brand: #5ffafd;
/* SwiftUI */
Color(red: 0.373, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#5ffafd")Accessibility — WCAG contrast
Aa
#5ffafd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ffafd on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green98.0%
Blue99.2%
CMYK percentages
Cyan62.5%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#5ffafd text on a black background
contrast 16.58:1
Card sample
#5ffafd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ffafd;
Background color
Panel with #5ffafd background
background-color: #5ffafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ffafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ffafd; background: linear-gradient(135deg, #5ffafd, #5F91FD);