#eb4713
a balanced, electric red · warm · closest name: tomato
RGB
235, 71, 19
HSL
14°, 85%, 50%
CMYK
0, 70, 92, 8
Luminance
0.2222
Every format
| HEX | #eb4713 |
| RGB | rgb(235, 71, 19) |
| HSL | hsl(14, 85%, 50%) |
| CMYK | cmyk(0%, 70%, 92%, 8%) |
| LAB | lab(54.3 61.0 60.9) |
| LCH | lch(54.3 86.2 44.9) |
| OKLCH | oklch(0.629 0.208 35.8) |
Copy-ready code
/* CSS */
color: #eb4713;
background-color: #eb4713;
/* Tailwind (arbitrary) */
class="text-[#eb4713] bg-[#eb4713]"
/* SCSS */
$brand: #eb4713;
/* SwiftUI */
Color(red: 0.922, green: 0.278, blue: 0.075)
/* Android */
Color.parseColor("#eb4713")Accessibility — WCAG contrast
Aa
#eb4713 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4713 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow91.9%
Key (black)7.8%
Color previews
#eb4713 text on a black background
contrast 5.44:1
Card sample
#eb4713 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4713;
Background color
Panel with #eb4713 background
background-color: #eb4713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 71, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 71, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4713; background: linear-gradient(135deg, #eb4713, #EBD713);