#e80df0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
232, 13, 240
HSL
298°, 90%, 50%
CMYK
3, 95, 0, 6
Luminance
0.2373
Every format
| HEX | #e80df0 |
| RGB | rgb(232, 13, 240) |
| HSL | hsl(298, 90%, 50%) |
| CMYK | cmyk(3%, 95%, 0%, 6%) |
| LAB | lab(55.8 91.7 -59.9) |
| LCH | lch(55.8 109.6 326.9) |
| OKLCH | oklch(0.660 0.303 326.5) |
Copy-ready code
/* CSS */
color: #e80df0;
background-color: #e80df0;
/* Tailwind (arbitrary) */
class="text-[#e80df0] bg-[#e80df0]"
/* SCSS */
$brand: #e80df0;
/* SwiftUI */
Color(red: 0.910, green: 0.051, blue: 0.941)
/* Android */
Color.parseColor("#e80df0")Accessibility — WCAG contrast
Aa
#e80df0 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e80df0 on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green5.1%
Blue94.1%
CMYK percentages
Cyan3.3%
Magenta94.6%
Yellow0.0%
Key (black)5.9%
Color previews
#e80df0 text on a black background
contrast 5.75:1
Card sample
#e80df0 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e80df0;
Background color
Panel with #e80df0 background
background-color: #e80df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e80df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 13, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 13, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e80df0; background: linear-gradient(135deg, #e80df0, #F00D61);