#e5ebdf
a pale, soft green · cool · closest name: ivory
RGB
229, 235, 223
HSL
90°, 23%, 90%
CMYK
3, 0, 5, 8
Luminance
0.8140
Every format
| HEX | #e5ebdf |
| RGB | rgb(229, 235, 223) |
| HSL | hsl(90, 23%, 90%) |
| CMYK | cmyk(3%, 0%, 5%, 8%) |
| LAB | lab(92.3 -4.1 5.1) |
| LCH | lch(92.3 6.6 128.8) |
| OKLCH | oklch(0.932 0.017 128.7) |
Copy-ready code
/* CSS */
color: #e5ebdf;
background-color: #e5ebdf;
/* Tailwind (arbitrary) */
class="text-[#e5ebdf] bg-[#e5ebdf]"
/* SCSS */
$brand: #e5ebdf;
/* SwiftUI */
Color(red: 0.898, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#e5ebdf")Accessibility — WCAG contrast
Aa
#e5ebdf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5ebdf on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green92.2%
Blue87.5%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#e5ebdf text on a black background
contrast 17.28:1
Card sample
#e5ebdf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5ebdf;
Background color
Panel with #e5ebdf background
background-color: #e5ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ebdf; background: linear-gradient(135deg, #e5ebdf, #DFEBE1);