#e7d1eb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
231, 209, 235
HSL
291°, 39%, 87%
CMYK
2, 11, 0, 8
Luminance
0.6859
Every format
| HEX | #e7d1eb |
| RGB | rgb(231, 209, 235) |
| HSL | hsl(291, 39%, 87%) |
| CMYK | cmyk(2%, 11%, 0%, 8%) |
| LAB | lab(86.3 12.2 -10.0) |
| LCH | lch(86.3 15.8 320.7) |
| OKLCH | oklch(0.886 0.042 321.0) |
Copy-ready code
/* CSS */
color: #e7d1eb;
background-color: #e7d1eb;
/* Tailwind (arbitrary) */
class="text-[#e7d1eb] bg-[#e7d1eb]"
/* SCSS */
$brand: #e7d1eb;
/* SwiftUI */
Color(red: 0.906, green: 0.820, blue: 0.922)
/* Android */
Color.parseColor("#e7d1eb")Accessibility — WCAG contrast
Aa
#e7d1eb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7d1eb on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green82.0%
Blue92.2%
CMYK percentages
Cyan1.7%
Magenta11.1%
Yellow0.0%
Key (black)7.8%
Color previews
#e7d1eb text on a black background
contrast 14.72:1
Card sample
#e7d1eb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7d1eb;
Background color
Panel with #e7d1eb background
background-color: #e7d1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7d1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 209, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 209, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7d1eb; background: linear-gradient(135deg, #e7d1eb, #EBD1DE);