#e1ccdf
a light, soft magenta / pink · warm · closest name: lavender
RGB
225, 204, 223
HSL
306°, 26%, 84%
CMYK
0, 9, 1, 12
Luminance
0.6452
Every format
| HEX | #e1ccdf |
| RGB | rgb(225, 204, 223) |
| HSL | hsl(306, 26%, 84%) |
| CMYK | cmyk(0%, 9%, 1%, 12%) |
| LAB | lab(84.2 10.6 -6.7) |
| LCH | lch(84.2 12.6 327.7) |
| OKLCH | oklch(0.868 0.035 328.9) |
Copy-ready code
/* CSS */
color: #e1ccdf;
background-color: #e1ccdf;
/* Tailwind (arbitrary) */
class="text-[#e1ccdf] bg-[#e1ccdf]"
/* SCSS */
$brand: #e1ccdf;
/* SwiftUI */
Color(red: 0.882, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#e1ccdf")Accessibility — WCAG contrast
Aa
#e1ccdf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1ccdf on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green80.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow0.9%
Key (black)11.8%
Color previews
#e1ccdf text on a black background
contrast 13.90:1
Card sample
#e1ccdf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1ccdf;
Background color
Panel with #e1ccdf background
background-color: #e1ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1ccdf; background: linear-gradient(135deg, #e1ccdf, #E1CCD1);