#9df97d
a light, electric green · cool · closest name: forestgreen
RGB
157, 249, 125
HSL
105°, 91%, 73%
CMYK
37, 0, 50, 2
Luminance
0.7640
Every format
| HEX | #9df97d |
| RGB | rgb(157, 249, 125) |
| HSL | hsl(105, 91%, 73%) |
| CMYK | cmyk(37%, 0%, 50%, 2%) |
| LAB | lab(90.0 -49.5 50.6) |
| LCH | lch(90.0 70.8 134.3) |
| OKLCH | oklch(0.897 0.182 138.2) |
Copy-ready code
/* CSS */
color: #9df97d;
background-color: #9df97d;
/* Tailwind (arbitrary) */
class="text-[#9df97d] bg-[#9df97d]"
/* SCSS */
$brand: #9df97d;
/* SwiftUI */
Color(red: 0.616, green: 0.976, blue: 0.490)
/* Android */
Color.parseColor("#9df97d")Accessibility — WCAG contrast
Aa
#9df97d on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9df97d on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green97.6%
Blue49.0%
CMYK percentages
Cyan36.9%
Magenta0.0%
Yellow49.8%
Key (black)2.4%
Color previews
#9df97d text on a black background
contrast 16.28:1
Card sample
#9df97d text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9df97d;
Background color
Panel with #9df97d background
background-color: #9df97d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9df97d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 249, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 249, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9df97d; background: linear-gradient(135deg, #9df97d, #7DF9B0);