#e442df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
228, 66, 223
HSL
302°, 75%, 58%
CMYK
0, 71, 2, 11
Luminance
0.2572
Every format
| HEX | #e442df |
| RGB | rgb(228, 66, 223) |
| HSL | hsl(302, 75%, 58%) |
| CMYK | cmyk(0%, 71%, 2%, 11%) |
| LAB | lab(57.8 78.1 -47.3) |
| LCH | lch(57.8 91.3 328.8) |
| OKLCH | oklch(0.670 0.256 329.3) |
Copy-ready code
/* CSS */
color: #e442df;
background-color: #e442df;
/* Tailwind (arbitrary) */
class="text-[#e442df] bg-[#e442df]"
/* SCSS */
$brand: #e442df;
/* SwiftUI */
Color(red: 0.894, green: 0.259, blue: 0.875)
/* Android */
Color.parseColor("#e442df")Accessibility — WCAG contrast
Aa
#e442df on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e442df on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green25.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow2.2%
Key (black)10.6%
Color previews
#e442df text on a black background
contrast 6.14:1
Card sample
#e442df text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e442df;
Background color
Panel with #e442df background
background-color: #e442df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e442df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 66, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 66, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e442df; background: linear-gradient(135deg, #e442df, #E44273);