#e4abdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
228, 171, 223
HSL
305°, 51%, 78%
CMYK
0, 25, 2, 11
Luminance
0.5095
Every format
| HEX | #e4abdf |
| RGB | rgb(228, 171, 223) |
| HSL | hsl(305, 51%, 78%) |
| CMYK | cmyk(0%, 25%, 2%, 11%) |
| LAB | lab(76.7 29.3 -18.0) |
| LCH | lch(76.7 34.4 328.4) |
| OKLCH | oklch(0.810 0.095 329.4) |
Copy-ready code
/* CSS */
color: #e4abdf;
background-color: #e4abdf;
/* Tailwind (arbitrary) */
class="text-[#e4abdf] bg-[#e4abdf]"
/* SCSS */
$brand: #e4abdf;
/* SwiftUI */
Color(red: 0.894, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#e4abdf")Accessibility — WCAG contrast
Aa
#e4abdf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4abdf on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green67.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow2.2%
Key (black)10.6%
Color previews
#e4abdf text on a black background
contrast 11.19:1
Card sample
#e4abdf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4abdf;
Background color
Panel with #e4abdf background
background-color: #e4abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4abdf; background: linear-gradient(135deg, #e4abdf, #E4ABB9);