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