#5df99d
a light, electric green · cool · closest name: aquamarine
RGB
93, 249, 157
HSL
145°, 93%, 67%
CMYK
63, 0, 37, 2
Luminance
0.7251
Every format
| HEX | #5df99d |
| RGB | rgb(93, 249, 157) |
| HSL | hsl(145, 93%, 67%) |
| CMYK | cmyk(63%, 0%, 37%, 2%) |
| LAB | lab(88.2 -61.0 32.3) |
| LCH | lch(88.2 69.1 152.1) |
| OKLCH | oklch(0.877 0.184 153.9) |
Copy-ready code
/* CSS */
color: #5df99d;
background-color: #5df99d;
/* Tailwind (arbitrary) */
class="text-[#5df99d] bg-[#5df99d]"
/* SCSS */
$brand: #5df99d;
/* SwiftUI */
Color(red: 0.365, green: 0.976, blue: 0.616)
/* Android */
Color.parseColor("#5df99d")Accessibility — WCAG contrast
Aa
#5df99d on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5df99d on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green97.6%
Blue61.6%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow36.9%
Key (black)2.4%
Color previews
#5df99d text on a black background
contrast 15.50:1
Card sample
#5df99d text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5df99d;
Background color
Panel with #5df99d background
background-color: #5df99d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5df99d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 249, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 249, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5df99d; background: linear-gradient(135deg, #5df99d, #5DEDF9);