#e4ebdb
a pale, soft green · cool · closest name: beige
RGB
228, 235, 219
HSL
86°, 29%, 89%
CMYK
3, 0, 7, 8
Luminance
0.8103
Every format
| HEX | #e4ebdb |
| RGB | rgb(228, 235, 219) |
| HSL | hsl(86, 29%, 89%) |
| CMYK | cmyk(3%, 0%, 7%, 8%) |
| LAB | lab(92.1 -5.2 7.0) |
| LCH | lch(92.1 8.7 126.5) |
| OKLCH | oklch(0.930 0.023 126.2) |
Copy-ready code
/* CSS */
color: #e4ebdb;
background-color: #e4ebdb;
/* Tailwind (arbitrary) */
class="text-[#e4ebdb] bg-[#e4ebdb]"
/* SCSS */
$brand: #e4ebdb;
/* SwiftUI */
Color(red: 0.894, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#e4ebdb")Accessibility — WCAG contrast
Aa
#e4ebdb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4ebdb on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green92.2%
Blue85.9%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#e4ebdb text on a black background
contrast 17.21:1
Card sample
#e4ebdb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4ebdb;
Background color
Panel with #e4ebdb background
background-color: #e4ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4ebdb; background: linear-gradient(135deg, #e4ebdb, #DBEBDD);