#e52eb5
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
229, 46, 181
HSL
316°, 78%, 54%
CMYK
0, 80, 21, 10
Luminance
0.2195
Every format
| HEX | #e52eb5 |
| RGB | rgb(229, 46, 181) |
| HSL | hsl(316, 78%, 54%) |
| CMYK | cmyk(0%, 80%, 21%, 10%) |
| LAB | lab(54.0 78.1 -29.1) |
| LCH | lch(54.0 83.4 339.5) |
| OKLCH | oklch(0.636 0.247 341.5) |
Copy-ready code
/* CSS */
color: #e52eb5;
background-color: #e52eb5;
/* Tailwind (arbitrary) */
class="text-[#e52eb5] bg-[#e52eb5]"
/* SCSS */
$brand: #e52eb5;
/* SwiftUI */
Color(red: 0.898, green: 0.180, blue: 0.710)
/* Android */
Color.parseColor("#e52eb5")Accessibility — WCAG contrast
Aa
#e52eb5 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e52eb5 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green18.0%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta79.9%
Yellow21.0%
Key (black)10.2%
Color previews
#e52eb5 text on a black background
contrast 5.39:1
Card sample
#e52eb5 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e52eb5;
Background color
Panel with #e52eb5 background
background-color: #e52eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e52eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 46, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 46, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e52eb5; background: linear-gradient(135deg, #e52eb5, #E52E3B);