#e3104f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
227, 16, 79
HSL
342°, 87%, 48%
CMYK
0, 93, 65, 11
Luminance
0.1727
Every format
| HEX | #e3104f |
| RGB | rgb(227, 16, 79) |
| HSL | hsl(342, 87%, 48%) |
| CMYK | cmyk(0%, 93%, 65%, 11%) |
| LAB | lab(48.6 74.0 24.3) |
| LCH | lch(48.6 77.9 18.2) |
| OKLCH | oklch(0.586 0.229 14.7) |
Copy-ready code
/* CSS */
color: #e3104f;
background-color: #e3104f;
/* Tailwind (arbitrary) */
class="text-[#e3104f] bg-[#e3104f]"
/* SCSS */
$brand: #e3104f;
/* SwiftUI */
Color(red: 0.890, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#e3104f")Accessibility — WCAG contrast
Aa
#e3104f on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e3104f on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta93.0%
Yellow65.2%
Key (black)11.0%
Color previews
#e3104f text on a black background
contrast 4.45:1
Card sample
#e3104f text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3104f;
Background color
Panel with #e3104f background
background-color: #e3104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3104f; background: linear-gradient(135deg, #e3104f, #E35E10);