#e44af5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
228, 74, 245
HSL
294°, 90%, 63%
CMYK
7, 70, 0, 4
Luminance
0.2798
Every format
| HEX | #e44af5 |
| RGB | rgb(228, 74, 245) |
| HSL | hsl(294, 90%, 63%) |
| CMYK | cmyk(7%, 70%, 0%, 4%) |
| LAB | lab(59.9 79.0 -56.2) |
| LCH | lch(59.9 97.0 324.6) |
| OKLCH | oklch(0.689 0.264 323.6) |
Copy-ready code
/* CSS */
color: #e44af5;
background-color: #e44af5;
/* Tailwind (arbitrary) */
class="text-[#e44af5] bg-[#e44af5]"
/* SCSS */
$brand: #e44af5;
/* SwiftUI */
Color(red: 0.894, green: 0.290, blue: 0.961)
/* Android */
Color.parseColor("#e44af5")Accessibility — WCAG contrast
Aa
#e44af5 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e44af5 on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green29.0%
Blue96.1%
CMYK percentages
Cyan6.9%
Magenta69.8%
Yellow0.0%
Key (black)3.9%
Color previews
#e44af5 text on a black background
contrast 6.60:1
Card sample
#e44af5 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e44af5;
Background color
Panel with #e44af5 background
background-color: #e44af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e44af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 74, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 74, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e44af5; background: linear-gradient(135deg, #e44af5, #F54A94);