#e8acdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
232, 172, 223
HSL
309°, 57%, 79%
CMYK
0, 26, 4, 9
Luminance
0.5199
Every format
| HEX | #e8acdf |
| RGB | rgb(232, 172, 223) |
| HSL | hsl(309, 57%, 79%) |
| CMYK | cmyk(0%, 26%, 4%, 9%) |
| LAB | lab(77.3 30.1 -17.1) |
| LCH | lch(77.3 34.6 330.4) |
| OKLCH | oklch(0.816 0.096 331.7) |
Copy-ready code
/* CSS */
color: #e8acdf;
background-color: #e8acdf;
/* Tailwind (arbitrary) */
class="text-[#e8acdf] bg-[#e8acdf]"
/* SCSS */
$brand: #e8acdf;
/* SwiftUI */
Color(red: 0.910, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#e8acdf")Accessibility — WCAG contrast
Aa
#e8acdf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8acdf on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green67.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow3.9%
Key (black)9.0%
Color previews
#e8acdf text on a black background
contrast 11.40:1
Card sample
#e8acdf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8acdf;
Background color
Panel with #e8acdf background
background-color: #e8acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8acdf; background: linear-gradient(135deg, #e8acdf, #E8ACB7);