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