#e7d0df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
231, 208, 223
HSL
321°, 32%, 86%
CMYK
0, 10, 4, 9
Luminance
0.6743
Every format
| HEX | #e7d0df |
| RGB | rgb(231, 208, 223) |
| HSL | hsl(321, 32%, 86%) |
| CMYK | cmyk(0%, 10%, 4%, 9%) |
| LAB | lab(85.7 10.6 -4.5) |
| LCH | lch(85.7 11.5 337.0) |
| OKLCH | oklch(0.881 0.032 338.6) |
Copy-ready code
/* CSS */
color: #e7d0df;
background-color: #e7d0df;
/* Tailwind (arbitrary) */
class="text-[#e7d0df] bg-[#e7d0df]"
/* SCSS */
$brand: #e7d0df;
/* SwiftUI */
Color(red: 0.906, green: 0.816, blue: 0.875)
/* Android */
Color.parseColor("#e7d0df")Accessibility — WCAG contrast
Aa
#e7d0df on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7d0df on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green81.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow3.5%
Key (black)9.4%
Color previews
#e7d0df text on a black background
contrast 14.49:1
Card sample
#e7d0df text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7d0df;
Background color
Panel with #e7d0df background
background-color: #e7d0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7d0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 208, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 208, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7d0df; background: linear-gradient(135deg, #e7d0df, #E7D0D0);