#5ffaf8
a light, electric cyan · cool · closest name: cyan
RGB
95, 250, 248
HSL
179°, 94%, 68%
CMYK
62, 0, 1, 2
Luminance
0.7758
Every format
| HEX | #5ffaf8 |
| RGB | rgb(95, 250, 248) |
| HSL | hsl(179, 94%, 68%) |
| CMYK | cmyk(62%, 0%, 1%, 2%) |
| LAB | lab(90.6 -40.6 -11.2) |
| LCH | lch(90.6 42.2 195.4) |
| OKLCH | oklch(0.904 0.129 193.9) |
Copy-ready code
/* CSS */
color: #5ffaf8;
background-color: #5ffaf8;
/* Tailwind (arbitrary) */
class="text-[#5ffaf8] bg-[#5ffaf8]"
/* SCSS */
$brand: #5ffaf8;
/* SwiftUI */
Color(red: 0.373, green: 0.980, blue: 0.973)
/* Android */
Color.parseColor("#5ffaf8")Accessibility — WCAG contrast
Aa
#5ffaf8 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ffaf8 on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green98.0%
Blue97.3%
CMYK percentages
Cyan62.0%
Magenta0.0%
Yellow0.8%
Key (black)2.0%
Color previews
#5ffaf8 text on a black background
contrast 16.52:1
Card sample
#5ffaf8 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ffaf8;
Background color
Panel with #5ffaf8 background
background-color: #5ffaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ffaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 250, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 250, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ffaf8; background: linear-gradient(135deg, #5ffaf8, #5F95FA);