#e080fc
a light, electric violet · warm · closest name: violet
RGB
224, 128, 252
HSL
287°, 95%, 75%
CMYK
11, 49, 0, 1
Luminance
0.3831
Every format
| HEX | #e080fc |
| RGB | rgb(224, 128, 252) |
| HSL | hsl(287, 95%, 75%) |
| CMYK | cmyk(11%, 49%, 0%, 1%) |
| LAB | lab(68.3 56.1 -46.9) |
| LCH | lch(68.3 73.1 320.1) |
| OKLCH | oklch(0.750 0.195 318.2) |
Copy-ready code
/* CSS */
color: #e080fc;
background-color: #e080fc;
/* Tailwind (arbitrary) */
class="text-[#e080fc] bg-[#e080fc]"
/* SCSS */
$brand: #e080fc;
/* SwiftUI */
Color(red: 0.878, green: 0.502, blue: 0.988)
/* Android */
Color.parseColor("#e080fc")Accessibility — WCAG contrast
Aa
#e080fc on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e080fc on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green50.2%
Blue98.8%
CMYK percentages
Cyan11.1%
Magenta49.2%
Yellow0.0%
Key (black)1.2%
Color previews
#e080fc text on a black background
contrast 8.66:1
Card sample
#e080fc text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e080fc;
Background color
Panel with #e080fc background
background-color: #e080fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e080fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 128, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 128, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e080fc; background: linear-gradient(135deg, #e080fc, #FC80C5);