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