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