#5dfbae
a light, electric green · cool · closest name: aquamarine
RGB
93, 251, 174
HSL
151°, 95%, 68%
CMYK
63, 0, 31, 2
Luminance
0.7438
Every format
| HEX | #5dfbae |
| RGB | rgb(93, 251, 174) |
| HSL | hsl(151, 95%, 68%) |
| CMYK | cmyk(63%, 0%, 31%, 2%) |
| LAB | lab(89.1 -58.6 24.9) |
| LCH | lch(89.1 63.7 156.9) |
| OKLCH | oklch(0.886 0.172 158.4) |
Copy-ready code
/* CSS */
color: #5dfbae;
background-color: #5dfbae;
/* Tailwind (arbitrary) */
class="text-[#5dfbae] bg-[#5dfbae]"
/* SCSS */
$brand: #5dfbae;
/* SwiftUI */
Color(red: 0.365, green: 0.984, blue: 0.682)
/* Android */
Color.parseColor("#5dfbae")Accessibility — WCAG contrast
Aa
#5dfbae on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dfbae on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green98.4%
Blue68.2%
CMYK percentages
Cyan62.9%
Magenta0.0%
Yellow30.7%
Key (black)1.6%
Color previews
#5dfbae text on a black background
contrast 15.88:1
Card sample
#5dfbae text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dfbae;
Background color
Panel with #5dfbae background
background-color: #5dfbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dfbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 251, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 251, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dfbae; background: linear-gradient(135deg, #5dfbae, #5DDFFB);