#5ffdaf
a light, electric green · cool · closest name: aquamarine
RGB
95, 253, 175
HSL
150°, 98%, 68%
CMYK
63, 0, 31, 1
Luminance
0.7578
Every format
| HEX | #5ffdaf |
| RGB | rgb(95, 253, 175) |
| HSL | hsl(150, 98%, 68%) |
| CMYK | cmyk(63%, 0%, 31%, 1%) |
| LAB | lab(89.8 -58.8 25.3) |
| LCH | lch(89.8 64.1 156.7) |
| OKLCH | oklch(0.891 0.173 158.2) |
Copy-ready code
/* CSS */
color: #5ffdaf;
background-color: #5ffdaf;
/* Tailwind (arbitrary) */
class="text-[#5ffdaf] bg-[#5ffdaf]"
/* SCSS */
$brand: #5ffdaf;
/* SwiftUI */
Color(red: 0.373, green: 0.992, blue: 0.686)
/* Android */
Color.parseColor("#5ffdaf")Accessibility — WCAG contrast
Aa
#5ffdaf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ffdaf on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green99.2%
Blue68.6%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow30.8%
Key (black)0.8%
Color previews
#5ffdaf text on a black background
contrast 16.16:1
Card sample
#5ffdaf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ffdaf;
Background color
Panel with #5ffdaf background
background-color: #5ffdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ffdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 253, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 253, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ffdaf; background: linear-gradient(135deg, #5ffdaf, #5FE2FD);