#eb554e
a balanced, electric red · warm · closest name: tomato
RGB
235, 85, 78
HSL
3°, 80%, 61%
CMYK
0, 64, 67, 8
Luminance
0.2471
Every format
| HEX | #eb554e |
| RGB | rgb(235, 85, 78) |
| HSL | hsl(3, 80%, 61%) |
| CMYK | cmyk(0%, 64%, 67%, 8%) |
| LAB | lab(56.8 57.4 35.5) |
| LCH | lch(56.8 67.5 31.7) |
| OKLCH | oklch(0.650 0.187 26.3) |
Copy-ready code
/* CSS */
color: #eb554e;
background-color: #eb554e;
/* Tailwind (arbitrary) */
class="text-[#eb554e] bg-[#eb554e]"
/* SCSS */
$brand: #eb554e;
/* SwiftUI */
Color(red: 0.922, green: 0.333, blue: 0.306)
/* Android */
Color.parseColor("#eb554e")Accessibility — WCAG contrast
Aa
#eb554e on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb554e on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green33.3%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta63.8%
Yellow66.8%
Key (black)7.8%
Color previews
#eb554e text on a black background
contrast 5.94:1
Card sample
#eb554e text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb554e;
Background color
Panel with #eb554e background
background-color: #eb554e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb554e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 85, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 85, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb554e; background: linear-gradient(135deg, #eb554e, #EBBE4E);