#e3d2df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
227, 210, 223
HSL
314°, 23%, 86%
CMYK
0, 8, 2, 11
Luminance
0.6775
Every format
| HEX | #e3d2df |
| RGB | rgb(227, 210, 223) |
| HSL | hsl(314, 23%, 86%) |
| CMYK | cmyk(0%, 8%, 2%, 11%) |
| LAB | lab(85.9 8.1 -4.3) |
| LCH | lch(85.9 9.2 332.3) |
| OKLCH | oklch(0.881 0.025 333.8) |
Copy-ready code
/* CSS */
color: #e3d2df;
background-color: #e3d2df;
/* Tailwind (arbitrary) */
class="text-[#e3d2df] bg-[#e3d2df]"
/* SCSS */
$brand: #e3d2df;
/* SwiftUI */
Color(red: 0.890, green: 0.824, blue: 0.875)
/* Android */
Color.parseColor("#e3d2df")Accessibility — WCAG contrast
Aa
#e3d2df on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3d2df on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green82.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow1.8%
Key (black)11.0%
Color previews
#e3d2df text on a black background
contrast 14.55:1
Card sample
#e3d2df text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3d2df;
Background color
Panel with #e3d2df background
background-color: #e3d2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3d2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 210, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 210, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3d2df; background: linear-gradient(135deg, #e3d2df, #E3D2D4);