#ebfca7
a light, electric green · cool · closest name: khaki
RGB
235, 252, 167
HSL
72°, 93%, 82%
CMYK
7, 0, 34, 1
Luminance
0.9007
Every format
| HEX | #ebfca7 |
| RGB | rgb(235, 252, 167) |
| HSL | hsl(72, 93%, 82%) |
| CMYK | cmyk(7%, 0%, 34%, 1%) |
| LAB | lab(96.0 -18.7 38.9) |
| LCH | lch(96.0 43.2 115.7) |
| OKLCH | oklch(0.959 0.109 117.7) |
Copy-ready code
/* CSS */
color: #ebfca7;
background-color: #ebfca7;
/* Tailwind (arbitrary) */
class="text-[#ebfca7] bg-[#ebfca7]"
/* SCSS */
$brand: #ebfca7;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.655)
/* Android */
Color.parseColor("#ebfca7")Accessibility — WCAG contrast
Aa
#ebfca7 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfca7 on black: 19.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue65.5%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow33.7%
Key (black)1.2%
Color previews
#ebfca7 text on a black background
contrast 19.01:1
Card sample
#ebfca7 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfca7;
Background color
Panel with #ebfca7 background
background-color: #ebfca7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfca7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfca7; background: linear-gradient(135deg, #ebfca7, #B3FCA7);