#e8ff7e
a light, electric green · cool · closest name: khaki
RGB
232, 255, 126
HSL
71°, 100%, 75%
CMYK
9, 0, 51, 0
Luminance
0.9018
Every format
| HEX | #e8ff7e |
| RGB | rgb(232, 255, 126) |
| HSL | hsl(71, 100%, 75%) |
| CMYK | cmyk(9%, 0%, 51%, 0%) |
| LAB | lab(96.1 -25.6 58.5) |
| LCH | lch(96.1 63.8 113.6) |
| OKLCH | oklch(0.957 0.156 117.8) |
Copy-ready code
/* CSS */
color: #e8ff7e;
background-color: #e8ff7e;
/* Tailwind (arbitrary) */
class="text-[#e8ff7e] bg-[#e8ff7e]"
/* SCSS */
$brand: #e8ff7e;
/* SwiftUI */
Color(red: 0.910, green: 1.000, blue: 0.494)
/* Android */
Color.parseColor("#e8ff7e")Accessibility — WCAG contrast
Aa
#e8ff7e on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8ff7e on black: 19.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green100.0%
Blue49.4%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow50.6%
Key (black)0.0%
Color previews
#e8ff7e text on a black background
contrast 19.04:1
Card sample
#e8ff7e text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8ff7e;
Background color
Panel with #e8ff7e background
background-color: #e8ff7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8ff7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 255, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 255, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8ff7e; background: linear-gradient(135deg, #e8ff7e, #92FF7E);