#eb1419
a balanced, electric red · warm · closest name: red
RGB
235, 20, 25
HSL
359°, 84%, 50%
CMYK
0, 92, 89, 8
Luminance
0.1823
Every format
| HEX | #eb1419 |
| RGB | rgb(235, 20, 25) |
| HSL | hsl(359, 84%, 50%) |
| CMYK | cmyk(0%, 92%, 89%, 8%) |
| LAB | lab(49.8 73.8 55.7) |
| LCH | lch(49.8 92.5 37.1) |
| OKLCH | oklch(0.596 0.237 28.0) |
Copy-ready code
/* CSS */
color: #eb1419;
background-color: #eb1419;
/* Tailwind (arbitrary) */
class="text-[#eb1419] bg-[#eb1419]"
/* SCSS */
$brand: #eb1419;
/* SwiftUI */
Color(red: 0.922, green: 0.078, blue: 0.098)
/* Android */
Color.parseColor("#eb1419")Accessibility — WCAG contrast
Aa
#eb1419 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb1419 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green7.8%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta91.5%
Yellow89.4%
Key (black)7.8%
Color previews
#eb1419 text on a black background
contrast 4.65:1
Card sample
#eb1419 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1419;
Background color
Panel with #eb1419 background
background-color: #eb1419;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1419;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 20, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 20, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1419; background: linear-gradient(135deg, #eb1419, #EB9E14);