#e080af
a light, vivid magenta / pink · warm · closest name: plum
RGB
224, 128, 175
HSL
331°, 61%, 69%
CMYK
0, 43, 22, 12
Luminance
0.3438
Every format
| HEX | #e080af |
| RGB | rgb(224, 128, 175) |
| HSL | hsl(331, 61%, 69%) |
| CMYK | cmyk(0%, 43%, 22%, 12%) |
| LAB | lab(65.3 42.8 -8.6) |
| LCH | lch(65.3 43.7 348.7) |
| OKLCH | oklch(0.718 0.130 350.1) |
Copy-ready code
/* CSS */
color: #e080af;
background-color: #e080af;
/* Tailwind (arbitrary) */
class="text-[#e080af] bg-[#e080af]"
/* SCSS */
$brand: #e080af;
/* SwiftUI */
Color(red: 0.878, green: 0.502, blue: 0.686)
/* Android */
Color.parseColor("#e080af")Accessibility — WCAG contrast
Aa
#e080af on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e080af on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green50.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow21.9%
Key (black)12.2%
Color previews
#e080af text on a black background
contrast 7.88:1
Card sample
#e080af text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e080af;
Background color
Panel with #e080af background
background-color: #e080af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e080af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 128, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 128, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e080af; background: linear-gradient(135deg, #e080af, #E09180);