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