#e413df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
228, 19, 223
HSL
301°, 85%, 48%
CMYK
0, 92, 2, 11
Luminance
0.2229
Every format
| HEX | #e413df |
| RGB | rgb(228, 19, 223) |
| HSL | hsl(301, 85%, 48%) |
| CMYK | cmyk(0%, 92%, 2%, 11%) |
| LAB | lab(54.3 88.1 -52.7) |
| LCH | lch(54.3 102.7 329.1) |
| OKLCH | oklch(0.645 0.288 329.5) |
Copy-ready code
/* CSS */
color: #e413df;
background-color: #e413df;
/* Tailwind (arbitrary) */
class="text-[#e413df] bg-[#e413df]"
/* SCSS */
$brand: #e413df;
/* SwiftUI */
Color(red: 0.894, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#e413df")Accessibility — WCAG contrast
Aa
#e413df on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e413df on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green7.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow2.2%
Key (black)10.6%
Color previews
#e413df text on a black background
contrast 5.46:1
Card sample
#e413df text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e413df;
Background color
Panel with #e413df background
background-color: #e413df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e413df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e413df; background: linear-gradient(135deg, #e413df, #E41354);