#eb4402
a balanced, electric orange · warm · closest name: red
RGB
235, 68, 2
HSL
17°, 98%, 47%
CMYK
0, 71, 99, 8
Luminance
0.2180
Every format
| HEX | #eb4402 |
| RGB | rgb(235, 68, 2) |
| HSL | hsl(17, 98%, 47%) |
| CMYK | cmyk(0%, 71%, 99%, 8%) |
| LAB | lab(53.8 62.0 64.7) |
| LCH | lch(53.8 89.6 46.2) |
| OKLCH | oklch(0.625 0.212 36.4) |
Copy-ready code
/* CSS */
color: #eb4402;
background-color: #eb4402;
/* Tailwind (arbitrary) */
class="text-[#eb4402] bg-[#eb4402]"
/* SCSS */
$brand: #eb4402;
/* SwiftUI */
Color(red: 0.922, green: 0.267, blue: 0.008)
/* Android */
Color.parseColor("#eb4402")Accessibility — WCAG contrast
Aa
#eb4402 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4402 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green26.7%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow99.1%
Key (black)7.8%
Color previews
#eb4402 text on a black background
contrast 5.36:1
Card sample
#eb4402 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4402;
Background color
Panel with #eb4402 background
background-color: #eb4402;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4402;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 68, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 68, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4402; background: linear-gradient(135deg, #eb4402, #EBDF02);