#eb112d
a balanced, electric red · warm · closest name: crimson
RGB
235, 17, 45
HSL
352°, 87%, 49%
CMYK
0, 93, 81, 8
Luminance
0.1825
Every format
| HEX | #eb112d |
| RGB | rgb(235, 17, 45) |
| HSL | hsl(352, 87%, 49%) |
| CMYK | cmyk(0%, 93%, 81%, 8%) |
| LAB | lab(49.8 74.5 46.1) |
| LCH | lch(49.8 87.6 31.7) |
| OKLCH | oklch(0.596 0.236 24.5) |
Copy-ready code
/* CSS */
color: #eb112d;
background-color: #eb112d;
/* Tailwind (arbitrary) */
class="text-[#eb112d] bg-[#eb112d]"
/* SCSS */
$brand: #eb112d;
/* SwiftUI */
Color(red: 0.922, green: 0.067, blue: 0.176)
/* Android */
Color.parseColor("#eb112d")Accessibility — WCAG contrast
Aa
#eb112d on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb112d on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green6.7%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta92.8%
Yellow80.9%
Key (black)7.8%
Color previews
#eb112d text on a black background
contrast 4.65:1
Card sample
#eb112d text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb112d;
Background color
Panel with #eb112d background
background-color: #eb112d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb112d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 17, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 17, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb112d; background: linear-gradient(135deg, #eb112d, #EB8611);