#e080f7
a light, electric violet · warm · closest name: violet
RGB
224, 128, 247
HSL
288°, 88%, 74%
CMYK
9, 48, 0, 3
Luminance
0.3800
Every format
| HEX | #e080f7 |
| RGB | rgb(224, 128, 247) |
| HSL | hsl(288, 88%, 74%) |
| CMYK | cmyk(9%, 48%, 0%, 3%) |
| LAB | lab(68.0 55.1 -44.5) |
| LCH | lch(68.0 70.8 321.1) |
| OKLCH | oklch(0.747 0.190 319.6) |
Copy-ready code
/* CSS */
color: #e080f7;
background-color: #e080f7;
/* Tailwind (arbitrary) */
class="text-[#e080f7] bg-[#e080f7]"
/* SCSS */
$brand: #e080f7;
/* SwiftUI */
Color(red: 0.878, green: 0.502, blue: 0.969)
/* Android */
Color.parseColor("#e080f7")Accessibility — WCAG contrast
Aa
#e080f7 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e080f7 on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green50.2%
Blue96.9%
CMYK percentages
Cyan9.3%
Magenta48.2%
Yellow0.0%
Key (black)3.1%
Color previews
#e080f7 text on a black background
contrast 8.60:1
Card sample
#e080f7 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e080f7;
Background color
Panel with #e080f7 background
background-color: #e080f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e080f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 128, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 128, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e080f7; background: linear-gradient(135deg, #e080f7, #F780BF);