#e52cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
229, 44, 223
HSL
302°, 78%, 54%
CMYK
0, 81, 3, 10
Luminance
0.2379
Every format
| HEX | #e52cdf |
| RGB | rgb(229, 44, 223) |
| HSL | hsl(302, 78%, 54%) |
| CMYK | cmyk(0%, 81%, 3%, 10%) |
| LAB | lab(55.9 84.3 -50.3) |
| LCH | lch(55.9 98.1 329.2) |
| OKLCH | oklch(0.656 0.276 329.7) |
Copy-ready code
/* CSS */
color: #e52cdf;
background-color: #e52cdf;
/* Tailwind (arbitrary) */
class="text-[#e52cdf] bg-[#e52cdf]"
/* SCSS */
$brand: #e52cdf;
/* SwiftUI */
Color(red: 0.898, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#e52cdf")Accessibility — WCAG contrast
Aa
#e52cdf on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e52cdf on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green17.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta80.8%
Yellow2.6%
Key (black)10.2%
Color previews
#e52cdf text on a black background
contrast 5.76:1
Card sample
#e52cdf text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e52cdf;
Background color
Panel with #e52cdf background
background-color: #e52cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e52cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e52cdf; background: linear-gradient(135deg, #e52cdf, #E52C64);