#9ef27a
a light, electric green · cool · closest name: forestgreen
RGB
158, 242, 122
HSL
102°, 82%, 71%
CMYK
35, 0, 50, 5
Luminance
0.7218
Every format
| HEX | #9ef27a |
| RGB | rgb(158, 242, 122) |
| HSL | hsl(102, 82%, 71%) |
| CMYK | cmyk(35%, 0%, 50%, 5%) |
| LAB | lab(88.0 -46.6 49.6) |
| LCH | lch(88.0 68.1 133.2) |
| OKLCH | oklch(0.881 0.175 137.1) |
Copy-ready code
/* CSS */
color: #9ef27a;
background-color: #9ef27a;
/* Tailwind (arbitrary) */
class="text-[#9ef27a] bg-[#9ef27a]"
/* SCSS */
$brand: #9ef27a;
/* SwiftUI */
Color(red: 0.620, green: 0.949, blue: 0.478)
/* Android */
Color.parseColor("#9ef27a")Accessibility — WCAG contrast
Aa
#9ef27a on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ef27a on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green94.9%
Blue47.8%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow49.6%
Key (black)5.1%
Color previews
#9ef27a text on a black background
contrast 15.44:1
Card sample
#9ef27a text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ef27a;
Background color
Panel with #9ef27a background
background-color: #9ef27a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ef27a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 242, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 242, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ef27a; background: linear-gradient(135deg, #9ef27a, #7AF2A6);