#e873ba
a light, vivid magenta / pink · warm · closest name: orchid
RGB
232, 115, 186
HSL
324°, 72%, 68%
CMYK
0, 50, 20, 9
Luminance
0.3296
Every format
| HEX | #e873ba |
| RGB | rgb(232, 115, 186) |
| HSL | hsl(324, 72%, 68%) |
| CMYK | cmyk(0%, 50%, 20%, 9%) |
| LAB | lab(64.1 53.5 -16.4) |
| LCH | lch(64.1 56.0 343.0) |
| OKLCH | oklch(0.712 0.165 344.8) |
Copy-ready code
/* CSS */
color: #e873ba;
background-color: #e873ba;
/* Tailwind (arbitrary) */
class="text-[#e873ba] bg-[#e873ba]"
/* SCSS */
$brand: #e873ba;
/* SwiftUI */
Color(red: 0.910, green: 0.451, blue: 0.729)
/* Android */
Color.parseColor("#e873ba")Accessibility — WCAG contrast
Aa
#e873ba on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e873ba on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green45.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow19.8%
Key (black)9.0%
Color previews
#e873ba text on a black background
contrast 7.59:1
Card sample
#e873ba text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e873ba;
Background color
Panel with #e873ba background
background-color: #e873ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e873ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 115, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 115, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e873ba; background: linear-gradient(135deg, #e873ba, #E87A73);