#e44ef1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
228, 78, 241
HSL
295°, 85%, 63%
CMYK
5, 68, 0, 6
Luminance
0.2829
Every format
| HEX | #e44ef1 |
| RGB | rgb(228, 78, 241) |
| HSL | hsl(295, 85%, 63%) |
| CMYK | cmyk(5%, 68%, 0%, 6%) |
| LAB | lab(60.2 77.0 -53.6) |
| LCH | lch(60.2 93.8 325.2) |
| OKLCH | oklch(0.690 0.257 324.5) |
Copy-ready code
/* CSS */
color: #e44ef1;
background-color: #e44ef1;
/* Tailwind (arbitrary) */
class="text-[#e44ef1] bg-[#e44ef1]"
/* SCSS */
$brand: #e44ef1;
/* SwiftUI */
Color(red: 0.894, green: 0.306, blue: 0.945)
/* Android */
Color.parseColor("#e44ef1")Accessibility — WCAG contrast
Aa
#e44ef1 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e44ef1 on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green30.6%
Blue94.5%
CMYK percentages
Cyan5.4%
Magenta67.6%
Yellow0.0%
Key (black)5.5%
Color previews
#e44ef1 text on a black background
contrast 6.66:1
Card sample
#e44ef1 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e44ef1;
Background color
Panel with #e44ef1 background
background-color: #e44ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e44ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 78, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 78, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e44ef1; background: linear-gradient(135deg, #e44ef1, #F14E91);