#e8ebda
a pale, soft green · cool · closest name: beige
RGB
232, 235, 218
HSL
71°, 30%, 89%
CMYK
1, 0, 7, 8
Luminance
0.8163
Every format
| HEX | #e8ebda |
| RGB | rgb(232, 235, 218) |
| HSL | hsl(71, 30%, 89%) |
| CMYK | cmyk(1%, 0%, 7%, 8%) |
| LAB | lab(92.4 -4.0 7.9) |
| LCH | lch(92.4 8.8 116.6) |
| OKLCH | oklch(0.933 0.023 115.0) |
Copy-ready code
/* CSS */
color: #e8ebda;
background-color: #e8ebda;
/* Tailwind (arbitrary) */
class="text-[#e8ebda] bg-[#e8ebda]"
/* SCSS */
$brand: #e8ebda;
/* SwiftUI */
Color(red: 0.910, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#e8ebda")Accessibility — WCAG contrast
Aa
#e8ebda on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8ebda on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green92.2%
Blue85.5%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#e8ebda text on a black background
contrast 17.33:1
Card sample
#e8ebda text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8ebda;
Background color
Panel with #e8ebda background
background-color: #e8ebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8ebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8ebda; background: linear-gradient(135deg, #e8ebda, #DDEBDA);