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