#e2d0df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
226, 208, 223
HSL
310°, 24%, 85%
CMYK
0, 8, 1, 11
Luminance
0.6661
Every format
| HEX | #e2d0df |
| RGB | rgb(226, 208, 223) |
| HSL | hsl(310, 24%, 85%) |
| CMYK | cmyk(0%, 8%, 1%, 11%) |
| LAB | lab(85.3 8.8 -5.1) |
| LCH | lch(85.3 10.2 329.9) |
| OKLCH | oklch(0.877 0.028 331.3) |
Copy-ready code
/* CSS */
color: #e2d0df;
background-color: #e2d0df;
/* Tailwind (arbitrary) */
class="text-[#e2d0df] bg-[#e2d0df]"
/* SCSS */
$brand: #e2d0df;
/* SwiftUI */
Color(red: 0.886, green: 0.816, blue: 0.875)
/* Android */
Color.parseColor("#e2d0df")Accessibility — WCAG contrast
Aa
#e2d0df on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2d0df on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green81.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow1.3%
Key (black)11.4%
Color previews
#e2d0df text on a black background
contrast 14.32:1
Card sample
#e2d0df text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2d0df;
Background color
Panel with #e2d0df background
background-color: #e2d0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2d0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 208, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 208, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2d0df; background: linear-gradient(135deg, #e2d0df, #E2D0D3);