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