#eb372f
a balanced, electric red · warm · closest name: tomato
RGB
235, 55, 47
HSL
3°, 83%, 55%
CMYK
0, 77, 80, 8
Luminance
0.2060
Every format
| HEX | #eb372f |
| RGB | rgb(235, 55, 47) |
| HSL | hsl(3, 83%, 55%) |
| CMYK | cmyk(0%, 77%, 80%, 8%) |
| LAB | lab(52.5 66.9 47.7) |
| LCH | lch(52.5 82.2 35.5) |
| OKLCH | oklch(0.616 0.217 28.1) |
Copy-ready code
/* CSS */
color: #eb372f;
background-color: #eb372f;
/* Tailwind (arbitrary) */
class="text-[#eb372f] bg-[#eb372f]"
/* SCSS */
$brand: #eb372f;
/* SwiftUI */
Color(red: 0.922, green: 0.216, blue: 0.184)
/* Android */
Color.parseColor("#eb372f")Accessibility — WCAG contrast
Aa
#eb372f on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb372f on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green21.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow80.0%
Key (black)7.8%
Color previews
#eb372f text on a black background
contrast 5.12:1
Card sample
#eb372f text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb372f;
Background color
Panel with #eb372f background
background-color: #eb372f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb372f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 55, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 55, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb372f; background: linear-gradient(135deg, #eb372f, #EBB52F);