#eb3421
a balanced, electric red · warm · closest name: tomato
RGB
235, 52, 33
HSL
6°, 84%, 53%
CMYK
0, 78, 86, 8
Luminance
0.2023
Every format
| HEX | #eb3421 |
| RGB | rgb(235, 52, 33) |
| HSL | hsl(6, 84%, 53%) |
| CMYK | cmyk(0%, 78%, 86%, 8%) |
| LAB | lab(52.1 67.5 54.1) |
| LCH | lch(52.1 86.4 38.7) |
| OKLCH | oklch(0.613 0.221 30.3) |
Copy-ready code
/* CSS */
color: #eb3421;
background-color: #eb3421;
/* Tailwind (arbitrary) */
class="text-[#eb3421] bg-[#eb3421]"
/* SCSS */
$brand: #eb3421;
/* SwiftUI */
Color(red: 0.922, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#eb3421")Accessibility — WCAG contrast
Aa
#eb3421 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3421 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow86.0%
Key (black)7.8%
Color previews
#eb3421 text on a black background
contrast 5.05:1
Card sample
#eb3421 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3421;
Background color
Panel with #eb3421 background
background-color: #eb3421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3421; background: linear-gradient(135deg, #eb3421, #EBBA21);