#eb7421
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 116, 33
HSL
25°, 84%, 53%
CMYK
0, 51, 86, 8
Luminance
0.3026
Every format
| HEX | #eb7421 |
| RGB | rgb(235, 116, 33) |
| HSL | hsl(25, 84%, 53%) |
| CMYK | cmyk(0%, 51%, 86%, 8%) |
| LAB | lab(61.9 41.4 62.0) |
| LCH | lch(61.9 74.6 56.3) |
| OKLCH | oklch(0.687 0.171 49.5) |
Copy-ready code
/* CSS */
color: #eb7421;
background-color: #eb7421;
/* Tailwind (arbitrary) */
class="text-[#eb7421] bg-[#eb7421]"
/* SCSS */
$brand: #eb7421;
/* SwiftUI */
Color(red: 0.922, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#eb7421")Accessibility — WCAG contrast
Aa
#eb7421 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7421 on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow86.0%
Key (black)7.8%
Color previews
#eb7421 text on a black background
contrast 7.05:1
Card sample
#eb7421 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7421;
Background color
Panel with #eb7421 background
background-color: #eb7421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7421; background: linear-gradient(135deg, #eb7421, #DBEB21);