#e73fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
231, 63, 223
HSL
303°, 78%, 58%
CMYK
0, 73, 4, 9
Luminance
0.2587
Every format
| HEX | #e73fdf |
| RGB | rgb(231, 63, 223) |
| HSL | hsl(303, 78%, 58%) |
| CMYK | cmyk(0%, 73%, 4%, 9%) |
| LAB | lab(57.9 79.7 -47.0) |
| LCH | lch(57.9 92.5 329.5) |
| OKLCH | oklch(0.672 0.260 330.1) |
Copy-ready code
/* CSS */
color: #e73fdf;
background-color: #e73fdf;
/* Tailwind (arbitrary) */
class="text-[#e73fdf] bg-[#e73fdf]"
/* SCSS */
$brand: #e73fdf;
/* SwiftUI */
Color(red: 0.906, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#e73fdf")Accessibility — WCAG contrast
Aa
#e73fdf on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e73fdf on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green24.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow3.5%
Key (black)9.4%
Color previews
#e73fdf text on a black background
contrast 6.17:1
Card sample
#e73fdf text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e73fdf;
Background color
Panel with #e73fdf background
background-color: #e73fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e73fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e73fdf; background: linear-gradient(135deg, #e73fdf, #E73F6F);