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