#e5259a
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
229, 37, 154
HSL
323°, 79%, 52%
CMYK
0, 84, 33, 10
Luminance
0.2031
Every format
| HEX | #e5259a |
| RGB | rgb(229, 37, 154) |
| HSL | hsl(323, 79%, 52%) |
| CMYK | cmyk(0%, 84%, 33%, 10%) |
| LAB | lab(52.2 77.0 -16.0) |
| LCH | lch(52.2 78.6 348.3) |
| OKLCH | oklch(0.620 0.240 350.0) |
Copy-ready code
/* CSS */
color: #e5259a;
background-color: #e5259a;
/* Tailwind (arbitrary) */
class="text-[#e5259a] bg-[#e5259a]"
/* SCSS */
$brand: #e5259a;
/* SwiftUI */
Color(red: 0.898, green: 0.145, blue: 0.604)
/* Android */
Color.parseColor("#e5259a")Accessibility — WCAG contrast
Aa
#e5259a on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e5259a on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green14.5%
Blue60.4%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow32.8%
Key (black)10.2%
Color previews
#e5259a text on a black background
contrast 5.06:1
Card sample
#e5259a text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5259a;
Background color
Panel with #e5259a background
background-color: #e5259a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5259a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 37, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 37, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5259a; background: linear-gradient(135deg, #e5259a, #E53025);