#eb3124
a balanced, electric red · warm · closest name: tomato
RGB
235, 49, 36
HSL
4°, 83%, 53%
CMYK
0, 79, 85, 8
Luminance
0.1999
Every format
| HEX | #eb3124 |
| RGB | rgb(235, 49, 36) |
| HSL | hsl(4, 83%, 53%) |
| CMYK | cmyk(0%, 79%, 85%, 8%) |
| LAB | lab(51.8 68.3 52.5) |
| LCH | lch(51.8 86.2 37.5) |
| OKLCH | oklch(0.611 0.222 29.3) |
Copy-ready code
/* CSS */
color: #eb3124;
background-color: #eb3124;
/* Tailwind (arbitrary) */
class="text-[#eb3124] bg-[#eb3124]"
/* SCSS */
$brand: #eb3124;
/* SwiftUI */
Color(red: 0.922, green: 0.192, blue: 0.141)
/* Android */
Color.parseColor("#eb3124")Accessibility — WCAG contrast
Aa
#eb3124 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3124 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green19.2%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta79.1%
Yellow84.7%
Key (black)7.8%
Color previews
#eb3124 text on a black background
contrast 5.00:1
Card sample
#eb3124 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3124;
Background color
Panel with #eb3124 background
background-color: #eb3124;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3124;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 49, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 49, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3124; background: linear-gradient(135deg, #eb3124, #EBB624);