#e8a6df
a light, vivid magenta / pink · warm · closest name: plum
RGB
232, 166, 223
HSL
308°, 59%, 78%
CMYK
0, 28, 4, 9
Luminance
0.4976
Every format
| HEX | #e8a6df |
| RGB | rgb(232, 166, 223) |
| HSL | hsl(308, 59%, 78%) |
| CMYK | cmyk(0%, 28%, 4%, 9%) |
| LAB | lab(75.9 33.3 -19.1) |
| LCH | lch(75.9 38.4 330.1) |
| OKLCH | oklch(0.805 0.107 331.3) |
Copy-ready code
/* CSS */
color: #e8a6df;
background-color: #e8a6df;
/* Tailwind (arbitrary) */
class="text-[#e8a6df] bg-[#e8a6df]"
/* SCSS */
$brand: #e8a6df;
/* SwiftUI */
Color(red: 0.910, green: 0.651, blue: 0.875)
/* Android */
Color.parseColor("#e8a6df")Accessibility — WCAG contrast
Aa
#e8a6df on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8a6df on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green65.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta28.4%
Yellow3.9%
Key (black)9.0%
Color previews
#e8a6df text on a black background
contrast 10.95:1
Card sample
#e8a6df text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8a6df;
Background color
Panel with #e8a6df background
background-color: #e8a6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8a6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 166, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 166, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8a6df; background: linear-gradient(135deg, #e8a6df, #E8A6B3);