#eb574f
a balanced, electric red · warm · closest name: tomato
RGB
235, 87, 79
HSL
3°, 80%, 62%
CMYK
0, 63, 66, 8
Luminance
0.2504
Every format
| HEX | #eb574f |
| RGB | rgb(235, 87, 79) |
| HSL | hsl(3, 80%, 62%) |
| CMYK | cmyk(0%, 63%, 66%, 8%) |
| LAB | lab(57.1 56.6 35.3) |
| LCH | lch(57.1 66.7 32.0) |
| OKLCH | oklch(0.652 0.185 26.6) |
Copy-ready code
/* CSS */
color: #eb574f;
background-color: #eb574f;
/* Tailwind (arbitrary) */
class="text-[#eb574f] bg-[#eb574f]"
/* SCSS */
$brand: #eb574f;
/* SwiftUI */
Color(red: 0.922, green: 0.341, blue: 0.310)
/* Android */
Color.parseColor("#eb574f")Accessibility — WCAG contrast
Aa
#eb574f on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb574f on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green34.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow66.4%
Key (black)7.8%
Color previews
#eb574f text on a black background
contrast 6.01:1
Card sample
#eb574f text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb574f;
Background color
Panel with #eb574f background
background-color: #eb574f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb574f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 87, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 87, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb574f; background: linear-gradient(135deg, #eb574f, #EBBF4F);