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