#e080ec
a light, vivid magenta / pink · warm · closest name: violet
RGB
224, 128, 236
HSL
293°, 74%, 71%
CMYK
5, 46, 0, 8
Luminance
0.3734
Every format
| HEX | #e080ec |
| RGB | rgb(224, 128, 236) |
| HSL | hsl(293, 74%, 71%) |
| CMYK | cmyk(5%, 46%, 0%, 8%) |
| LAB | lab(67.5 53.0 -39.2) |
| LCH | lch(67.5 65.9 323.5) |
| OKLCH | oklch(0.742 0.179 323.0) |
Copy-ready code
/* CSS */
color: #e080ec;
background-color: #e080ec;
/* Tailwind (arbitrary) */
class="text-[#e080ec] bg-[#e080ec]"
/* SCSS */
$brand: #e080ec;
/* SwiftUI */
Color(red: 0.878, green: 0.502, blue: 0.925)
/* Android */
Color.parseColor("#e080ec")Accessibility — WCAG contrast
Aa
#e080ec on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e080ec on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green50.2%
Blue92.5%
CMYK percentages
Cyan5.1%
Magenta45.8%
Yellow0.0%
Key (black)7.5%
Color previews
#e080ec text on a black background
contrast 8.47:1
Card sample
#e080ec text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e080ec;
Background color
Panel with #e080ec background
background-color: #e080ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e080ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 128, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 128, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e080ec; background: linear-gradient(135deg, #e080ec, #EC80B0);