#ebfeb7
a pale, electric green · cool · closest name: khaki
RGB
235, 254, 183
HSL
76°, 97%, 86%
CMYK
8, 0, 28, 0
Luminance
0.9196
Every format
| HEX | #ebfeb7 |
| RGB | rgb(235, 254, 183) |
| HSL | hsl(76, 97%, 86%) |
| CMYK | cmyk(8%, 0%, 28%, 0%) |
| LAB | lab(96.8 -17.6 32.0) |
| LCH | lch(96.8 36.5 118.9) |
| OKLCH | oklch(0.966 0.093 120.3) |
Copy-ready code
/* CSS */
color: #ebfeb7;
background-color: #ebfeb7;
/* Tailwind (arbitrary) */
class="text-[#ebfeb7] bg-[#ebfeb7]"
/* SCSS */
$brand: #ebfeb7;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.718)
/* Android */
Color.parseColor("#ebfeb7")Accessibility — WCAG contrast
Aa
#ebfeb7 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfeb7 on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue71.8%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow28.0%
Key (black)0.4%
Color previews
#ebfeb7 text on a black background
contrast 19.39:1
Card sample
#ebfeb7 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfeb7;
Background color
Panel with #ebfeb7 background
background-color: #ebfeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfeb7; background: linear-gradient(135deg, #ebfeb7, #BCFEB7);