#e4ebe0
a pale, soft green · cool · closest name: ivory
RGB
228, 235, 224
HSL
98°, 22%, 90%
CMYK
3, 0, 5, 8
Luminance
0.8129
Every format
| HEX | #e4ebe0 |
| RGB | rgb(228, 235, 224) |
| HSL | hsl(98, 22%, 90%) |
| CMYK | cmyk(3%, 0%, 5%, 8%) |
| LAB | lab(92.3 -4.3 4.5) |
| LCH | lch(92.3 6.2 133.5) |
| OKLCH | oklch(0.932 0.016 133.8) |
Copy-ready code
/* CSS */
color: #e4ebe0;
background-color: #e4ebe0;
/* Tailwind (arbitrary) */
class="text-[#e4ebe0] bg-[#e4ebe0]"
/* SCSS */
$brand: #e4ebe0;
/* SwiftUI */
Color(red: 0.894, green: 0.922, blue: 0.878)
/* Android */
Color.parseColor("#e4ebe0")Accessibility — WCAG contrast
Aa
#e4ebe0 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4ebe0 on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green92.2%
Blue87.8%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow4.7%
Key (black)7.8%
Color previews
#e4ebe0 text on a black background
contrast 17.26:1
Card sample
#e4ebe0 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4ebe0;
Background color
Panel with #e4ebe0 background
background-color: #e4ebe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4ebe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 235, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 235, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4ebe0; background: linear-gradient(135deg, #e4ebe0, #E0EBE3);