#e5259e
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
229, 37, 158
HSL
322°, 79%, 52%
CMYK
0, 84, 31, 10
Luminance
0.2045
Every format
| HEX | #e5259e |
| RGB | rgb(229, 37, 158) |
| HSL | hsl(322, 79%, 52%) |
| CMYK | cmyk(0%, 84%, 31%, 10%) |
| LAB | lab(52.4 77.4 -18.1) |
| LCH | lch(52.4 79.5 346.8) |
| OKLCH | oklch(0.621 0.242 348.6) |
Copy-ready code
/* CSS */
color: #e5259e;
background-color: #e5259e;
/* Tailwind (arbitrary) */
class="text-[#e5259e] bg-[#e5259e]"
/* SCSS */
$brand: #e5259e;
/* SwiftUI */
Color(red: 0.898, green: 0.145, blue: 0.620)
/* Android */
Color.parseColor("#e5259e")Accessibility — WCAG contrast
Aa
#e5259e on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e5259e on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green14.5%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow31.0%
Key (black)10.2%
Color previews
#e5259e text on a black background
contrast 5.09:1
Card sample
#e5259e text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5259e;
Background color
Panel with #e5259e background
background-color: #e5259e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5259e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 37, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 37, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5259e; background: linear-gradient(135deg, #e5259e, #E52C25);