#e4d3df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
228, 211, 223
HSL
318°, 24%, 86%
CMYK
0, 8, 2, 11
Luminance
0.6841
Every format
| HEX | #e4d3df |
| RGB | rgb(228, 211, 223) |
| HSL | hsl(318, 24%, 86%) |
| CMYK | cmyk(0%, 8%, 2%, 11%) |
| LAB | lab(86.2 8.0 -3.8) |
| LCH | lch(86.2 8.8 334.6) |
| OKLCH | oklch(0.884 0.025 336.1) |
Copy-ready code
/* CSS */
color: #e4d3df;
background-color: #e4d3df;
/* Tailwind (arbitrary) */
class="text-[#e4d3df] bg-[#e4d3df]"
/* SCSS */
$brand: #e4d3df;
/* SwiftUI */
Color(red: 0.894, green: 0.827, blue: 0.875)
/* Android */
Color.parseColor("#e4d3df")Accessibility — WCAG contrast
Aa
#e4d3df on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4d3df on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green82.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow2.2%
Key (black)10.6%
Color previews
#e4d3df text on a black background
contrast 14.68:1
Card sample
#e4d3df text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4d3df;
Background color
Panel with #e4d3df background
background-color: #e4d3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4d3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 211, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 211, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4d3df; background: linear-gradient(135deg, #e4d3df, #E4D3D4);