#eb4b47
a balanced, electric red · warm · closest name: tomato
RGB
235, 75, 71
HSL
2°, 80%, 60%
CMYK
0, 68, 70, 8
Luminance
0.2315
Every format
| HEX | #eb4b47 |
| RGB | rgb(235, 75, 71) |
| HSL | hsl(2, 80%, 60%) |
| CMYK | cmyk(0%, 68%, 70%, 8%) |
| LAB | lab(55.2 61.0 37.6) |
| LCH | lch(55.2 71.7 31.6) |
| OKLCH | oklch(0.638 0.197 25.9) |
Copy-ready code
/* CSS */
color: #eb4b47;
background-color: #eb4b47;
/* Tailwind (arbitrary) */
class="text-[#eb4b47] bg-[#eb4b47]"
/* SCSS */
$brand: #eb4b47;
/* SwiftUI */
Color(red: 0.922, green: 0.294, blue: 0.278)
/* Android */
Color.parseColor("#eb4b47")Accessibility — WCAG contrast
Aa
#eb4b47 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4b47 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green29.4%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta68.1%
Yellow69.8%
Key (black)7.8%
Color previews
#eb4b47 text on a black background
contrast 5.63:1
Card sample
#eb4b47 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4b47;
Background color
Panel with #eb4b47 background
background-color: #eb4b47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4b47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 75, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 75, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4b47; background: linear-gradient(135deg, #eb4b47, #EBB847);