#e3dcdf
a pale, muted magenta / pink · warm · closest name: lavender
RGB
227, 220, 223
HSL
334°, 11%, 88%
CMYK
0, 3, 2, 11
Luminance
0.7285
Every format
| HEX | #e3dcdf |
| RGB | rgb(227, 220, 223) |
| HSL | hsl(334, 11%, 88%) |
| CMYK | cmyk(0%, 3%, 2%, 11%) |
| LAB | lab(88.4 2.9 -0.6) |
| LCH | lch(88.4 3.0 348.0) |
| OKLCH | oklch(0.901 0.009 349.3) |
Copy-ready code
/* CSS */
color: #e3dcdf;
background-color: #e3dcdf;
/* Tailwind (arbitrary) */
class="text-[#e3dcdf] bg-[#e3dcdf]"
/* SCSS */
$brand: #e3dcdf;
/* SwiftUI */
Color(red: 0.890, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#e3dcdf")Accessibility — WCAG contrast
Aa
#e3dcdf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3dcdf on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green86.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow1.8%
Key (black)11.0%
Color previews
#e3dcdf text on a black background
contrast 15.57:1
Card sample
#e3dcdf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3dcdf;
Background color
Panel with #e3dcdf background
background-color: #e3dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3dcdf; background: linear-gradient(135deg, #e3dcdf, #E3DEDC);