#e2ebda
a pale, soft green · cool · closest name: beige
RGB
226, 235, 218
HSL
92°, 30%, 89%
CMYK
4, 0, 7, 8
Luminance
0.8065
Every format
| HEX | #e2ebda |
| RGB | rgb(226, 235, 218) |
| HSL | hsl(92, 30%, 89%) |
| CMYK | cmyk(4%, 0%, 7%, 8%) |
| LAB | lab(92.0 -6.0 7.2) |
| LCH | lch(92.0 9.4 129.8) |
| OKLCH | oklch(0.929 0.025 129.9) |
Copy-ready code
/* CSS */
color: #e2ebda;
background-color: #e2ebda;
/* Tailwind (arbitrary) */
class="text-[#e2ebda] bg-[#e2ebda]"
/* SCSS */
$brand: #e2ebda;
/* SwiftUI */
Color(red: 0.886, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#e2ebda")Accessibility — WCAG contrast
Aa
#e2ebda on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ebda on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green92.2%
Blue85.5%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#e2ebda text on a black background
contrast 17.13:1
Card sample
#e2ebda text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ebda;
Background color
Panel with #e2ebda background
background-color: #e2ebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ebda; background: linear-gradient(135deg, #e2ebda, #DAEBDD);