#e9acdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
233, 172, 223
HSL
310°, 58%, 79%
CMYK
0, 26, 4, 9
Luminance
0.5216
Every format
| HEX | #e9acdf |
| RGB | rgb(233, 172, 223) |
| HSL | hsl(310, 58%, 79%) |
| CMYK | cmyk(0%, 26%, 4%, 9%) |
| LAB | lab(77.4 30.4 -16.9) |
| LCH | lch(77.4 34.8 330.9) |
| OKLCH | oklch(0.817 0.097 332.2) |
Copy-ready code
/* CSS */
color: #e9acdf;
background-color: #e9acdf;
/* Tailwind (arbitrary) */
class="text-[#e9acdf] bg-[#e9acdf]"
/* SCSS */
$brand: #e9acdf;
/* SwiftUI */
Color(red: 0.914, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#e9acdf")Accessibility — WCAG contrast
Aa
#e9acdf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9acdf on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green67.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow4.3%
Key (black)8.6%
Color previews
#e9acdf text on a black background
contrast 11.43:1
Card sample
#e9acdf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9acdf;
Background color
Panel with #e9acdf background
background-color: #e9acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9acdf; background: linear-gradient(135deg, #e9acdf, #E9ACB6);