#5ef77c
a light, electric green · cool · closest name: forestgreen
RGB
94, 247, 124
HSL
132°, 91%, 67%
CMYK
62, 0, 50, 3
Luminance
0.7036
Every format
| HEX | #5ef77c |
| RGB | rgb(94, 247, 124) |
| HSL | hsl(132, 91%, 67%) |
| CMYK | cmyk(62%, 0%, 50%, 3%) |
| LAB | lab(87.2 -65.3 47.1) |
| LCH | lch(87.2 80.5 144.2) |
| OKLCH | oklch(0.867 0.210 147.2) |
Copy-ready code
/* CSS */
color: #5ef77c;
background-color: #5ef77c;
/* Tailwind (arbitrary) */
class="text-[#5ef77c] bg-[#5ef77c]"
/* SCSS */
$brand: #5ef77c;
/* SwiftUI */
Color(red: 0.369, green: 0.969, blue: 0.486)
/* Android */
Color.parseColor("#5ef77c")Accessibility — WCAG contrast
Aa
#5ef77c on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ef77c on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green96.9%
Blue48.6%
CMYK percentages
Cyan61.9%
Magenta0.0%
Yellow49.8%
Key (black)3.1%
Color previews
#5ef77c text on a black background
contrast 15.07:1
Card sample
#5ef77c text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ef77c;
Background color
Panel with #5ef77c background
background-color: #5ef77c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ef77c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 247, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 247, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ef77c; background: linear-gradient(135deg, #5ef77c, #5EF7E2);