#eb504b
a balanced, electric red · warm · closest name: tomato
RGB
235, 80, 75
HSL
2°, 80%, 61%
CMYK
0, 66, 68, 8
Luminance
0.2391
Every format
| HEX | #eb504b |
| RGB | rgb(235, 80, 75) |
| HSL | hsl(2, 80%, 61%) |
| CMYK | cmyk(0%, 66%, 68%, 8%) |
| LAB | lab(56.0 59.3 36.2) |
| LCH | lch(56.0 69.5 31.4) |
| OKLCH | oklch(0.643 0.192 25.9) |
Copy-ready code
/* CSS */
color: #eb504b;
background-color: #eb504b;
/* Tailwind (arbitrary) */
class="text-[#eb504b] bg-[#eb504b]"
/* SCSS */
$brand: #eb504b;
/* SwiftUI */
Color(red: 0.922, green: 0.314, blue: 0.294)
/* Android */
Color.parseColor("#eb504b")Accessibility — WCAG contrast
Aa
#eb504b on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb504b on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green31.4%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta66.0%
Yellow68.1%
Key (black)7.8%
Color previews
#eb504b text on a black background
contrast 5.78:1
Card sample
#eb504b text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb504b;
Background color
Panel with #eb504b background
background-color: #eb504b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb504b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 80, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 80, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb504b; background: linear-gradient(135deg, #eb504b, #EBBB4B);