#eb560f
a balanced, electric orange · warm · closest name: tomato
RGB
235, 86, 15
HSL
19°, 88%, 49%
CMYK
0, 63, 94, 8
Luminance
0.2435
Every format
| HEX | #eb560f |
| RGB | rgb(235, 86, 15) |
| HSL | hsl(19, 88%, 49%) |
| CMYK | cmyk(0%, 63%, 94%, 8%) |
| LAB | lab(56.4 55.0 63.4) |
| LCH | lch(56.4 83.9 49.0) |
| OKLCH | oklch(0.645 0.197 40.2) |
Copy-ready code
/* CSS */
color: #eb560f;
background-color: #eb560f;
/* Tailwind (arbitrary) */
class="text-[#eb560f] bg-[#eb560f]"
/* SCSS */
$brand: #eb560f;
/* SwiftUI */
Color(red: 0.922, green: 0.337, blue: 0.059)
/* Android */
Color.parseColor("#eb560f")Accessibility — WCAG contrast
Aa
#eb560f on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb560f on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green33.7%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow93.6%
Key (black)7.8%
Color previews
#eb560f text on a black background
contrast 5.87:1
Card sample
#eb560f text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb560f;
Background color
Panel with #eb560f background
background-color: #eb560f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb560f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 86, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 86, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb560f; background: linear-gradient(135deg, #eb560f, #EBE90F);