#eb7204
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 114, 4
HSL
29°, 97%, 47%
CMYK
0, 52, 98, 8
Luminance
0.2971
Every format
| HEX | #eb7204 |
| RGB | rgb(235, 114, 4) |
| HSL | hsl(29, 97%, 47%) |
| CMYK | cmyk(0%, 52%, 98%, 8%) |
| LAB | lab(61.4 42.0 68.5) |
| LCH | lch(61.4 80.4 58.5) |
| OKLCH | oklch(0.683 0.176 51.2) |
Copy-ready code
/* CSS */
color: #eb7204;
background-color: #eb7204;
/* Tailwind (arbitrary) */
class="text-[#eb7204] bg-[#eb7204]"
/* SCSS */
$brand: #eb7204;
/* SwiftUI */
Color(red: 0.922, green: 0.447, blue: 0.016)
/* Android */
Color.parseColor("#eb7204")Accessibility — WCAG contrast
Aa
#eb7204 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb7204 on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green44.7%
Blue1.6%
CMYK percentages
Cyan0.0%
Magenta51.5%
Yellow98.3%
Key (black)7.8%
Color previews
#eb7204 text on a black background
contrast 6.94:1
Card sample
#eb7204 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7204;
Background color
Panel with #eb7204 background
background-color: #eb7204;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7204;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 114, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 114, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7204; background: linear-gradient(135deg, #eb7204, #CAEB04);