#e72df4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
231, 45, 244
HSL
296°, 90%, 57%
CMYK
5, 82, 0, 4
Luminance
0.2540
Every format
| HEX | #e72df4 |
| RGB | rgb(231, 45, 244) |
| HSL | hsl(296, 90%, 57%) |
| CMYK | cmyk(5%, 82%, 0%, 4%) |
| LAB | lab(57.5 87.6 -59.5) |
| LCH | lch(57.5 105.9 325.8) |
| OKLCH | oklch(0.672 0.290 325.1) |
Copy-ready code
/* CSS */
color: #e72df4;
background-color: #e72df4;
/* Tailwind (arbitrary) */
class="text-[#e72df4] bg-[#e72df4]"
/* SCSS */
$brand: #e72df4;
/* SwiftUI */
Color(red: 0.906, green: 0.176, blue: 0.957)
/* Android */
Color.parseColor("#e72df4")Accessibility — WCAG contrast
Aa
#e72df4 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e72df4 on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green17.6%
Blue95.7%
CMYK percentages
Cyan5.3%
Magenta81.6%
Yellow0.0%
Key (black)4.3%
Color previews
#e72df4 text on a black background
contrast 6.08:1
Card sample
#e72df4 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e72df4;
Background color
Panel with #e72df4 background
background-color: #e72df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e72df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 45, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 45, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e72df4; background: linear-gradient(135deg, #e72df4, #F42D7C);