#e80dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
232, 13, 253
HSL
295°, 98%, 52%
CMYK
8, 95, 0, 1
Luminance
0.2454
Every format
| HEX | #e80dfd |
| RGB | rgb(232, 13, 253) |
| HSL | hsl(295, 98%, 52%) |
| CMYK | cmyk(8%, 95%, 0%, 1%) |
| LAB | lab(56.6 93.7 -65.9) |
| LCH | lch(56.6 114.5 324.9) |
| OKLCH | oklch(0.668 0.311 323.6) |
Copy-ready code
/* CSS */
color: #e80dfd;
background-color: #e80dfd;
/* Tailwind (arbitrary) */
class="text-[#e80dfd] bg-[#e80dfd]"
/* SCSS */
$brand: #e80dfd;
/* SwiftUI */
Color(red: 0.910, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#e80dfd")Accessibility — WCAG contrast
Aa
#e80dfd on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e80dfd on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green5.1%
Blue99.2%
CMYK percentages
Cyan8.3%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#e80dfd text on a black background
contrast 5.91:1
Card sample
#e80dfd text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e80dfd;
Background color
Panel with #e80dfd background
background-color: #e80dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e80dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e80dfd; background: linear-gradient(135deg, #e80dfd, #FD0D72);