#eb5447
a balanced, electric red · warm · closest name: tomato
RGB
235, 84, 71
HSL
5°, 80%, 60%
CMYK
0, 64, 70, 8
Luminance
0.2446
Every format
| HEX | #eb5447 |
| RGB | rgb(235, 84, 71) |
| HSL | hsl(5, 80%, 60%) |
| CMYK | cmyk(0%, 64%, 70%, 8%) |
| LAB | lab(56.5 57.5 39.1) |
| LCH | lch(56.5 69.5 34.2) |
| OKLCH | oklch(0.647 0.189 28.3) |
Copy-ready code
/* CSS */
color: #eb5447;
background-color: #eb5447;
/* Tailwind (arbitrary) */
class="text-[#eb5447] bg-[#eb5447]"
/* SCSS */
$brand: #eb5447;
/* SwiftUI */
Color(red: 0.922, green: 0.329, blue: 0.278)
/* Android */
Color.parseColor("#eb5447")Accessibility — WCAG contrast
Aa
#eb5447 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5447 on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green32.9%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow69.8%
Key (black)7.8%
Color previews
#eb5447 text on a black background
contrast 5.89:1
Card sample
#eb5447 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5447;
Background color
Panel with #eb5447 background
background-color: #eb5447;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5447;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 84, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 84, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5447; background: linear-gradient(135deg, #eb5447, #EBC147);