#eb4921
a balanced, electric red · warm · closest name: tomato
RGB
235, 73, 33
HSL
12°, 84%, 53%
CMYK
0, 69, 86, 8
Luminance
0.2254
Every format
| HEX | #eb4921 |
| RGB | rgb(235, 73, 33) |
| HSL | hsl(12, 84%, 53%) |
| CMYK | cmyk(0%, 69%, 86%, 8%) |
| LAB | lab(54.6 60.5 56.1) |
| LCH | lch(54.6 82.5 42.8) |
| OKLCH | oklch(0.632 0.205 34.5) |
Copy-ready code
/* CSS */
color: #eb4921;
background-color: #eb4921;
/* Tailwind (arbitrary) */
class="text-[#eb4921] bg-[#eb4921]"
/* SCSS */
$brand: #eb4921;
/* SwiftUI */
Color(red: 0.922, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#eb4921")Accessibility — WCAG contrast
Aa
#eb4921 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4921 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta68.9%
Yellow86.0%
Key (black)7.8%
Color previews
#eb4921 text on a black background
contrast 5.51:1
Card sample
#eb4921 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4921;
Background color
Panel with #eb4921 background
background-color: #eb4921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4921; background: linear-gradient(135deg, #eb4921, #EBD021);