#ebfea0
a light, electric green · cool · closest name: khaki
RGB
235, 254, 160
HSL
72°, 98%, 81%
CMYK
8, 0, 37, 0
Luminance
0.9108
Every format
| HEX | #ebfea0 |
| RGB | rgb(235, 254, 160) |
| HSL | hsl(72, 98%, 81%) |
| CMYK | cmyk(8%, 0%, 37%, 0%) |
| LAB | lab(96.4 -20.5 42.9) |
| LCH | lch(96.4 47.6 115.5) |
| OKLCH | oklch(0.962 0.119 118.0) |
Copy-ready code
/* CSS */
color: #ebfea0;
background-color: #ebfea0;
/* Tailwind (arbitrary) */
class="text-[#ebfea0] bg-[#ebfea0]"
/* SCSS */
$brand: #ebfea0;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.627)
/* Android */
Color.parseColor("#ebfea0")Accessibility — WCAG contrast
Aa
#ebfea0 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfea0 on black: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue62.7%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow37.0%
Key (black)0.4%
Color previews
#ebfea0 text on a black background
contrast 19.22:1
Card sample
#ebfea0 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfea0;
Background color
Panel with #ebfea0 background
background-color: #ebfea0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfea0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfea0; background: linear-gradient(135deg, #ebfea0, #ACFEA0);