#e5ecdf
a pale, soft green · cool · closest name: beige
RGB
229, 236, 223
HSL
92°, 26%, 90%
CMYK
3, 0, 6, 8
Luminance
0.8198
Every format
| HEX | #e5ecdf |
| RGB | rgb(229, 236, 223) |
| HSL | hsl(92, 26%, 90%) |
| CMYK | cmyk(3%, 0%, 6%, 8%) |
| LAB | lab(92.6 -4.6 5.5) |
| LCH | lch(92.6 7.2 130.1) |
| OKLCH | oklch(0.934 0.019 130.2) |
Copy-ready code
/* CSS */
color: #e5ecdf;
background-color: #e5ecdf;
/* Tailwind (arbitrary) */
class="text-[#e5ecdf] bg-[#e5ecdf]"
/* SCSS */
$brand: #e5ecdf;
/* SwiftUI */
Color(red: 0.898, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#e5ecdf")Accessibility — WCAG contrast
Aa
#e5ecdf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5ecdf on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green92.5%
Blue87.5%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#e5ecdf text on a black background
contrast 17.40:1
Card sample
#e5ecdf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5ecdf;
Background color
Panel with #e5ecdf background
background-color: #e5ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5ecdf; background: linear-gradient(135deg, #e5ecdf, #DFECE2);