#eb3604
a balanced, electric red · warm · closest name: red
RGB
235, 54, 4
HSL
13°, 97%, 47%
CMYK
0, 77, 98, 8
Luminance
0.2031
Every format
| HEX | #eb3604 |
| RGB | rgb(235, 54, 4) |
| HSL | hsl(13, 97%, 47%) |
| CMYK | cmyk(0%, 77%, 98%, 8%) |
| LAB | lab(52.2 66.5 63.4) |
| LCH | lch(52.2 91.9 43.6) |
| OKLCH | oklch(0.613 0.221 33.5) |
Copy-ready code
/* CSS */
color: #eb3604;
background-color: #eb3604;
/* Tailwind (arbitrary) */
class="text-[#eb3604] bg-[#eb3604]"
/* SCSS */
$brand: #eb3604;
/* SwiftUI */
Color(red: 0.922, green: 0.212, blue: 0.016)
/* Android */
Color.parseColor("#eb3604")Accessibility — WCAG contrast
Aa
#eb3604 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3604 on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green21.2%
Blue1.6%
CMYK percentages
Cyan0.0%
Magenta77.0%
Yellow98.3%
Key (black)7.8%
Color previews
#eb3604 text on a black background
contrast 5.06:1
Card sample
#eb3604 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3604;
Background color
Panel with #eb3604 background
background-color: #eb3604;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3604;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 54, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 54, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3604; background: linear-gradient(135deg, #eb3604, #EBD004);