#eb4d47
a balanced, electric red · warm · closest name: tomato
RGB
235, 77, 71
HSL
2°, 80%, 60%
CMYK
0, 67, 70, 8
Luminance
0.2342
Every format
| HEX | #eb4d47 |
| RGB | rgb(235, 77, 71) |
| HSL | hsl(2, 80%, 60%) |
| CMYK | cmyk(0%, 67%, 70%, 8%) |
| LAB | lab(55.5 60.3 37.9) |
| LCH | lch(55.5 71.2 32.2) |
| OKLCH | oklch(0.640 0.195 26.4) |
Copy-ready code
/* CSS */
color: #eb4d47;
background-color: #eb4d47;
/* Tailwind (arbitrary) */
class="text-[#eb4d47] bg-[#eb4d47]"
/* SCSS */
$brand: #eb4d47;
/* SwiftUI */
Color(red: 0.922, green: 0.302, blue: 0.278)
/* Android */
Color.parseColor("#eb4d47")Accessibility — WCAG contrast
Aa
#eb4d47 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4d47 on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green30.2%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow69.8%
Key (black)7.8%
Color previews
#eb4d47 text on a black background
contrast 5.68:1
Card sample
#eb4d47 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4d47;
Background color
Panel with #eb4d47 background
background-color: #eb4d47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4d47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 77, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 77, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4d47; background: linear-gradient(135deg, #eb4d47, #EBBA47);