#eb4237
a balanced, electric red · warm · closest name: tomato
RGB
235, 66, 55
HSL
4°, 82%, 57%
CMYK
0, 72, 77, 8
Luminance
0.2183
Every format
| HEX | #eb4237 |
| RGB | rgb(235, 66, 55) |
| HSL | hsl(4, 82%, 57%) |
| CMYK | cmyk(0%, 72%, 77%, 8%) |
| LAB | lab(53.9 63.7 44.8) |
| LCH | lch(53.9 77.9 35.1) |
| OKLCH | oklch(0.627 0.207 28.4) |
Copy-ready code
/* CSS */
color: #eb4237;
background-color: #eb4237;
/* Tailwind (arbitrary) */
class="text-[#eb4237] bg-[#eb4237]"
/* SCSS */
$brand: #eb4237;
/* SwiftUI */
Color(red: 0.922, green: 0.259, blue: 0.216)
/* Android */
Color.parseColor("#eb4237")Accessibility — WCAG contrast
Aa
#eb4237 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4237 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green25.9%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta71.9%
Yellow76.6%
Key (black)7.8%
Color previews
#eb4237 text on a black background
contrast 5.37:1
Card sample
#eb4237 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4237;
Background color
Panel with #eb4237 background
background-color: #eb4237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 66, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 66, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4237; background: linear-gradient(135deg, #eb4237, #EBBA37);