#eb5014
a balanced, electric orange · warm · closest name: tomato
RGB
235, 80, 20
HSL
17°, 84%, 50%
CMYK
0, 66, 92, 8
Luminance
0.2345
Every format
| HEX | #eb5014 |
| RGB | rgb(235, 80, 20) |
| HSL | hsl(17, 84%, 50%) |
| CMYK | cmyk(0%, 66%, 92%, 8%) |
| LAB | lab(55.5 57.6 61.5) |
| LCH | lch(55.5 84.2 46.9) |
| OKLCH | oklch(0.638 0.201 38.0) |
Copy-ready code
/* CSS */
color: #eb5014;
background-color: #eb5014;
/* Tailwind (arbitrary) */
class="text-[#eb5014] bg-[#eb5014]"
/* SCSS */
$brand: #eb5014;
/* SwiftUI */
Color(red: 0.922, green: 0.314, blue: 0.078)
/* Android */
Color.parseColor("#eb5014")Accessibility — WCAG contrast
Aa
#eb5014 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5014 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green31.4%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta66.0%
Yellow91.5%
Key (black)7.8%
Color previews
#eb5014 text on a black background
contrast 5.69:1
Card sample
#eb5014 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5014;
Background color
Panel with #eb5014 background
background-color: #eb5014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 80, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 80, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5014; background: linear-gradient(135deg, #eb5014, #EBDF14);