#ebff8e
a light, electric green · cool · closest name: khaki
RGB
235, 255, 142
HSL
71°, 100%, 78%
CMYK
8, 0, 44, 0
Luminance
0.9114
Every format
| HEX | #ebff8e |
| RGB | rgb(235, 255, 142) |
| HSL | hsl(71, 100%, 78%) |
| CMYK | cmyk(8%, 0%, 44%, 0%) |
| LAB | lab(96.5 -22.9 51.6) |
| LCH | lch(96.5 56.5 114.0) |
| OKLCH | oklch(0.962 0.140 117.3) |
Copy-ready code
/* CSS */
color: #ebff8e;
background-color: #ebff8e;
/* Tailwind (arbitrary) */
class="text-[#ebff8e] bg-[#ebff8e]"
/* SCSS */
$brand: #ebff8e;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.557)
/* Android */
Color.parseColor("#ebff8e")Accessibility — WCAG contrast
Aa
#ebff8e on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebff8e on black: 19.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue55.7%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow44.3%
Key (black)0.0%
Color previews
#ebff8e text on a black background
contrast 19.23:1
Card sample
#ebff8e text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebff8e;
Background color
Panel with #ebff8e background
background-color: #ebff8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebff8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebff8e; background: linear-gradient(135deg, #ebff8e, #A0FF8E);