#e6d7df
a pale, soft magenta / pink · warm · closest name: lavender
RGB
230, 215, 223
HSL
328°, 23%, 87%
CMYK
0, 7, 3, 10
Luminance
0.7075
Every format
| HEX | #e6d7df |
| RGB | rgb(230, 215, 223) |
| HSL | hsl(328, 23%, 87%) |
| CMYK | cmyk(0%, 7%, 3%, 10%) |
| LAB | lab(87.4 6.5 -2.1) |
| LCH | lch(87.4 6.9 342.4) |
| OKLCH | oklch(0.893 0.020 344.0) |
Copy-ready code
/* CSS */
color: #e6d7df;
background-color: #e6d7df;
/* Tailwind (arbitrary) */
class="text-[#e6d7df] bg-[#e6d7df]"
/* SCSS */
$brand: #e6d7df;
/* SwiftUI */
Color(red: 0.902, green: 0.843, blue: 0.875)
/* Android */
Color.parseColor("#e6d7df")Accessibility — WCAG contrast
Aa
#e6d7df on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6d7df on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green84.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta6.5%
Yellow3.0%
Key (black)9.8%
Color previews
#e6d7df text on a black background
contrast 15.15:1
Card sample
#e6d7df text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6d7df;
Background color
Panel with #e6d7df background
background-color: #e6d7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6d7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 215, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 215, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6d7df; background: linear-gradient(135deg, #e6d7df, #E6D9D7);