#e8ff8f
a light, electric green · cool · closest name: khaki
RGB
232, 255, 143
HSL
72°, 100%, 78%
CMYK
9, 0, 44, 0
Luminance
0.9066
Every format
| HEX | #e8ff8f |
| RGB | rgb(232, 255, 143) |
| HSL | hsl(72, 100%, 78%) |
| CMYK | cmyk(9%, 0%, 44%, 0%) |
| LAB | lab(96.3 -23.9 50.8) |
| LCH | lch(96.3 56.2 115.2) |
| OKLCH | oklch(0.960 0.140 118.6) |
Copy-ready code
/* CSS */
color: #e8ff8f;
background-color: #e8ff8f;
/* Tailwind (arbitrary) */
class="text-[#e8ff8f] bg-[#e8ff8f]"
/* SCSS */
$brand: #e8ff8f;
/* SwiftUI */
Color(red: 0.910, green: 1.000, blue: 0.561)
/* Android */
Color.parseColor("#e8ff8f")Accessibility — WCAG contrast
Aa
#e8ff8f on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8ff8f on black: 19.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green100.0%
Blue56.1%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow43.9%
Key (black)0.0%
Color previews
#e8ff8f text on a black background
contrast 19.13:1
Card sample
#e8ff8f text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8ff8f;
Background color
Panel with #e8ff8f background
background-color: #e8ff8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8ff8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 255, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 255, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8ff8f; background: linear-gradient(135deg, #e8ff8f, #9DFF8F);