#eb4a13
a balanced, electric orange · warm · closest name: tomato
RGB
235, 74, 19
HSL
15°, 85%, 50%
CMYK
0, 69, 92, 8
Luminance
0.2261
Every format
| HEX | #eb4a13 |
| RGB | rgb(235, 74, 19) |
| HSL | hsl(15, 85%, 50%) |
| CMYK | cmyk(0%, 69%, 92%, 8%) |
| LAB | lab(54.7 59.9 61.2) |
| LCH | lch(54.7 85.6 45.6) |
| OKLCH | oklch(0.632 0.206 36.5) |
Copy-ready code
/* CSS */
color: #eb4a13;
background-color: #eb4a13;
/* Tailwind (arbitrary) */
class="text-[#eb4a13] bg-[#eb4a13]"
/* SCSS */
$brand: #eb4a13;
/* SwiftUI */
Color(red: 0.922, green: 0.290, blue: 0.075)
/* Android */
Color.parseColor("#eb4a13")Accessibility — WCAG contrast
Aa
#eb4a13 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4a13 on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green29.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta68.5%
Yellow91.9%
Key (black)7.8%
Color previews
#eb4a13 text on a black background
contrast 5.52:1
Card sample
#eb4a13 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4a13;
Background color
Panel with #eb4a13 background
background-color: #eb4a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 74, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 74, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4a13; background: linear-gradient(135deg, #eb4a13, #EBDA13);