#e080f4
a light, electric violet · warm · closest name: violet
RGB
224, 128, 244
HSL
290°, 84%, 73%
CMYK
8, 48, 0, 4
Luminance
0.3782
Every format
| HEX | #e080f4 |
| RGB | rgb(224, 128, 244) |
| HSL | hsl(290, 84%, 73%) |
| CMYK | cmyk(8%, 48%, 0%, 4%) |
| LAB | lab(67.9 54.5 -43.0) |
| LCH | lch(67.9 69.5 321.7) |
| OKLCH | oklch(0.746 0.187 320.5) |
Copy-ready code
/* CSS */
color: #e080f4;
background-color: #e080f4;
/* Tailwind (arbitrary) */
class="text-[#e080f4] bg-[#e080f4]"
/* SCSS */
$brand: #e080f4;
/* SwiftUI */
Color(red: 0.878, green: 0.502, blue: 0.957)
/* Android */
Color.parseColor("#e080f4")Accessibility — WCAG contrast
Aa
#e080f4 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e080f4 on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green50.2%
Blue95.7%
CMYK percentages
Cyan8.2%
Magenta47.5%
Yellow0.0%
Key (black)4.3%
Color previews
#e080f4 text on a black background
contrast 8.56:1
Card sample
#e080f4 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e080f4;
Background color
Panel with #e080f4 background
background-color: #e080f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e080f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 128, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 128, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e080f4; background: linear-gradient(135deg, #e080f4, #F480BA);