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