#e080fe
a light, electric violet · warm · closest name: violet
RGB
224, 128, 254
HSL
286°, 98%, 75%
CMYK
12, 50, 0, 0
Luminance
0.3844
Every format
| HEX | #e080fe |
| RGB | rgb(224, 128, 254) |
| HSL | hsl(286, 98%, 75%) |
| CMYK | cmyk(12%, 50%, 0%, 0%) |
| LAB | lab(68.3 56.5 -47.8) |
| LCH | lch(68.3 74.0 319.7) |
| OKLCH | oklch(0.751 0.197 317.7) |
Copy-ready code
/* CSS */
color: #e080fe;
background-color: #e080fe;
/* Tailwind (arbitrary) */
class="text-[#e080fe] bg-[#e080fe]"
/* SCSS */
$brand: #e080fe;
/* SwiftUI */
Color(red: 0.878, green: 0.502, blue: 0.996)
/* Android */
Color.parseColor("#e080fe")Accessibility — WCAG contrast
Aa
#e080fe on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e080fe on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green50.2%
Blue99.6%
CMYK percentages
Cyan11.8%
Magenta49.6%
Yellow0.0%
Key (black)0.4%
Color previews
#e080fe text on a black background
contrast 8.69:1
Card sample
#e080fe text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e080fe;
Background color
Panel with #e080fe background
background-color: #e080fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e080fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 128, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 128, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e080fe; background: linear-gradient(135deg, #e080fe, #FE80C8);