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