#e876af
a light, vivid magenta / pink · warm · closest name: plum
RGB
232, 118, 175
HSL
330°, 71%, 69%
CMYK
0, 49, 25, 9
Luminance
0.3321
Every format
| HEX | #e876af |
| RGB | rgb(232, 118, 175) |
| HSL | hsl(330, 71%, 69%) |
| CMYK | cmyk(0%, 49%, 25%, 9%) |
| LAB | lab(64.3 50.5 -9.9) |
| LCH | lch(64.3 51.5 348.9) |
| OKLCH | oklch(0.713 0.154 350.4) |
Copy-ready code
/* CSS */
color: #e876af;
background-color: #e876af;
/* Tailwind (arbitrary) */
class="text-[#e876af] bg-[#e876af]"
/* SCSS */
$brand: #e876af;
/* SwiftUI */
Color(red: 0.910, green: 0.463, blue: 0.686)
/* Android */
Color.parseColor("#e876af")Accessibility — WCAG contrast
Aa
#e876af on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e876af on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green46.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta49.1%
Yellow24.6%
Key (black)9.0%
Color previews
#e876af text on a black background
contrast 7.64:1
Card sample
#e876af text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e876af;
Background color
Panel with #e876af background
background-color: #e876af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e876af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 118, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 118, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e876af; background: linear-gradient(135deg, #e876af, #E88976);