#e873a2
a light, vivid magenta / pink · warm · closest name: plum
RGB
232, 115, 162
HSL
336°, 72%, 68%
CMYK
0, 50, 30, 9
Luminance
0.3203
Every format
| HEX | #e873a2 |
| RGB | rgb(232, 115, 162) |
| HSL | hsl(336, 72%, 68%) |
| CMYK | cmyk(0%, 50%, 30%, 9%) |
| LAB | lab(63.4 50.3 -3.9) |
| LCH | lch(63.4 50.4 355.6) |
| OKLCH | oklch(0.704 0.153 356.4) |
Copy-ready code
/* CSS */
color: #e873a2;
background-color: #e873a2;
/* Tailwind (arbitrary) */
class="text-[#e873a2] bg-[#e873a2]"
/* SCSS */
$brand: #e873a2;
/* SwiftUI */
Color(red: 0.910, green: 0.451, blue: 0.635)
/* Android */
Color.parseColor("#e873a2")Accessibility — WCAG contrast
Aa
#e873a2 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e873a2 on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green45.1%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow30.2%
Key (black)9.0%
Color previews
#e873a2 text on a black background
contrast 7.41:1
Card sample
#e873a2 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e873a2;
Background color
Panel with #e873a2 background
background-color: #e873a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e873a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 115, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 115, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e873a2; background: linear-gradient(135deg, #e873a2, #E89273);