#eb5402
a balanced, electric orange · warm · closest name: tomato
RGB
235, 84, 2
HSL
21°, 98%, 47%
CMYK
0, 64, 99, 8
Luminance
0.2401
Every format
| HEX | #eb5402 |
| RGB | rgb(235, 84, 2) |
| HSL | hsl(21, 98%, 47%) |
| CMYK | cmyk(0%, 64%, 99%, 8%) |
| LAB | lab(56.1 55.8 65.8) |
| LCH | lch(56.1 86.3 49.7) |
| OKLCH | oklch(0.643 0.199 40.4) |
Copy-ready code
/* CSS */
color: #eb5402;
background-color: #eb5402;
/* Tailwind (arbitrary) */
class="text-[#eb5402] bg-[#eb5402]"
/* SCSS */
$brand: #eb5402;
/* SwiftUI */
Color(red: 0.922, green: 0.329, blue: 0.008)
/* Android */
Color.parseColor("#eb5402")Accessibility — WCAG contrast
Aa
#eb5402 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5402 on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green32.9%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow99.1%
Key (black)7.8%
Color previews
#eb5402 text on a black background
contrast 5.80:1
Card sample
#eb5402 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5402;
Background color
Panel with #eb5402 background
background-color: #eb5402;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5402;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 84, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 84, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5402; background: linear-gradient(135deg, #eb5402, #E7EB02);