#e5397b
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
229, 57, 123
HSL
337°, 77%, 56%
CMYK
0, 75, 46, 10
Luminance
0.2101
Every format
| HEX | #e5397b |
| RGB | rgb(229, 57, 123) |
| HSL | hsl(337, 77%, 56%) |
| CMYK | cmyk(0%, 75%, 46%, 10%) |
| LAB | lab(53.0 69.0 3.7) |
| LCH | lch(53.0 69.1 3.1) |
| OKLCH | oklch(0.622 0.212 2.8) |
Copy-ready code
/* CSS */
color: #e5397b;
background-color: #e5397b;
/* Tailwind (arbitrary) */
class="text-[#e5397b] bg-[#e5397b]"
/* SCSS */
$brand: #e5397b;
/* SwiftUI */
Color(red: 0.898, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#e5397b")Accessibility — WCAG contrast
Aa
#e5397b on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e5397b on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green22.4%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow46.3%
Key (black)10.2%
Color previews
#e5397b text on a black background
contrast 5.20:1
Card sample
#e5397b text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5397b;
Background color
Panel with #e5397b background
background-color: #e5397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5397b; background: linear-gradient(135deg, #e5397b, #E56A39);