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