#e4ebdd
a pale, soft green · cool · closest name: beige
RGB
228, 235, 221
HSL
90°, 26%, 89%
CMYK
3, 0, 6, 8
Luminance
0.8113
Every format
| HEX | #e4ebdd |
| RGB | rgb(228, 235, 221) |
| HSL | hsl(90, 26%, 89%) |
| CMYK | cmyk(3%, 0%, 6%, 8%) |
| LAB | lab(92.2 -4.8 6.0) |
| LCH | lch(92.2 7.7 128.8) |
| OKLCH | oklch(0.931 0.020 128.7) |
Copy-ready code
/* CSS */
color: #e4ebdd;
background-color: #e4ebdd;
/* Tailwind (arbitrary) */
class="text-[#e4ebdd] bg-[#e4ebdd]"
/* SCSS */
$brand: #e4ebdd;
/* SwiftUI */
Color(red: 0.894, green: 0.922, blue: 0.867)
/* Android */
Color.parseColor("#e4ebdd")Accessibility — WCAG contrast
Aa
#e4ebdd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4ebdd on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green92.2%
Blue86.7%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow6.0%
Key (black)7.8%
Color previews
#e4ebdd text on a black background
contrast 17.23:1
Card sample
#e4ebdd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4ebdd;
Background color
Panel with #e4ebdd background
background-color: #e4ebdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4ebdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 235, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 235, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4ebdd; background: linear-gradient(135deg, #e4ebdd, #DDEBDF);