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