#e4a0c9
a light, vivid magenta / pink · warm · closest name: plum
RGB
228, 160, 201
HSL
324°, 56%, 76%
CMYK
0, 30, 12, 11
Luminance
0.4585
Every format
| HEX | #e4a0c9 |
| RGB | rgb(228, 160, 201) |
| HSL | hsl(324, 56%, 76%) |
| CMYK | cmyk(0%, 30%, 12%, 11%) |
| LAB | lab(73.5 31.4 -10.8) |
| LCH | lch(73.5 33.2 341.0) |
| OKLCH | oklch(0.783 0.096 342.7) |
Copy-ready code
/* CSS */
color: #e4a0c9;
background-color: #e4a0c9;
/* Tailwind (arbitrary) */
class="text-[#e4a0c9] bg-[#e4a0c9]"
/* SCSS */
$brand: #e4a0c9;
/* SwiftUI */
Color(red: 0.894, green: 0.627, blue: 0.788)
/* Android */
Color.parseColor("#e4a0c9")Accessibility — WCAG contrast
Aa
#e4a0c9 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4a0c9 on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green62.7%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow11.8%
Key (black)10.6%
Color previews
#e4a0c9 text on a black background
contrast 10.17:1
Card sample
#e4a0c9 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4a0c9;
Background color
Panel with #e4a0c9 background
background-color: #e4a0c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4a0c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 160, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 160, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4a0c9; background: linear-gradient(135deg, #e4a0c9, #E4A4A0);