#eb1447
a balanced, electric red · warm · closest name: crimson
RGB
235, 20, 71
HSL
346°, 84%, 50%
CMYK
0, 92, 70, 8
Luminance
0.1862
Every format
| HEX | #eb1447 |
| RGB | rgb(235, 20, 71) |
| HSL | hsl(346, 84%, 50%) |
| CMYK | cmyk(0%, 92%, 70%, 8%) |
| LAB | lab(50.2 75.1 31.6) |
| LCH | lch(50.2 81.4 22.8) |
| OKLCH | oklch(0.601 0.234 18.2) |
Copy-ready code
/* CSS */
color: #eb1447;
background-color: #eb1447;
/* Tailwind (arbitrary) */
class="text-[#eb1447] bg-[#eb1447]"
/* SCSS */
$brand: #eb1447;
/* SwiftUI */
Color(red: 0.922, green: 0.078, blue: 0.278)
/* Android */
Color.parseColor("#eb1447")Accessibility — WCAG contrast
Aa
#eb1447 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1447 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green7.8%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow69.8%
Key (black)7.8%
Color previews
#eb1447 text on a black background
contrast 4.72:1
Card sample
#eb1447 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1447;
Background color
Panel with #eb1447 background
background-color: #eb1447;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1447;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 20, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 20, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1447; background: linear-gradient(135deg, #eb1447, #EB7014);