#e8ccdf
a pale, soft magenta / pink · warm · closest name: lavender
RGB
232, 204, 223
HSL
319°, 38%, 86%
CMYK
0, 12, 4, 9
Luminance
0.6567
Every format
| HEX | #e8ccdf |
| RGB | rgb(232, 204, 223) |
| HSL | hsl(319, 38%, 86%) |
| CMYK | cmyk(0%, 12%, 4%, 9%) |
| LAB | lab(84.8 13.0 -5.8) |
| LCH | lch(84.8 14.2 336.0) |
| OKLCH | oklch(0.874 0.040 337.6) |
Copy-ready code
/* CSS */
color: #e8ccdf;
background-color: #e8ccdf;
/* Tailwind (arbitrary) */
class="text-[#e8ccdf] bg-[#e8ccdf]"
/* SCSS */
$brand: #e8ccdf;
/* SwiftUI */
Color(red: 0.910, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#e8ccdf")Accessibility — WCAG contrast
Aa
#e8ccdf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8ccdf on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green80.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow3.9%
Key (black)9.0%
Color previews
#e8ccdf text on a black background
contrast 14.13:1
Card sample
#e8ccdf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8ccdf;
Background color
Panel with #e8ccdf background
background-color: #e8ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8ccdf; background: linear-gradient(135deg, #e8ccdf, #E8CCCC);