#e9ccdf
a pale, soft magenta / pink · warm · closest name: lavender
RGB
233, 204, 223
HSL
321°, 40%, 86%
CMYK
0, 12, 4, 9
Luminance
0.6584
Every format
| HEX | #e9ccdf |
| RGB | rgb(233, 204, 223) |
| HSL | hsl(321, 40%, 86%) |
| CMYK | cmyk(0%, 12%, 4%, 9%) |
| LAB | lab(84.9 13.3 -5.7) |
| LCH | lch(84.9 14.5 337.0) |
| OKLCH | oklch(0.875 0.041 338.7) |
Copy-ready code
/* CSS */
color: #e9ccdf;
background-color: #e9ccdf;
/* Tailwind (arbitrary) */
class="text-[#e9ccdf] bg-[#e9ccdf]"
/* SCSS */
$brand: #e9ccdf;
/* SwiftUI */
Color(red: 0.914, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#e9ccdf")Accessibility — WCAG contrast
Aa
#e9ccdf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9ccdf on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green80.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow4.3%
Key (black)8.6%
Color previews
#e9ccdf text on a black background
contrast 14.17:1
Card sample
#e9ccdf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9ccdf;
Background color
Panel with #e9ccdf background
background-color: #e9ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9ccdf; background: linear-gradient(135deg, #e9ccdf, #E9CCCC);