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