#eb4604
a balanced, electric orange · warm · closest name: red
RGB
235, 70, 4
HSL
17°, 97%, 47%
CMYK
0, 70, 98, 8
Luminance
0.2205
Every format
| HEX | #eb4604 |
| RGB | rgb(235, 70, 4) |
| HSL | hsl(17, 97%, 47%) |
| CMYK | cmyk(0%, 70%, 98%, 8%) |
| LAB | lab(54.1 61.3 64.4) |
| LCH | lch(54.1 88.9 46.4) |
| OKLCH | oklch(0.627 0.210 36.7) |
Copy-ready code
/* CSS */
color: #eb4604;
background-color: #eb4604;
/* Tailwind (arbitrary) */
class="text-[#eb4604] bg-[#eb4604]"
/* SCSS */
$brand: #eb4604;
/* SwiftUI */
Color(red: 0.922, green: 0.275, blue: 0.016)
/* Android */
Color.parseColor("#eb4604")Accessibility — WCAG contrast
Aa
#eb4604 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4604 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.5%
Blue1.6%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow98.3%
Key (black)7.8%
Color previews
#eb4604 text on a black background
contrast 5.41:1
Card sample
#eb4604 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4604;
Background color
Panel with #eb4604 background
background-color: #eb4604;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4604;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 70, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 70, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4604; background: linear-gradient(135deg, #eb4604, #EBE004);