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