#eb622f
a balanced, electric orange · warm · closest name: tomato
RGB
235, 98, 47
HSL
16°, 83%, 55%
CMYK
0, 58, 80, 8
Luminance
0.2660
Every format
| HEX | #eb622f |
| RGB | rgb(235, 98, 47) |
| HSL | hsl(16, 83%, 55%) |
| CMYK | cmyk(0%, 58%, 80%, 8%) |
| LAB | lab(58.6 50.4 53.5) |
| LCH | lch(58.6 73.5 46.7) |
| OKLCH | oklch(0.662 0.181 39.5) |
Copy-ready code
/* CSS */
color: #eb622f;
background-color: #eb622f;
/* Tailwind (arbitrary) */
class="text-[#eb622f] bg-[#eb622f]"
/* SCSS */
$brand: #eb622f;
/* SwiftUI */
Color(red: 0.922, green: 0.384, blue: 0.184)
/* Android */
Color.parseColor("#eb622f")Accessibility — WCAG contrast
Aa
#eb622f on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb622f on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow80.0%
Key (black)7.8%
Color previews
#eb622f text on a black background
contrast 6.32:1
Card sample
#eb622f text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb622f;
Background color
Panel with #eb622f background
background-color: #eb622f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb622f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 98, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 98, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb622f; background: linear-gradient(135deg, #eb622f, #EBDF2F);