#ebfd9b
a light, electric green · cool · closest name: khaki
RGB
235, 253, 155
HSL
71°, 96%, 80%
CMYK
7, 0, 39, 1
Luminance
0.9028
Every format
| HEX | #ebfd9b |
| RGB | rgb(235, 253, 155) |
| HSL | hsl(71, 96%, 80%) |
| CMYK | cmyk(7%, 0%, 39%, 1%) |
| LAB | lab(96.1 -20.6 44.9) |
| LCH | lch(96.1 49.4 114.6) |
| OKLCH | oklch(0.959 0.123 117.3) |
Copy-ready code
/* CSS */
color: #ebfd9b;
background-color: #ebfd9b;
/* Tailwind (arbitrary) */
class="text-[#ebfd9b] bg-[#ebfd9b]"
/* SCSS */
$brand: #ebfd9b;
/* SwiftUI */
Color(red: 0.922, green: 0.992, blue: 0.608)
/* Android */
Color.parseColor("#ebfd9b")Accessibility — WCAG contrast
Aa
#ebfd9b on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfd9b on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.2%
Blue60.8%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow38.7%
Key (black)0.8%
Color previews
#ebfd9b text on a black background
contrast 19.06:1
Card sample
#ebfd9b text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfd9b;
Background color
Panel with #ebfd9b background
background-color: #ebfd9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfd9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 253, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 253, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfd9b; background: linear-gradient(135deg, #ebfd9b, #AAFD9B);