#e52eb2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
229, 46, 178
HSL
317°, 78%, 54%
CMYK
0, 80, 22, 10
Luminance
0.2183
Every format
| HEX | #e52eb2 |
| RGB | rgb(229, 46, 178) |
| HSL | hsl(317, 78%, 54%) |
| CMYK | cmyk(0%, 80%, 22%, 10%) |
| LAB | lab(53.9 77.7 -27.6) |
| LCH | lch(53.9 82.5 340.5) |
| OKLCH | oklch(0.635 0.246 342.4) |
Copy-ready code
/* CSS */
color: #e52eb2;
background-color: #e52eb2;
/* Tailwind (arbitrary) */
class="text-[#e52eb2] bg-[#e52eb2]"
/* SCSS */
$brand: #e52eb2;
/* SwiftUI */
Color(red: 0.898, green: 0.180, blue: 0.698)
/* Android */
Color.parseColor("#e52eb2")Accessibility — WCAG contrast
Aa
#e52eb2 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e52eb2 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green18.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta79.9%
Yellow22.3%
Key (black)10.2%
Color previews
#e52eb2 text on a black background
contrast 5.37:1
Card sample
#e52eb2 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e52eb2;
Background color
Panel with #e52eb2 background
background-color: #e52eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e52eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 46, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 46, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e52eb2; background: linear-gradient(135deg, #e52eb2, #E52E38);