#e52e97
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
229, 46, 151
HSL
326°, 78%, 54%
CMYK
0, 80, 34, 10
Luminance
0.2085
Every format
| HEX | #e52e97 |
| RGB | rgb(229, 46, 151) |
| HSL | hsl(326, 78%, 54%) |
| CMYK | cmyk(0%, 80%, 34%, 10%) |
| LAB | lab(52.8 74.7 -13.3) |
| LCH | lch(52.8 75.8 349.9) |
| OKLCH | oklch(0.624 0.232 351.4) |
Copy-ready code
/* CSS */
color: #e52e97;
background-color: #e52e97;
/* Tailwind (arbitrary) */
class="text-[#e52e97] bg-[#e52e97]"
/* SCSS */
$brand: #e52e97;
/* SwiftUI */
Color(red: 0.898, green: 0.180, blue: 0.592)
/* Android */
Color.parseColor("#e52e97")Accessibility — WCAG contrast
Aa
#e52e97 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e52e97 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green18.0%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta79.9%
Yellow34.1%
Key (black)10.2%
Color previews
#e52e97 text on a black background
contrast 5.17:1
Card sample
#e52e97 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e52e97;
Background color
Panel with #e52e97 background
background-color: #e52e97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e52e97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 46, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 46, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e52e97; background: linear-gradient(135deg, #e52e97, #E53F2E);