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