#4df47d
a balanced, electric green · cool · closest name: forestgreen
RGB
77, 244, 125
HSL
137°, 88%, 63%
CMYK
68, 0, 49, 4
Luminance
0.6776
Every format
| HEX | #4df47d |
| RGB | rgb(77, 244, 125) |
| HSL | hsl(137, 88%, 63%) |
| CMYK | cmyk(68%, 0%, 49%, 4%) |
| LAB | lab(85.9 -67.3 44.9) |
| LCH | lch(85.9 80.9 146.3) |
| OKLCH | oklch(0.856 0.211 148.9) |
Copy-ready code
/* CSS */
color: #4df47d;
background-color: #4df47d;
/* Tailwind (arbitrary) */
class="text-[#4df47d] bg-[#4df47d]"
/* SCSS */
$brand: #4df47d;
/* SwiftUI */
Color(red: 0.302, green: 0.957, blue: 0.490)
/* Android */
Color.parseColor("#4df47d")Accessibility — WCAG contrast
Aa
#4df47d on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4df47d on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green95.7%
Blue49.0%
CMYK percentages
Cyan68.4%
Magenta0.0%
Yellow48.8%
Key (black)4.3%
Color previews
#4df47d text on a black background
contrast 14.55:1
Card sample
#4df47d text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4df47d;
Background color
Panel with #4df47d background
background-color: #4df47d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4df47d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 244, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 244, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4df47d; background: linear-gradient(135deg, #4df47d, #4DF4EC);