#5dfd8b
a light, electric green · cool · closest name: aquamarine
RGB
93, 253, 139
HSL
137°, 98%, 68%
CMYK
63, 0, 45, 1
Luminance
0.7444
Every format
| HEX | #5dfd8b |
| RGB | rgb(93, 253, 139) |
| HSL | hsl(137, 98%, 68%) |
| CMYK | cmyk(63%, 0%, 45%, 1%) |
| LAB | lab(89.1 -65.5 42.4) |
| LCH | lch(89.1 78.0 147.1) |
| OKLCH | oklch(0.884 0.205 149.6) |
Copy-ready code
/* CSS */
color: #5dfd8b;
background-color: #5dfd8b;
/* Tailwind (arbitrary) */
class="text-[#5dfd8b] bg-[#5dfd8b]"
/* SCSS */
$brand: #5dfd8b;
/* SwiftUI */
Color(red: 0.365, green: 0.992, blue: 0.545)
/* Android */
Color.parseColor("#5dfd8b")Accessibility — WCAG contrast
Aa
#5dfd8b on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dfd8b on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green99.2%
Blue54.5%
CMYK percentages
Cyan63.2%
Magenta0.0%
Yellow45.1%
Key (black)0.8%
Color previews
#5dfd8b text on a black background
contrast 15.89:1
Card sample
#5dfd8b text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dfd8b;
Background color
Panel with #5dfd8b background
background-color: #5dfd8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dfd8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 253, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 253, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dfd8b; background: linear-gradient(135deg, #5dfd8b, #5DFDF6);