#e516df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
229, 22, 223
HSL
302°, 83%, 49%
CMYK
0, 90, 3, 10
Luminance
0.2256
Every format
| HEX | #e516df |
| RGB | rgb(229, 22, 223) |
| HSL | hsl(302, 83%, 49%) |
| CMYK | cmyk(0%, 90%, 3%, 10%) |
| LAB | lab(54.6 87.9 -52.3) |
| LCH | lch(54.6 102.3 329.3) |
| OKLCH | oklch(0.648 0.288 329.8) |
Copy-ready code
/* CSS */
color: #e516df;
background-color: #e516df;
/* Tailwind (arbitrary) */
class="text-[#e516df] bg-[#e516df]"
/* SCSS */
$brand: #e516df;
/* SwiftUI */
Color(red: 0.898, green: 0.086, blue: 0.875)
/* Android */
Color.parseColor("#e516df")Accessibility — WCAG contrast
Aa
#e516df on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e516df on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green8.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta90.4%
Yellow2.6%
Key (black)10.2%
Color previews
#e516df text on a black background
contrast 5.51:1
Card sample
#e516df text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e516df;
Background color
Panel with #e516df background
background-color: #e516df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e516df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 22, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 22, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e516df; background: linear-gradient(135deg, #e516df, #E51655);