#e6dbdf
a pale, soft magenta / pink · warm · closest name: lavender
RGB
230, 219, 223
HSL
338°, 18%, 88%
CMYK
0, 5, 3, 10
Luminance
0.7281
Every format
| HEX | #e6dbdf |
| RGB | rgb(230, 219, 223) |
| HSL | hsl(338, 18%, 88%) |
| CMYK | cmyk(0%, 5%, 3%, 10%) |
| LAB | lab(88.4 4.5 -0.6) |
| LCH | lch(88.4 4.5 352.2) |
| OKLCH | oklch(0.901 0.013 353.2) |
Copy-ready code
/* CSS */
color: #e6dbdf;
background-color: #e6dbdf;
/* Tailwind (arbitrary) */
class="text-[#e6dbdf] bg-[#e6dbdf]"
/* SCSS */
$brand: #e6dbdf;
/* SwiftUI */
Color(red: 0.902, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#e6dbdf")Accessibility — WCAG contrast
Aa
#e6dbdf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6dbdf on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green85.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow3.0%
Key (black)9.8%
Color previews
#e6dbdf text on a black background
contrast 15.56:1
Card sample
#e6dbdf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6dbdf;
Background color
Panel with #e6dbdf background
background-color: #e6dbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6dbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6dbdf; background: linear-gradient(135deg, #e6dbdf, #E6DEDB);