#eb4971
a balanced, electric red · warm · closest name: crimson
RGB
235, 73, 113
HSL
345°, 80%, 60%
CMYK
0, 69, 52, 8
Luminance
0.2362
Every format
| HEX | #eb4971 |
| RGB | rgb(235, 73, 113) |
| HSL | hsl(345, 80%, 60%) |
| CMYK | cmyk(0%, 69%, 52%, 8%) |
| LAB | lab(55.7 64.4 13.7) |
| LCH | lch(55.7 65.9 12.0) |
| OKLCH | oklch(0.644 0.199 10.1) |
Copy-ready code
/* CSS */
color: #eb4971;
background-color: #eb4971;
/* Tailwind (arbitrary) */
class="text-[#eb4971] bg-[#eb4971]"
/* SCSS */
$brand: #eb4971;
/* SwiftUI */
Color(red: 0.922, green: 0.286, blue: 0.443)
/* Android */
Color.parseColor("#eb4971")Accessibility — WCAG contrast
Aa
#eb4971 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4971 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green28.6%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta68.9%
Yellow51.9%
Key (black)7.8%
Color previews
#eb4971 text on a black background
contrast 5.72:1
Card sample
#eb4971 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4971;
Background color
Panel with #eb4971 background
background-color: #eb4971;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4971;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 73, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 73, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4971; background: linear-gradient(135deg, #eb4971, #EB8D49);