#eb5949
a balanced, electric red · warm · closest name: tomato
RGB
235, 89, 73
HSL
6°, 80%, 60%
CMYK
0, 62, 69, 8
Luminance
0.2529
Every format
| HEX | #eb5949 |
| RGB | rgb(235, 89, 73) |
| HSL | hsl(6, 80%, 60%) |
| CMYK | cmyk(0%, 62%, 69%, 8%) |
| LAB | lab(57.4 55.5 39.0) |
| LCH | lch(57.4 67.8 35.1) |
| OKLCH | oklch(0.654 0.184 29.2) |
Copy-ready code
/* CSS */
color: #eb5949;
background-color: #eb5949;
/* Tailwind (arbitrary) */
class="text-[#eb5949] bg-[#eb5949]"
/* SCSS */
$brand: #eb5949;
/* SwiftUI */
Color(red: 0.922, green: 0.349, blue: 0.286)
/* Android */
Color.parseColor("#eb5949")Accessibility — WCAG contrast
Aa
#eb5949 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5949 on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green34.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow68.9%
Key (black)7.8%
Color previews
#eb5949 text on a black background
contrast 6.06:1
Card sample
#eb5949 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5949;
Background color
Panel with #eb5949 background
background-color: #eb5949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 89, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 89, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5949; background: linear-gradient(135deg, #eb5949, #EBC549);