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