#e9d2df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
233, 210, 223
HSL
326°, 34%, 87%
CMYK
0, 10, 4, 9
Luminance
0.6874
Every format
| HEX | #e9d2df |
| RGB | rgb(233, 210, 223) |
| HSL | hsl(326, 34%, 87%) |
| CMYK | cmyk(0%, 10%, 4%, 9%) |
| LAB | lab(86.4 10.2 -3.5) |
| LCH | lch(86.4 10.8 341.1) |
| OKLCH | oklch(0.886 0.031 342.7) |
Copy-ready code
/* CSS */
color: #e9d2df;
background-color: #e9d2df;
/* Tailwind (arbitrary) */
class="text-[#e9d2df] bg-[#e9d2df]"
/* SCSS */
$brand: #e9d2df;
/* SwiftUI */
Color(red: 0.914, green: 0.824, blue: 0.875)
/* Android */
Color.parseColor("#e9d2df")Accessibility — WCAG contrast
Aa
#e9d2df on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9d2df on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green82.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow4.3%
Key (black)8.6%
Color previews
#e9d2df text on a black background
contrast 14.75:1
Card sample
#e9d2df text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9d2df;
Background color
Panel with #e9d2df background
background-color: #e9d2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9d2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 210, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 210, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9d2df; background: linear-gradient(135deg, #e9d2df, #E9D4D2);