#e080ad
a light, vivid magenta / pink · warm · closest name: plum
RGB
224, 128, 173
HSL
332°, 61%, 69%
CMYK
0, 43, 23, 12
Luminance
0.3430
Every format
| HEX | #e080ad |
| RGB | rgb(224, 128, 173) |
| HSL | hsl(332, 61%, 69%) |
| CMYK | cmyk(0%, 43%, 23%, 12%) |
| LAB | lab(65.2 42.5 -7.5) |
| LCH | lch(65.2 43.2 349.9) |
| OKLCH | oklch(0.717 0.129 351.3) |
Copy-ready code
/* CSS */
color: #e080ad;
background-color: #e080ad;
/* Tailwind (arbitrary) */
class="text-[#e080ad] bg-[#e080ad]"
/* SCSS */
$brand: #e080ad;
/* SwiftUI */
Color(red: 0.878, green: 0.502, blue: 0.678)
/* Android */
Color.parseColor("#e080ad")Accessibility — WCAG contrast
Aa
#e080ad on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e080ad on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green50.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow22.8%
Key (black)12.2%
Color previews
#e080ad text on a black background
contrast 7.86:1
Card sample
#e080ad text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e080ad;
Background color
Panel with #e080ad background
background-color: #e080ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e080ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 128, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 128, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e080ad; background: linear-gradient(135deg, #e080ad, #E09380);