#ebfe9b
a light, electric green · cool · closest name: khaki
RGB
235, 254, 155
HSL
72°, 98%, 80%
CMYK
8, 0, 39, 0
Luminance
0.9091
Every format
| HEX | #ebfe9b |
| RGB | rgb(235, 254, 155) |
| HSL | hsl(72, 98%, 80%) |
| CMYK | cmyk(8%, 0%, 39%, 0%) |
| LAB | lab(96.4 -21.1 45.3) |
| LCH | lch(96.4 49.9 115.0) |
| OKLCH | oklch(0.961 0.125 117.7) |
Copy-ready code
/* CSS */
color: #ebfe9b;
background-color: #ebfe9b;
/* Tailwind (arbitrary) */
class="text-[#ebfe9b] bg-[#ebfe9b]"
/* SCSS */
$brand: #ebfe9b;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.608)
/* Android */
Color.parseColor("#ebfe9b")Accessibility — WCAG contrast
Aa
#ebfe9b on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfe9b on black: 19.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue60.8%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow39.0%
Key (black)0.4%
Color previews
#ebfe9b text on a black background
contrast 19.18:1
Card sample
#ebfe9b text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfe9b;
Background color
Panel with #ebfe9b background
background-color: #ebfe9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfe9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfe9b; background: linear-gradient(135deg, #ebfe9b, #A9FE9B);