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