#eb442f
a balanced, electric red · warm · closest name: tomato
RGB
235, 68, 47
HSL
7°, 83%, 55%
CMYK
0, 71, 80, 8
Luminance
0.2200
Every format
| HEX | #eb442f |
| RGB | rgb(235, 68, 47) |
| HSL | hsl(7, 83%, 55%) |
| CMYK | cmyk(0%, 71%, 80%, 8%) |
| LAB | lab(54.0 62.7 49.1) |
| LCH | lch(54.0 79.7 38.1) |
| OKLCH | oklch(0.628 0.207 30.7) |
Copy-ready code
/* CSS */
color: #eb442f;
background-color: #eb442f;
/* Tailwind (arbitrary) */
class="text-[#eb442f] bg-[#eb442f]"
/* SCSS */
$brand: #eb442f;
/* SwiftUI */
Color(red: 0.922, green: 0.267, blue: 0.184)
/* Android */
Color.parseColor("#eb442f")Accessibility — WCAG contrast
Aa
#eb442f on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb442f on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green26.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow80.0%
Key (black)7.8%
Color previews
#eb442f text on a black background
contrast 5.40:1
Card sample
#eb442f text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb442f;
Background color
Panel with #eb442f background
background-color: #eb442f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb442f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 68, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 68, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb442f; background: linear-gradient(135deg, #eb442f, #EBC12F);