#ebfe95
a light, electric green · cool · closest name: khaki
RGB
235, 254, 149
HSL
71°, 98%, 79%
CMYK
8, 0, 41, 0
Luminance
0.9072
Every format
| HEX | #ebfe95 |
| RGB | rgb(235, 254, 149) |
| HSL | hsl(71, 98%, 79%) |
| CMYK | cmyk(8%, 0%, 41%, 0%) |
| LAB | lab(96.3 -21.7 48.0) |
| LCH | lch(96.3 52.7 114.3) |
| OKLCH | oklch(0.960 0.131 117.3) |
Copy-ready code
/* CSS */
color: #ebfe95;
background-color: #ebfe95;
/* Tailwind (arbitrary) */
class="text-[#ebfe95] bg-[#ebfe95]"
/* SCSS */
$brand: #ebfe95;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.584)
/* Android */
Color.parseColor("#ebfe95")Accessibility — WCAG contrast
Aa
#ebfe95 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfe95 on black: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue58.4%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow41.3%
Key (black)0.4%
Color previews
#ebfe95 text on a black background
contrast 19.14:1
Card sample
#ebfe95 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfe95;
Background color
Panel with #ebfe95 background
background-color: #ebfe95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfe95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfe95; background: linear-gradient(135deg, #ebfe95, #A5FE95);