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