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