#e080ba
a light, vivid magenta / pink · warm · closest name: plum
RGB
224, 128, 186
HSL
324°, 61%, 69%
CMYK
0, 43, 17, 12
Luminance
0.3483
Every format
| HEX | #e080ba |
| RGB | rgb(224, 128, 186) |
| HSL | hsl(324, 61%, 69%) |
| CMYK | cmyk(0%, 43%, 17%, 12%) |
| LAB | lab(65.6 44.5 -14.3) |
| LCH | lch(65.6 46.7 342.2) |
| OKLCH | oklch(0.721 0.137 344.0) |
Copy-ready code
/* CSS */
color: #e080ba;
background-color: #e080ba;
/* Tailwind (arbitrary) */
class="text-[#e080ba] bg-[#e080ba]"
/* SCSS */
$brand: #e080ba;
/* SwiftUI */
Color(red: 0.878, green: 0.502, blue: 0.729)
/* Android */
Color.parseColor("#e080ba")Accessibility — WCAG contrast
Aa
#e080ba on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e080ba on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green50.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow17.0%
Key (black)12.2%
Color previews
#e080ba text on a black background
contrast 7.97:1
Card sample
#e080ba text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e080ba;
Background color
Panel with #e080ba background
background-color: #e080ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e080ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 128, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 128, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e080ba; background: linear-gradient(135deg, #e080ba, #E08680);