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