#e1acdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
225, 172, 223
HSL
302°, 47%, 78%
CMYK
0, 24, 1, 12
Luminance
0.5084
Every format
| HEX | #e1acdf |
| RGB | rgb(225, 172, 223) |
| HSL | hsl(302, 47%, 78%) |
| CMYK | cmyk(0%, 24%, 1%, 12%) |
| LAB | lab(76.6 27.8 -18.2) |
| LCH | lch(76.6 33.2 326.8) |
| OKLCH | oklch(0.809 0.091 327.6) |
Copy-ready code
/* CSS */
color: #e1acdf;
background-color: #e1acdf;
/* Tailwind (arbitrary) */
class="text-[#e1acdf] bg-[#e1acdf]"
/* SCSS */
$brand: #e1acdf;
/* SwiftUI */
Color(red: 0.882, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#e1acdf")Accessibility — WCAG contrast
Aa
#e1acdf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1acdf on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green67.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow0.9%
Key (black)11.8%
Color previews
#e1acdf text on a black background
contrast 11.17:1
Card sample
#e1acdf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1acdf;
Background color
Panel with #e1acdf background
background-color: #e1acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1acdf; background: linear-gradient(135deg, #e1acdf, #E1ACBC);