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