#5ffdff
a light, electric cyan · cool · closest name: cyan
RGB
95, 253, 255
HSL
181°, 100%, 69%
CMYK
63, 1, 0, 0
Luminance
0.7990
Every format
| HEX | #5ffdff |
| RGB | rgb(95, 253, 255) |
| HSL | hsl(181, 100%, 69%) |
| CMYK | cmyk(63%, 1%, 0%, 0%) |
| LAB | lab(91.6 -40.1 -13.2) |
| LCH | lch(91.6 42.3 198.2) |
| OKLCH | oklch(0.913 0.131 196.3) |
Copy-ready code
/* CSS */
color: #5ffdff;
background-color: #5ffdff;
/* Tailwind (arbitrary) */
class="text-[#5ffdff] bg-[#5ffdff]"
/* SCSS */
$brand: #5ffdff;
/* SwiftUI */
Color(red: 0.373, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#5ffdff")Accessibility — WCAG contrast
Aa
#5ffdff on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ffdff on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green99.2%
Blue100.0%
CMYK percentages
Cyan62.7%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#5ffdff text on a black background
contrast 16.98:1
Card sample
#5ffdff text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ffdff;
Background color
Panel with #5ffdff background
background-color: #5ffdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ffdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ffdff; background: linear-gradient(135deg, #5ffdff, #5F92FF);