#e0115f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
224, 17, 95
HSL
337°, 86%, 47%
CMYK
0, 92, 58, 12
Luminance
0.1707
Every format
| HEX | #e0115f |
| RGB | rgb(224, 17, 95) |
| HSL | hsl(337, 86%, 47%) |
| CMYK | cmyk(0%, 92%, 58%, 12%) |
| LAB | lab(48.4 74.0 14.1) |
| LCH | lch(48.4 75.4 10.8) |
| OKLCH | oklch(0.584 0.228 8.9) |
Copy-ready code
/* CSS */
color: #e0115f;
background-color: #e0115f;
/* Tailwind (arbitrary) */
class="text-[#e0115f] bg-[#e0115f]"
/* SCSS */
$brand: #e0115f;
/* SwiftUI */
Color(red: 0.878, green: 0.067, blue: 0.373)
/* Android */
Color.parseColor("#e0115f")Accessibility — WCAG contrast
Aa
#e0115f on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e0115f on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green6.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta92.4%
Yellow57.6%
Key (black)12.2%
Color previews
#e0115f text on a black background
contrast 4.41:1
Card sample
#e0115f text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0115f;
Background color
Panel with #e0115f background
background-color: #e0115f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0115f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 17, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 17, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0115f; background: linear-gradient(135deg, #e0115f, #E04D11);