#eb4b29
a balanced, electric red · warm · closest name: tomato
RGB
235, 75, 41
HSL
11°, 83%, 54%
CMYK
0, 68, 83, 8
Luminance
0.2285
Every format
| HEX | #eb4b29 |
| RGB | rgb(235, 75, 41) |
| HSL | hsl(11, 83%, 54%) |
| CMYK | cmyk(0%, 68%, 83%, 8%) |
| LAB | lab(54.9 60.0 52.9) |
| LCH | lch(54.9 80.0 41.4) |
| OKLCH | oklch(0.634 0.202 33.6) |
Copy-ready code
/* CSS */
color: #eb4b29;
background-color: #eb4b29;
/* Tailwind (arbitrary) */
class="text-[#eb4b29] bg-[#eb4b29]"
/* SCSS */
$brand: #eb4b29;
/* SwiftUI */
Color(red: 0.922, green: 0.294, blue: 0.161)
/* Android */
Color.parseColor("#eb4b29")Accessibility — WCAG contrast
Aa
#eb4b29 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4b29 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green29.4%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta68.1%
Yellow82.6%
Key (black)7.8%
Color previews
#eb4b29 text on a black background
contrast 5.57:1
Card sample
#eb4b29 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4b29;
Background color
Panel with #eb4b29 background
background-color: #eb4b29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4b29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 75, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 75, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4b29; background: linear-gradient(135deg, #eb4b29, #EBCC29);