#5dfffe
a light, electric cyan · cool · closest name: cyan
RGB
93, 255, 254
HSL
180°, 100%, 68%
CMYK
64, 0, 0, 0
Luminance
0.8100
Every format
| HEX | #5dfffe |
| RGB | rgb(93, 255, 254) |
| HSL | hsl(180, 100%, 68%) |
| CMYK | cmyk(64%, 0%, 0%, 0%) |
| LAB | lab(92.1 -41.6 -12.0) |
| LCH | lch(92.1 43.3 196.1) |
| OKLCH | oklch(0.917 0.133 194.5) |
Copy-ready code
/* CSS */
color: #5dfffe;
background-color: #5dfffe;
/* Tailwind (arbitrary) */
class="text-[#5dfffe] bg-[#5dfffe]"
/* SCSS */
$brand: #5dfffe;
/* SwiftUI */
Color(red: 0.365, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#5dfffe")Accessibility — WCAG contrast
Aa
#5dfffe on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dfffe on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green100.0%
Blue99.6%
CMYK percentages
Cyan63.5%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#5dfffe text on a black background
contrast 17.20:1
Card sample
#5dfffe text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dfffe;
Background color
Panel with #5dfffe background
background-color: #5dfffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dfffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dfffe; background: linear-gradient(135deg, #5dfffe, #5D94FF);