#5df37c
a light, electric green · cool · closest name: forestgreen
RGB
93, 243, 124
HSL
132°, 86%, 66%
CMYK
62, 0, 49, 5
Luminance
0.6788
Every format
| HEX | #5df37c |
| RGB | rgb(93, 243, 124) |
| HSL | hsl(132, 86%, 66%) |
| CMYK | cmyk(62%, 0%, 49%, 5%) |
| LAB | lab(86.0 -64.1 45.6) |
| LCH | lch(86.0 78.7 144.6) |
| OKLCH | oklch(0.857 0.205 147.5) |
Copy-ready code
/* CSS */
color: #5df37c;
background-color: #5df37c;
/* Tailwind (arbitrary) */
class="text-[#5df37c] bg-[#5df37c]"
/* SCSS */
$brand: #5df37c;
/* SwiftUI */
Color(red: 0.365, green: 0.953, blue: 0.486)
/* Android */
Color.parseColor("#5df37c")Accessibility — WCAG contrast
Aa
#5df37c on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5df37c on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green95.3%
Blue48.6%
CMYK percentages
Cyan61.7%
Magenta0.0%
Yellow49.0%
Key (black)4.7%
Color previews
#5df37c text on a black background
contrast 14.58:1
Card sample
#5df37c text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5df37c;
Background color
Panel with #5df37c background
background-color: #5df37c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5df37c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 243, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 243, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5df37c; background: linear-gradient(135deg, #5df37c, #5DF3E0);