#ebfca4
a light, electric green · cool · closest name: khaki
RGB
235, 252, 164
HSL
72°, 94%, 82%
CMYK
7, 0, 35, 1
Luminance
0.8996
Every format
| HEX | #ebfca4 |
| RGB | rgb(235, 252, 164) |
| HSL | hsl(72, 94%, 82%) |
| CMYK | cmyk(7%, 0%, 35%, 1%) |
| LAB | lab(96.0 -19.1 40.3) |
| LCH | lch(96.0 44.6 115.3) |
| OKLCH | oklch(0.959 0.112 117.5) |
Copy-ready code
/* CSS */
color: #ebfca4;
background-color: #ebfca4;
/* Tailwind (arbitrary) */
class="text-[#ebfca4] bg-[#ebfca4]"
/* SCSS */
$brand: #ebfca4;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.643)
/* Android */
Color.parseColor("#ebfca4")Accessibility — WCAG contrast
Aa
#ebfca4 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfca4 on black: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue64.3%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow34.9%
Key (black)1.2%
Color previews
#ebfca4 text on a black background
contrast 18.99:1
Card sample
#ebfca4 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfca4;
Background color
Panel with #ebfca4 background
background-color: #ebfca4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfca4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfca4; background: linear-gradient(135deg, #ebfca4, #B0FCA4);