#eb3121
a balanced, electric red · warm · closest name: tomato
RGB
235, 49, 33
HSL
5°, 84%, 53%
CMYK
0, 79, 86, 8
Luminance
0.1997
Every format
| HEX | #eb3121 |
| RGB | rgb(235, 49, 33) |
| HSL | hsl(5, 84%, 53%) |
| CMYK | cmyk(0%, 79%, 86%, 8%) |
| LAB | lab(51.8 68.3 53.8) |
| LCH | lch(51.8 86.9 38.3) |
| OKLCH | oklch(0.611 0.222 29.8) |
Copy-ready code
/* CSS */
color: #eb3121;
background-color: #eb3121;
/* Tailwind (arbitrary) */
class="text-[#eb3121] bg-[#eb3121]"
/* SCSS */
$brand: #eb3121;
/* SwiftUI */
Color(red: 0.922, green: 0.192, blue: 0.129)
/* Android */
Color.parseColor("#eb3121")Accessibility — WCAG contrast
Aa
#eb3121 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3121 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green19.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta79.1%
Yellow86.0%
Key (black)7.8%
Color previews
#eb3121 text on a black background
contrast 4.99:1
Card sample
#eb3121 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3121;
Background color
Panel with #eb3121 background
background-color: #eb3121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 49, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 49, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3121; background: linear-gradient(135deg, #eb3121, #EBB821);