#eb5421
a balanced, electric orange · warm · closest name: tomato
RGB
235, 84, 33
HSL
15°, 84%, 53%
CMYK
0, 64, 86, 8
Luminance
0.2411
Every format
| HEX | #eb5421 |
| RGB | rgb(235, 84, 33) |
| HSL | hsl(15, 84%, 53%) |
| CMYK | cmyk(0%, 64%, 86%, 8%) |
| LAB | lab(56.2 56.2 57.4) |
| LCH | lch(56.2 80.3 45.6) |
| OKLCH | oklch(0.644 0.196 37.4) |
Copy-ready code
/* CSS */
color: #eb5421;
background-color: #eb5421;
/* Tailwind (arbitrary) */
class="text-[#eb5421] bg-[#eb5421]"
/* SCSS */
$brand: #eb5421;
/* SwiftUI */
Color(red: 0.922, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#eb5421")Accessibility — WCAG contrast
Aa
#eb5421 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5421 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green32.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow86.0%
Key (black)7.8%
Color previews
#eb5421 text on a black background
contrast 5.82:1
Card sample
#eb5421 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5421;
Background color
Panel with #eb5421 background
background-color: #eb5421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5421; background: linear-gradient(135deg, #eb5421, #EBDA21);