#eb3721
a balanced, electric red · warm · closest name: tomato
RGB
235, 55, 33
HSL
7°, 84%, 53%
CMYK
0, 77, 86, 8
Luminance
0.2050
Every format
| HEX | #eb3721 |
| RGB | rgb(235, 55, 33) |
| HSL | hsl(7, 84%, 53%) |
| CMYK | cmyk(0%, 77%, 86%, 8%) |
| LAB | lab(52.4 66.6 54.3) |
| LCH | lch(52.4 85.9 39.2) |
| OKLCH | oklch(0.615 0.218 30.8) |
Copy-ready code
/* CSS */
color: #eb3721;
background-color: #eb3721;
/* Tailwind (arbitrary) */
class="text-[#eb3721] bg-[#eb3721]"
/* SCSS */
$brand: #eb3721;
/* SwiftUI */
Color(red: 0.922, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#eb3721")Accessibility — WCAG contrast
Aa
#eb3721 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3721 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green21.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow86.0%
Key (black)7.8%
Color previews
#eb3721 text on a black background
contrast 5.10:1
Card sample
#eb3721 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3721;
Background color
Panel with #eb3721 background
background-color: #eb3721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3721; background: linear-gradient(135deg, #eb3721, #EBBE21);