#ebff98
a light, electric green · cool · closest name: khaki
RGB
235, 255, 152
HSL
72°, 100%, 80%
CMYK
8, 0, 40, 0
Luminance
0.9145
Every format
| HEX | #ebff98 |
| RGB | rgb(235, 255, 152) |
| HSL | hsl(72, 100%, 80%) |
| CMYK | cmyk(8%, 0%, 40%, 0%) |
| LAB | lab(96.6 -21.9 47.0) |
| LCH | lch(96.6 51.8 115.0) |
| OKLCH | oklch(0.963 0.129 117.9) |
Copy-ready code
/* CSS */
color: #ebff98;
background-color: #ebff98;
/* Tailwind (arbitrary) */
class="text-[#ebff98] bg-[#ebff98]"
/* SCSS */
$brand: #ebff98;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.596)
/* Android */
Color.parseColor("#ebff98")Accessibility — WCAG contrast
Aa
#ebff98 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebff98 on black: 19.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue59.6%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow40.4%
Key (black)0.0%
Color previews
#ebff98 text on a black background
contrast 19.29:1
Card sample
#ebff98 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebff98;
Background color
Panel with #ebff98 background
background-color: #ebff98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebff98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebff98; background: linear-gradient(135deg, #ebff98, #A6FF98);