#5df67d
a light, electric green · cool · closest name: forestgreen
RGB
93, 246, 125
HSL
133°, 90%, 67%
CMYK
62, 0, 49, 4
Luminance
0.6972
Every format
| HEX | #5df67d |
| RGB | rgb(93, 246, 125) |
| HSL | hsl(133, 90%, 67%) |
| CMYK | cmyk(62%, 0%, 49%, 4%) |
| LAB | lab(86.9 -65.0 46.2) |
| LCH | lch(86.9 79.8 144.6) |
| OKLCH | oklch(0.865 0.208 147.5) |
Copy-ready code
/* CSS */
color: #5df67d;
background-color: #5df67d;
/* Tailwind (arbitrary) */
class="text-[#5df67d] bg-[#5df67d]"
/* SCSS */
$brand: #5df67d;
/* SwiftUI */
Color(red: 0.365, green: 0.965, blue: 0.490)
/* Android */
Color.parseColor("#5df67d")Accessibility — WCAG contrast
Aa
#5df67d on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5df67d on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green96.5%
Blue49.0%
CMYK percentages
Cyan62.2%
Magenta0.0%
Yellow49.2%
Key (black)3.5%
Color previews
#5df67d text on a black background
contrast 14.94:1
Card sample
#5df67d text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5df67d;
Background color
Panel with #5df67d background
background-color: #5df67d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5df67d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 246, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 246, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5df67d; background: linear-gradient(135deg, #5df67d, #5DF6E3);