#e3dbdf
a pale, muted magenta / pink · warm · closest name: lavender
RGB
227, 219, 223
HSL
330°, 13%, 88%
CMYK
0, 4, 2, 11
Luminance
0.7232
Every format
| HEX | #e3dbdf |
| RGB | rgb(227, 219, 223) |
| HSL | hsl(330, 13%, 88%) |
| CMYK | cmyk(0%, 4%, 2%, 11%) |
| LAB | lab(88.1 3.4 -1.0) |
| LCH | lch(88.1 3.6 343.9) |
| OKLCH | oklch(0.899 0.010 345.4) |
Copy-ready code
/* CSS */
color: #e3dbdf;
background-color: #e3dbdf;
/* Tailwind (arbitrary) */
class="text-[#e3dbdf] bg-[#e3dbdf]"
/* SCSS */
$brand: #e3dbdf;
/* SwiftUI */
Color(red: 0.890, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#e3dbdf")Accessibility — WCAG contrast
Aa
#e3dbdf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3dbdf on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green85.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow1.8%
Key (black)11.0%
Color previews
#e3dbdf text on a black background
contrast 15.46:1
Card sample
#e3dbdf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3dbdf;
Background color
Panel with #e3dbdf background
background-color: #e3dbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3dbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3dbdf; background: linear-gradient(135deg, #e3dbdf, #E3DCDB);