#9df73d
a balanced, electric green · cool · closest name: lime
RGB
157, 247, 61
HSL
89°, 92%, 60%
CMYK
36, 0, 75, 3
Luminance
0.7403
Every format
| HEX | #9df73d |
| RGB | rgb(157, 247, 61) |
| HSL | hsl(89, 92%, 60%) |
| CMYK | cmyk(36%, 0%, 75%, 3%) |
| LAB | lab(88.9 -54.1 75.0) |
| LCH | lch(88.9 92.5 125.8) |
| OKLCH | oklch(0.886 0.226 132.5) |
Copy-ready code
/* CSS */
color: #9df73d;
background-color: #9df73d;
/* Tailwind (arbitrary) */
class="text-[#9df73d] bg-[#9df73d]"
/* SCSS */
$brand: #9df73d;
/* SwiftUI */
Color(red: 0.616, green: 0.969, blue: 0.239)
/* Android */
Color.parseColor("#9df73d")Accessibility — WCAG contrast
Aa
#9df73d on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9df73d on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green96.9%
Blue23.9%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow75.3%
Key (black)3.1%
Color previews
#9df73d text on a black background
contrast 15.81:1
Card sample
#9df73d text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9df73d;
Background color
Panel with #9df73d background
background-color: #9df73d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9df73d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 247, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 247, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9df73d; background: linear-gradient(135deg, #9df73d, #3DF759);