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