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