#e8dbdf
a pale, soft magenta / pink · warm · closest name: lavender
RGB
232, 219, 223
HSL
342°, 22%, 88%
CMYK
0, 6, 4, 9
Luminance
0.7315
Every format
| HEX | #e8dbdf |
| RGB | rgb(232, 219, 223) |
| HSL | hsl(342, 22%, 88%) |
| CMYK | cmyk(0%, 6%, 4%, 9%) |
| LAB | lab(88.5 5.1 -0.4) |
| LCH | lch(88.5 5.1 356.0) |
| OKLCH | oklch(0.903 0.015 356.7) |
Copy-ready code
/* CSS */
color: #e8dbdf;
background-color: #e8dbdf;
/* Tailwind (arbitrary) */
class="text-[#e8dbdf] bg-[#e8dbdf]"
/* SCSS */
$brand: #e8dbdf;
/* SwiftUI */
Color(red: 0.910, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#e8dbdf")Accessibility — WCAG contrast
Aa
#e8dbdf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8dbdf on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green85.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow3.9%
Key (black)9.0%
Color previews
#e8dbdf text on a black background
contrast 15.63:1
Card sample
#e8dbdf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8dbdf;
Background color
Panel with #e8dbdf background
background-color: #e8dbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8dbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8dbdf; background: linear-gradient(135deg, #e8dbdf, #E8E0DB);