#eb4639
a balanced, electric red · warm · closest name: tomato
RGB
235, 70, 57
HSL
4°, 82%, 57%
CMYK
0, 70, 76, 8
Luminance
0.2234
Every format
| HEX | #eb4639 |
| RGB | rgb(235, 70, 57) |
| HSL | hsl(4, 82%, 57%) |
| CMYK | cmyk(0%, 70%, 76%, 8%) |
| LAB | lab(54.4 62.3 44.3) |
| LCH | lch(54.4 76.5 35.4) |
| OKLCH | oklch(0.631 0.204 28.7) |
Copy-ready code
/* CSS */
color: #eb4639;
background-color: #eb4639;
/* Tailwind (arbitrary) */
class="text-[#eb4639] bg-[#eb4639]"
/* SCSS */
$brand: #eb4639;
/* SwiftUI */
Color(red: 0.922, green: 0.275, blue: 0.224)
/* Android */
Color.parseColor("#eb4639")Accessibility — WCAG contrast
Aa
#eb4639 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4639 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow75.7%
Key (black)7.8%
Color previews
#eb4639 text on a black background
contrast 5.47:1
Card sample
#eb4639 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4639;
Background color
Panel with #eb4639 background
background-color: #eb4639;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4639;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 70, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 70, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4639; background: linear-gradient(135deg, #eb4639, #EBBD39);