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