#9ef708
a balanced, electric green · cool · closest name: lime
RGB
158, 247, 8
HSL
82°, 94%, 50%
CMYK
36, 0, 97, 3
Luminance
0.7381
Every format
| HEX | #9ef708 |
| RGB | rgb(158, 247, 8) |
| HSL | hsl(82, 94%, 50%) |
| CMYK | cmyk(36%, 0%, 97%, 3%) |
| LAB | lab(88.8 -55.3 84.9) |
| LCH | lch(88.8 101.3 123.1) |
| OKLCH | oklch(0.885 0.241 131.1) |
Copy-ready code
/* CSS */
color: #9ef708;
background-color: #9ef708;
/* Tailwind (arbitrary) */
class="text-[#9ef708] bg-[#9ef708]"
/* SCSS */
$brand: #9ef708;
/* SwiftUI */
Color(red: 0.620, green: 0.969, blue: 0.031)
/* Android */
Color.parseColor("#9ef708")Accessibility — WCAG contrast
Aa
#9ef708 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ef708 on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green96.9%
Blue3.1%
CMYK percentages
Cyan36.0%
Magenta0.0%
Yellow96.8%
Key (black)3.1%
Color previews
#9ef708 text on a black background
contrast 15.76:1
Card sample
#9ef708 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ef708;
Background color
Panel with #9ef708 background
background-color: #9ef708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ef708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 247, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 247, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ef708; background: linear-gradient(135deg, #9ef708, #08F711);