#ebfc9b
a light, electric green · cool · closest name: khaki
RGB
235, 252, 155
HSL
71°, 94%, 80%
CMYK
7, 0, 39, 1
Luminance
0.8965
Every format
| HEX | #ebfc9b |
| RGB | rgb(235, 252, 155) |
| HSL | hsl(71, 94%, 80%) |
| CMYK | cmyk(7%, 0%, 39%, 1%) |
| LAB | lab(95.8 -20.1 44.6) |
| LCH | lch(95.8 48.9 114.3) |
| OKLCH | oklch(0.957 0.122 116.9) |
Copy-ready code
/* CSS */
color: #ebfc9b;
background-color: #ebfc9b;
/* Tailwind (arbitrary) */
class="text-[#ebfc9b] bg-[#ebfc9b]"
/* SCSS */
$brand: #ebfc9b;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.608)
/* Android */
Color.parseColor("#ebfc9b")Accessibility — WCAG contrast
Aa
#ebfc9b on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfc9b on black: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue60.8%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow38.5%
Key (black)1.2%
Color previews
#ebfc9b text on a black background
contrast 18.93:1
Card sample
#ebfc9b text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfc9b;
Background color
Panel with #ebfc9b background
background-color: #ebfc9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfc9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfc9b; background: linear-gradient(135deg, #ebfc9b, #AAFC9B);