#9eef4d
a balanced, electric green · cool · closest name: lime
RGB
158, 239, 77
HSL
90°, 84%, 62%
CMYK
34, 0, 68, 6
Luminance
0.6954
Every format
| HEX | #9eef4d |
| RGB | rgb(158, 239, 77) |
| HSL | hsl(90, 84%, 62%) |
| CMYK | cmyk(34%, 0%, 68%, 6%) |
| LAB | lab(86.8 -49.5 67.4) |
| LCH | lch(86.8 83.7 126.3) |
| OKLCH | oklch(0.869 0.207 132.3) |
Copy-ready code
/* CSS */
color: #9eef4d;
background-color: #9eef4d;
/* Tailwind (arbitrary) */
class="text-[#9eef4d] bg-[#9eef4d]"
/* SCSS */
$brand: #9eef4d;
/* SwiftUI */
Color(red: 0.620, green: 0.937, blue: 0.302)
/* Android */
Color.parseColor("#9eef4d")Accessibility — WCAG contrast
Aa
#9eef4d on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eef4d on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green93.7%
Blue30.2%
CMYK percentages
Cyan33.9%
Magenta0.0%
Yellow67.8%
Key (black)6.3%
Color previews
#9eef4d text on a black background
contrast 14.91:1
Card sample
#9eef4d text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eef4d;
Background color
Panel with #9eef4d background
background-color: #9eef4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eef4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 239, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 239, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eef4d; background: linear-gradient(135deg, #9eef4d, #4DEF68);