#9df47c
a light, electric green · cool · closest name: forestgreen
RGB
157, 244, 124
HSL
104°, 85%, 72%
CMYK
36, 0, 49, 4
Luminance
0.7332
Every format
| HEX | #9df47c |
| RGB | rgb(157, 244, 124) |
| HSL | hsl(104, 85%, 72%) |
| CMYK | cmyk(36%, 0%, 49%, 4%) |
| LAB | lab(88.6 -47.5 49.4) |
| LCH | lch(88.6 68.5 133.9) |
| OKLCH | oklch(0.885 0.176 137.7) |
Copy-ready code
/* CSS */
color: #9df47c;
background-color: #9df47c;
/* Tailwind (arbitrary) */
class="text-[#9df47c] bg-[#9df47c]"
/* SCSS */
$brand: #9df47c;
/* SwiftUI */
Color(red: 0.616, green: 0.957, blue: 0.486)
/* Android */
Color.parseColor("#9df47c")Accessibility — WCAG contrast
Aa
#9df47c on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9df47c on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green95.7%
Blue48.6%
CMYK percentages
Cyan35.7%
Magenta0.0%
Yellow49.2%
Key (black)4.3%
Color previews
#9df47c text on a black background
contrast 15.66:1
Card sample
#9df47c text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9df47c;
Background color
Panel with #9df47c background
background-color: #9df47c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9df47c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 244, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 244, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9df47c; background: linear-gradient(135deg, #9df47c, #7CF4AB);