#e5acdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
229, 172, 223
HSL
306°, 52%, 79%
CMYK
0, 25, 3, 10
Luminance
0.5149
Every format
| HEX | #e5acdf |
| RGB | rgb(229, 172, 223) |
| HSL | hsl(306, 52%, 79%) |
| CMYK | cmyk(0%, 25%, 3%, 10%) |
| LAB | lab(77.0 29.1 -17.5) |
| LCH | lch(77.0 34.0 328.9) |
| OKLCH | oklch(0.813 0.094 330.0) |
Copy-ready code
/* CSS */
color: #e5acdf;
background-color: #e5acdf;
/* Tailwind (arbitrary) */
class="text-[#e5acdf] bg-[#e5acdf]"
/* SCSS */
$brand: #e5acdf;
/* SwiftUI */
Color(red: 0.898, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#e5acdf")Accessibility — WCAG contrast
Aa
#e5acdf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5acdf on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green67.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow2.6%
Key (black)10.2%
Color previews
#e5acdf text on a black background
contrast 11.30:1
Card sample
#e5acdf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5acdf;
Background color
Panel with #e5acdf background
background-color: #e5acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5acdf; background: linear-gradient(135deg, #e5acdf, #E5ACB9);