#e1c2df
a light, soft magenta / pink · warm · closest name: lavender
RGB
225, 194, 223
HSL
304°, 34%, 82%
CMYK
0, 14, 1, 12
Luminance
0.5992
Every format
| HEX | #e1c2df |
| RGB | rgb(225, 194, 223) |
| HSL | hsl(304, 34%, 82%) |
| CMYK | cmyk(0%, 14%, 1%, 12%) |
| LAB | lab(81.8 15.9 -10.3) |
| LCH | lch(81.8 19.0 327.0) |
| OKLCH | oklch(0.849 0.052 328.1) |
Copy-ready code
/* CSS */
color: #e1c2df;
background-color: #e1c2df;
/* Tailwind (arbitrary) */
class="text-[#e1c2df] bg-[#e1c2df]"
/* SCSS */
$brand: #e1c2df;
/* SwiftUI */
Color(red: 0.882, green: 0.761, blue: 0.875)
/* Android */
Color.parseColor("#e1c2df")Accessibility — WCAG contrast
Aa
#e1c2df on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1c2df on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green76.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow0.9%
Key (black)11.8%
Color previews
#e1c2df text on a black background
contrast 12.98:1
Card sample
#e1c2df text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1c2df;
Background color
Panel with #e1c2df background
background-color: #e1c2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1c2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 194, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 194, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1c2df; background: linear-gradient(135deg, #e1c2df, #E1C2CA);