#9efa9e
a light, electric green · cool · closest name: aquamarine
RGB
158, 250, 158
HSL
120°, 90%, 80%
CMYK
37, 0, 37, 2
Luminance
0.7811
Every format
| HEX | #9efa9e |
| RGB | rgb(158, 250, 158) |
| HSL | hsl(120, 90%, 80%) |
| CMYK | cmyk(37%, 0%, 37%, 2%) |
| LAB | lab(90.8 -45.2 35.7) |
| LCH | lch(90.8 57.6 141.7) |
| OKLCH | oklch(0.905 0.152 144.2) |
Copy-ready code
/* CSS */
color: #9efa9e;
background-color: #9efa9e;
/* Tailwind (arbitrary) */
class="text-[#9efa9e] bg-[#9efa9e]"
/* SCSS */
$brand: #9efa9e;
/* SwiftUI */
Color(red: 0.620, green: 0.980, blue: 0.620)
/* Android */
Color.parseColor("#9efa9e")Accessibility — WCAG contrast
Aa
#9efa9e on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9efa9e on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green98.0%
Blue62.0%
CMYK percentages
Cyan36.8%
Magenta0.0%
Yellow36.8%
Key (black)2.0%
Color previews
#9efa9e text on a black background
contrast 16.62:1
Card sample
#9efa9e text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9efa9e;
Background color
Panel with #9efa9e background
background-color: #9efa9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9efa9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 250, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 250, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9efa9e; background: linear-gradient(135deg, #9efa9e, #9EFADB);