#9eee5f
a light, electric green · cool · closest name: olivedrab
RGB
158, 238, 95
HSL
94°, 81%, 65%
CMYK
34, 0, 60, 7
Luminance
0.6924
Every format
| HEX | #9eee5f |
| RGB | rgb(158, 238, 95) |
| HSL | hsl(94, 81%, 65%) |
| CMYK | cmyk(34%, 0%, 60%, 7%) |
| LAB | lab(86.6 -47.7 60.1) |
| LCH | lch(86.6 76.7 128.4) |
| OKLCH | oklch(0.869 0.193 133.6) |
Copy-ready code
/* CSS */
color: #9eee5f;
background-color: #9eee5f;
/* Tailwind (arbitrary) */
class="text-[#9eee5f] bg-[#9eee5f]"
/* SCSS */
$brand: #9eee5f;
/* SwiftUI */
Color(red: 0.620, green: 0.933, blue: 0.373)
/* Android */
Color.parseColor("#9eee5f")Accessibility — WCAG contrast
Aa
#9eee5f on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eee5f on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green93.3%
Blue37.3%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow60.1%
Key (black)6.7%
Color previews
#9eee5f text on a black background
contrast 14.85:1
Card sample
#9eee5f text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eee5f;
Background color
Panel with #9eee5f background
background-color: #9eee5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eee5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 238, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 238, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eee5f; background: linear-gradient(135deg, #9eee5f, #5FEE7F);