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