#5ffdfb
a light, electric cyan · cool · closest name: cyan
RGB
95, 253, 251
HSL
179°, 98%, 68%
CMYK
63, 0, 1, 1
Luminance
0.7965
Every format
| HEX | #5ffdfb |
| RGB | rgb(95, 253, 251) |
| HSL | hsl(179, 98%, 68%) |
| CMYK | cmyk(63%, 0%, 1%, 1%) |
| LAB | lab(91.5 -41.2 -11.3) |
| LCH | lch(91.5 42.7 195.4) |
| OKLCH | oklch(0.911 0.131 193.9) |
Copy-ready code
/* CSS */
color: #5ffdfb;
background-color: #5ffdfb;
/* Tailwind (arbitrary) */
class="text-[#5ffdfb] bg-[#5ffdfb]"
/* SCSS */
$brand: #5ffdfb;
/* SwiftUI */
Color(red: 0.373, green: 0.992, blue: 0.984)
/* Android */
Color.parseColor("#5ffdfb")Accessibility — WCAG contrast
Aa
#5ffdfb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ffdfb on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green99.2%
Blue98.4%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow0.8%
Key (black)0.8%
Color previews
#5ffdfb text on a black background
contrast 16.93:1
Card sample
#5ffdfb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ffdfb;
Background color
Panel with #5ffdfb background
background-color: #5ffdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ffdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 253, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 253, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ffdfb; background: linear-gradient(135deg, #5ffdfb, #5F96FD);