#ebfe8f
a light, electric green · cool · closest name: khaki
RGB
235, 254, 143
HSL
70°, 98%, 78%
CMYK
8, 0, 44, 0
Luminance
0.9053
Every format
| HEX | #ebfe8f |
| RGB | rgb(235, 254, 143) |
| HSL | hsl(70, 98%, 78%) |
| CMYK | cmyk(8%, 0%, 44%, 0%) |
| LAB | lab(96.2 -22.4 50.8) |
| LCH | lch(96.2 55.5 113.7) |
| OKLCH | oklch(0.960 0.138 117.0) |
Copy-ready code
/* CSS */
color: #ebfe8f;
background-color: #ebfe8f;
/* Tailwind (arbitrary) */
class="text-[#ebfe8f] bg-[#ebfe8f]"
/* SCSS */
$brand: #ebfe8f;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.561)
/* Android */
Color.parseColor("#ebfe8f")Accessibility — WCAG contrast
Aa
#ebfe8f on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfe8f on black: 19.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue56.1%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow43.7%
Key (black)0.4%
Color previews
#ebfe8f text on a black background
contrast 19.11:1
Card sample
#ebfe8f text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfe8f;
Background color
Panel with #ebfe8f background
background-color: #ebfe8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfe8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfe8f; background: linear-gradient(135deg, #ebfe8f, #A1FE8F);