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