#5df39c
a light, electric green · cool · closest name: aquamarine
RGB
93, 243, 156
HSL
145°, 86%, 66%
CMYK
62, 0, 36, 5
Luminance
0.6883
Every format
| HEX | #5df39c |
| RGB | rgb(93, 243, 156) |
| HSL | hsl(145, 86%, 66%) |
| CMYK | cmyk(62%, 0%, 36%, 5%) |
| LAB | lab(86.4 -58.9 30.4) |
| LCH | lch(86.4 66.3 152.7) |
| OKLCH | oklch(0.863 0.177 154.5) |
Copy-ready code
/* CSS */
color: #5df39c;
background-color: #5df39c;
/* Tailwind (arbitrary) */
class="text-[#5df39c] bg-[#5df39c]"
/* SCSS */
$brand: #5df39c;
/* SwiftUI */
Color(red: 0.365, green: 0.953, blue: 0.612)
/* Android */
Color.parseColor("#5df39c")Accessibility — WCAG contrast
Aa
#5df39c on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5df39c on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green95.3%
Blue61.2%
CMYK percentages
Cyan61.7%
Magenta0.0%
Yellow35.8%
Key (black)4.7%
Color previews
#5df39c text on a black background
contrast 14.77:1
Card sample
#5df39c text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5df39c;
Background color
Panel with #5df39c background
background-color: #5df39c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5df39c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 243, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 243, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5df39c; background: linear-gradient(135deg, #5df39c, #5DE6F3);