#e080f1
a light, electric magenta / pink · warm · closest name: violet
RGB
224, 128, 241
HSL
291°, 80%, 72%
CMYK
7, 47, 0, 6
Luminance
0.3764
Every format
| HEX | #e080f1 |
| RGB | rgb(224, 128, 241) |
| HSL | hsl(291, 80%, 72%) |
| CMYK | cmyk(7%, 47%, 0%, 6%) |
| LAB | lab(67.8 54.0 -41.6) |
| LCH | lch(67.8 68.1 322.4) |
| OKLCH | oklch(0.744 0.184 321.4) |
Copy-ready code
/* CSS */
color: #e080f1;
background-color: #e080f1;
/* Tailwind (arbitrary) */
class="text-[#e080f1] bg-[#e080f1]"
/* SCSS */
$brand: #e080f1;
/* SwiftUI */
Color(red: 0.878, green: 0.502, blue: 0.945)
/* Android */
Color.parseColor("#e080f1")Accessibility — WCAG contrast
Aa
#e080f1 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e080f1 on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green50.2%
Blue94.5%
CMYK percentages
Cyan7.1%
Magenta46.9%
Yellow0.0%
Key (black)5.5%
Color previews
#e080f1 text on a black background
contrast 8.53:1
Card sample
#e080f1 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e080f1;
Background color
Panel with #e080f1 background
background-color: #e080f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e080f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 128, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 128, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e080f1; background: linear-gradient(135deg, #e080f1, #F180B7);