#9ef075
a light, electric green · cool · closest name: olivedrab
RGB
158, 240, 117
HSL
100°, 80%, 70%
CMYK
34, 0, 51, 6
Luminance
0.7087
Every format
| HEX | #9ef075 |
| RGB | rgb(158, 240, 117) |
| HSL | hsl(100, 80%, 70%) |
| CMYK | cmyk(34%, 0%, 51%, 6%) |
| LAB | lab(87.4 -46.3 51.2) |
| LCH | lch(87.4 69.0 132.1) |
| OKLCH | oklch(0.876 0.177 136.2) |
Copy-ready code
/* CSS */
color: #9ef075;
background-color: #9ef075;
/* Tailwind (arbitrary) */
class="text-[#9ef075] bg-[#9ef075]"
/* SCSS */
$brand: #9ef075;
/* SwiftUI */
Color(red: 0.620, green: 0.941, blue: 0.459)
/* Android */
Color.parseColor("#9ef075")Accessibility — WCAG contrast
Aa
#9ef075 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ef075 on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green94.1%
Blue45.9%
CMYK percentages
Cyan34.2%
Magenta0.0%
Yellow51.3%
Key (black)5.9%
Color previews
#9ef075 text on a black background
contrast 15.17:1
Card sample
#9ef075 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ef075;
Background color
Panel with #9ef075 background
background-color: #9ef075;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ef075;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 240, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 240, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ef075; background: linear-gradient(135deg, #9ef075, #75F09E);