#eb192d
a balanced, electric red · warm · closest name: crimson
RGB
235, 25, 45
HSL
354°, 84%, 51%
CMYK
0, 89, 81, 8
Luminance
0.1855
Every format
| HEX | #eb192d |
| RGB | rgb(235, 25, 45) |
| HSL | hsl(354, 84%, 51%) |
| CMYK | cmyk(0%, 89%, 81%, 8%) |
| LAB | lab(50.2 73.5 46.4) |
| LCH | lch(50.2 86.9 32.3) |
| OKLCH | oklch(0.599 0.233 25.0) |
Copy-ready code
/* CSS */
color: #eb192d;
background-color: #eb192d;
/* Tailwind (arbitrary) */
class="text-[#eb192d] bg-[#eb192d]"
/* SCSS */
$brand: #eb192d;
/* SwiftUI */
Color(red: 0.922, green: 0.098, blue: 0.176)
/* Android */
Color.parseColor("#eb192d")Accessibility — WCAG contrast
Aa
#eb192d on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb192d on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green9.8%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow80.9%
Key (black)7.8%
Color previews
#eb192d text on a black background
contrast 4.71:1
Card sample
#eb192d text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb192d;
Background color
Panel with #eb192d background
background-color: #eb192d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb192d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 25, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 25, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb192d; background: linear-gradient(135deg, #eb192d, #EB9119);