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