#e3acdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
227, 172, 223
HSL
304°, 50%, 78%
CMYK
0, 24, 2, 11
Luminance
0.5116
Every format
| HEX | #e3acdf |
| RGB | rgb(227, 172, 223) |
| HSL | hsl(304, 50%, 78%) |
| CMYK | cmyk(0%, 24%, 2%, 11%) |
| LAB | lab(76.8 28.4 -17.9) |
| LCH | lch(76.8 33.6 327.8) |
| OKLCH | oklch(0.811 0.093 328.8) |
Copy-ready code
/* CSS */
color: #e3acdf;
background-color: #e3acdf;
/* Tailwind (arbitrary) */
class="text-[#e3acdf] bg-[#e3acdf]"
/* SCSS */
$brand: #e3acdf;
/* SwiftUI */
Color(red: 0.890, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#e3acdf")Accessibility — WCAG contrast
Aa
#e3acdf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3acdf on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green67.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow1.8%
Key (black)11.0%
Color previews
#e3acdf text on a black background
contrast 11.23:1
Card sample
#e3acdf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3acdf;
Background color
Panel with #e3acdf background
background-color: #e3acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3acdf; background: linear-gradient(135deg, #e3acdf, #E3ACBA);