#5ffade
a light, electric cyan · cool · closest name: aquamarine
RGB
95, 250, 222
HSL
169°, 94%, 68%
CMYK
62, 0, 11, 2
Luminance
0.7608
Every format
| HEX | #5ffade |
| RGB | rgb(95, 250, 222) |
| HSL | hsl(169, 94%, 68%) |
| CMYK | cmyk(62%, 0%, 11%, 2%) |
| LAB | lab(89.9 -47.3 1.3) |
| LCH | lch(89.9 47.3 178.4) |
| OKLCH | oklch(0.896 0.137 178.8) |
Copy-ready code
/* CSS */
color: #5ffade;
background-color: #5ffade;
/* Tailwind (arbitrary) */
class="text-[#5ffade] bg-[#5ffade]"
/* SCSS */
$brand: #5ffade;
/* SwiftUI */
Color(red: 0.373, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#5ffade")Accessibility — WCAG contrast
Aa
#5ffade on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ffade on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green98.0%
Blue87.1%
CMYK percentages
Cyan62.0%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#5ffade text on a black background
contrast 16.22:1
Card sample
#5ffade text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ffade;
Background color
Panel with #5ffade background
background-color: #5ffade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ffade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ffade; background: linear-gradient(135deg, #5ffade, #5FAEFA);