#e5abce
a light, vivid magenta / pink · warm · closest name: plum
RGB
229, 171, 206
HSL
324°, 53%, 78%
CMYK
0, 25, 10, 10
Luminance
0.5024
Every format
| HEX | #e5abce |
| RGB | rgb(229, 171, 206) |
| HSL | hsl(324, 53%, 78%) |
| CMYK | cmyk(0%, 25%, 10%, 10%) |
| LAB | lab(76.2 26.6 -9.4) |
| LCH | lch(76.2 28.3 340.5) |
| OKLCH | oklch(0.805 0.081 342.2) |
Copy-ready code
/* CSS */
color: #e5abce;
background-color: #e5abce;
/* Tailwind (arbitrary) */
class="text-[#e5abce] bg-[#e5abce]"
/* SCSS */
$brand: #e5abce;
/* SwiftUI */
Color(red: 0.898, green: 0.671, blue: 0.808)
/* Android */
Color.parseColor("#e5abce")Accessibility — WCAG contrast
Aa
#e5abce on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5abce on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green67.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow10.0%
Key (black)10.2%
Color previews
#e5abce text on a black background
contrast 11.05:1
Card sample
#e5abce text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5abce;
Background color
Panel with #e5abce background
background-color: #e5abce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5abce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 171, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 171, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5abce; background: linear-gradient(135deg, #e5abce, #E5AFAB);