#e31157
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
227, 17, 87
HSL
340°, 86%, 48%
CMYK
0, 93, 62, 11
Luminance
0.1742
Every format
| HEX | #e31157 |
| RGB | rgb(227, 17, 87) |
| HSL | hsl(340, 86%, 48%) |
| CMYK | cmyk(0%, 93%, 62%, 11%) |
| LAB | lab(48.8 74.3 19.7) |
| LCH | lch(48.8 76.8 14.8) |
| OKLCH | oklch(0.588 0.229 12.1) |
Copy-ready code
/* CSS */
color: #e31157;
background-color: #e31157;
/* Tailwind (arbitrary) */
class="text-[#e31157] bg-[#e31157]"
/* SCSS */
$brand: #e31157;
/* SwiftUI */
Color(red: 0.890, green: 0.067, blue: 0.341)
/* Android */
Color.parseColor("#e31157")Accessibility — WCAG contrast
Aa
#e31157 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e31157 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green6.7%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow61.7%
Key (black)11.0%
Color previews
#e31157 text on a black background
contrast 4.48:1
Card sample
#e31157 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e31157;
Background color
Panel with #e31157 background
background-color: #e31157;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e31157;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 17, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 17, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e31157; background: linear-gradient(135deg, #e31157, #E35711);