#e72ddf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
231, 45, 223
HSL
303°, 80%, 54%
CMYK
0, 81, 4, 9
Luminance
0.2419
Every format
| HEX | #e72ddf |
| RGB | rgb(231, 45, 223) |
| HSL | hsl(303, 80%, 54%) |
| CMYK | cmyk(0%, 81%, 4%, 9%) |
| LAB | lab(56.3 84.4 -49.6) |
| LCH | lch(56.3 97.9 329.6) |
| OKLCH | oklch(0.660 0.276 330.2) |
Copy-ready code
/* CSS */
color: #e72ddf;
background-color: #e72ddf;
/* Tailwind (arbitrary) */
class="text-[#e72ddf] bg-[#e72ddf]"
/* SCSS */
$brand: #e72ddf;
/* SwiftUI */
Color(red: 0.906, green: 0.176, blue: 0.875)
/* Android */
Color.parseColor("#e72ddf")Accessibility — WCAG contrast
Aa
#e72ddf on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e72ddf on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green17.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow3.5%
Key (black)9.4%
Color previews
#e72ddf text on a black background
contrast 5.84:1
Card sample
#e72ddf text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e72ddf;
Background color
Panel with #e72ddf background
background-color: #e72ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e72ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 45, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 45, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e72ddf; background: linear-gradient(135deg, #e72ddf, #E72D63);