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