#eb4a2c
a balanced, electric red · warm · closest name: tomato
RGB
235, 74, 44
HSL
9°, 83%, 55%
CMYK
0, 69, 81, 8
Luminance
0.2274
Every format
| HEX | #eb4a2c |
| RGB | rgb(235, 74, 44) |
| HSL | hsl(9, 83%, 55%) |
| CMYK | cmyk(0%, 69%, 81%, 8%) |
| LAB | lab(54.8 60.4 51.4) |
| LCH | lch(54.8 79.3 40.4) |
| OKLCH | oklch(0.633 0.202 32.7) |
Copy-ready code
/* CSS */
color: #eb4a2c;
background-color: #eb4a2c;
/* Tailwind (arbitrary) */
class="text-[#eb4a2c] bg-[#eb4a2c]"
/* SCSS */
$brand: #eb4a2c;
/* SwiftUI */
Color(red: 0.922, green: 0.290, blue: 0.173)
/* Android */
Color.parseColor("#eb4a2c")Accessibility — WCAG contrast
Aa
#eb4a2c on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4a2c on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green29.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta68.5%
Yellow81.3%
Key (black)7.8%
Color previews
#eb4a2c text on a black background
contrast 5.55:1
Card sample
#eb4a2c text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4a2c;
Background color
Panel with #eb4a2c background
background-color: #eb4a2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4a2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 74, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 74, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4a2c; background: linear-gradient(135deg, #eb4a2c, #EBC92C);