#eacddf
a pale, soft magenta / pink · warm · closest name: lavender
RGB
234, 205, 223
HSL
323°, 41%, 86%
CMYK
0, 12, 5, 8
Luminance
0.6648
Every format
| HEX | #eacddf |
| RGB | rgb(234, 205, 223) |
| HSL | hsl(323, 41%, 86%) |
| CMYK | cmyk(0%, 12%, 5%, 8%) |
| LAB | lab(85.2 13.2 -5.2) |
| LCH | lch(85.2 14.1 338.6) |
| OKLCH | oklch(0.878 0.040 340.3) |
Copy-ready code
/* CSS */
color: #eacddf;
background-color: #eacddf;
/* Tailwind (arbitrary) */
class="text-[#eacddf] bg-[#eacddf]"
/* SCSS */
$brand: #eacddf;
/* SwiftUI */
Color(red: 0.918, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#eacddf")Accessibility — WCAG contrast
Aa
#eacddf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacddf on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow4.7%
Key (black)8.2%
Color previews
#eacddf text on a black background
contrast 14.30:1
Card sample
#eacddf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacddf;
Background color
Panel with #eacddf background
background-color: #eacddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacddf; background: linear-gradient(135deg, #eacddf, #EACECD);