#e4acdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
228, 172, 223
HSL
305°, 51%, 78%
CMYK
0, 25, 2, 11
Luminance
0.5133
Every format
| HEX | #e4acdf |
| RGB | rgb(228, 172, 223) |
| HSL | hsl(305, 51%, 78%) |
| CMYK | cmyk(0%, 25%, 2%, 11%) |
| LAB | lab(76.9 28.7 -17.7) |
| LCH | lch(76.9 33.8 328.4) |
| OKLCH | oklch(0.812 0.093 329.4) |
Copy-ready code
/* CSS */
color: #e4acdf;
background-color: #e4acdf;
/* Tailwind (arbitrary) */
class="text-[#e4acdf] bg-[#e4acdf]"
/* SCSS */
$brand: #e4acdf;
/* SwiftUI */
Color(red: 0.894, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#e4acdf")Accessibility — WCAG contrast
Aa
#e4acdf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4acdf on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green67.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow2.2%
Key (black)10.6%
Color previews
#e4acdf text on a black background
contrast 11.27:1
Card sample
#e4acdf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4acdf;
Background color
Panel with #e4acdf background
background-color: #e4acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4acdf; background: linear-gradient(135deg, #e4acdf, #E4ACBA);