#e40a4c
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
228, 10, 76
HSL
342°, 92%, 47%
CMYK
0, 96, 67, 11
Luminance
0.1723
Every format
| HEX | #e40a4c |
| RGB | rgb(228, 10, 76) |
| HSL | hsl(342, 92%, 47%) |
| CMYK | cmyk(0%, 96%, 67%, 11%) |
| LAB | lab(48.6 74.6 26.1) |
| LCH | lch(48.6 79.1 19.3) |
| OKLCH | oklch(0.586 0.231 15.5) |
Copy-ready code
/* CSS */
color: #e40a4c;
background-color: #e40a4c;
/* Tailwind (arbitrary) */
class="text-[#e40a4c] bg-[#e40a4c]"
/* SCSS */
$brand: #e40a4c;
/* SwiftUI */
Color(red: 0.894, green: 0.039, blue: 0.298)
/* Android */
Color.parseColor("#e40a4c")Accessibility — WCAG contrast
Aa
#e40a4c on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e40a4c on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green3.9%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta95.6%
Yellow66.7%
Key (black)10.6%
Color previews
#e40a4c text on a black background
contrast 4.45:1
Card sample
#e40a4c text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e40a4c;
Background color
Panel with #e40a4c background
background-color: #e40a4c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e40a4c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 10, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 10, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e40a4c; background: linear-gradient(135deg, #e40a4c, #E4590A);