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