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