#eb352d
a balanced, electric red · warm · closest name: tomato
RGB
235, 53, 45
HSL
3°, 83%, 55%
CMYK
0, 77, 81, 8
Luminance
0.2040
Every format
| HEX | #eb352d |
| RGB | rgb(235, 53, 45) |
| HSL | hsl(3, 83%, 55%) |
| CMYK | cmyk(0%, 77%, 81%, 8%) |
| LAB | lab(52.3 67.5 48.5) |
| LCH | lch(52.3 83.1 35.7) |
| OKLCH | oklch(0.615 0.218 28.2) |
Copy-ready code
/* CSS */
color: #eb352d;
background-color: #eb352d;
/* Tailwind (arbitrary) */
class="text-[#eb352d] bg-[#eb352d]"
/* SCSS */
$brand: #eb352d;
/* SwiftUI */
Color(red: 0.922, green: 0.208, blue: 0.176)
/* Android */
Color.parseColor("#eb352d")Accessibility — WCAG contrast
Aa
#eb352d on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb352d on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green20.8%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta77.4%
Yellow80.9%
Key (black)7.8%
Color previews
#eb352d text on a black background
contrast 5.08:1
Card sample
#eb352d text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb352d;
Background color
Panel with #eb352d background
background-color: #eb352d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb352d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 53, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 53, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb352d; background: linear-gradient(135deg, #eb352d, #EBB42D);