#ebfeab
a light, electric green · cool · closest name: khaki
RGB
235, 254, 171
HSL
74°, 98%, 83%
CMYK
8, 0, 33, 0
Luminance
0.9149
Every format
| HEX | #ebfeab |
| RGB | rgb(235, 254, 171) |
| HSL | hsl(74, 98%, 83%) |
| CMYK | cmyk(8%, 0%, 33%, 0%) |
| LAB | lab(96.6 -19.2 37.7) |
| LCH | lch(96.6 42.3 117.0) |
| OKLCH | oklch(0.964 0.107 118.9) |
Copy-ready code
/* CSS */
color: #ebfeab;
background-color: #ebfeab;
/* Tailwind (arbitrary) */
class="text-[#ebfeab] bg-[#ebfeab]"
/* SCSS */
$brand: #ebfeab;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.671)
/* Android */
Color.parseColor("#ebfeab")Accessibility — WCAG contrast
Aa
#ebfeab on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfeab on black: 19.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue67.1%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow32.7%
Key (black)0.4%
Color previews
#ebfeab text on a black background
contrast 19.30:1
Card sample
#ebfeab text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfeab;
Background color
Panel with #ebfeab background
background-color: #ebfeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfeab; background: linear-gradient(135deg, #ebfeab, #B4FEAB);