#eb562f
a balanced, electric red · warm · closest name: tomato
RGB
235, 86, 47
HSL
12°, 83%, 55%
CMYK
0, 63, 80, 8
Luminance
0.2452
Every format
| HEX | #eb562f |
| RGB | rgb(235, 86, 47) |
| HSL | hsl(12, 83%, 55%) |
| CMYK | cmyk(0%, 63%, 80%, 8%) |
| LAB | lab(56.6 55.7 51.6) |
| LCH | lch(56.6 76.0 42.8) |
| OKLCH | oklch(0.647 0.192 35.4) |
Copy-ready code
/* CSS */
color: #eb562f;
background-color: #eb562f;
/* Tailwind (arbitrary) */
class="text-[#eb562f] bg-[#eb562f]"
/* SCSS */
$brand: #eb562f;
/* SwiftUI */
Color(red: 0.922, green: 0.337, blue: 0.184)
/* Android */
Color.parseColor("#eb562f")Accessibility — WCAG contrast
Aa
#eb562f on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb562f on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green33.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow80.0%
Key (black)7.8%
Color previews
#eb562f text on a black background
contrast 5.90:1
Card sample
#eb562f text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb562f;
Background color
Panel with #eb562f background
background-color: #eb562f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb562f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 86, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 86, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb562f; background: linear-gradient(135deg, #eb562f, #EBD32F);