#9df74d
a balanced, electric green · cool · closest name: lime
RGB
157, 247, 77
HSL
92°, 91%, 64%
CMYK
36, 0, 69, 3
Luminance
0.7423
Every format
| HEX | #9df74d |
| RGB | rgb(157, 247, 77) |
| HSL | hsl(92, 91%, 64%) |
| CMYK | cmyk(36%, 0%, 69%, 3%) |
| LAB | lab(89.0 -53.1 69.7) |
| LCH | lch(89.0 87.7 127.3) |
| OKLCH | oklch(0.887 0.217 133.4) |
Copy-ready code
/* CSS */
color: #9df74d;
background-color: #9df74d;
/* Tailwind (arbitrary) */
class="text-[#9df74d] bg-[#9df74d]"
/* SCSS */
$brand: #9df74d;
/* SwiftUI */
Color(red: 0.616, green: 0.969, blue: 0.302)
/* Android */
Color.parseColor("#9df74d")Accessibility — WCAG contrast
Aa
#9df74d on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9df74d on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green96.9%
Blue30.2%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow68.8%
Key (black)3.1%
Color previews
#9df74d text on a black background
contrast 15.85:1
Card sample
#9df74d text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9df74d;
Background color
Panel with #9df74d background
background-color: #9df74d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9df74d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 247, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 247, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9df74d; background: linear-gradient(135deg, #9df74d, #4DF76E);