#eb7803
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 120, 3
HSL
30°, 98%, 47%
CMYK
0, 49, 99, 8
Luminance
0.3110
Every format
| HEX | #eb7803 |
| RGB | rgb(235, 120, 3) |
| HSL | hsl(30, 98%, 47%) |
| CMYK | cmyk(0%, 49%, 99%, 8%) |
| LAB | lab(62.6 39.0 69.4) |
| LCH | lch(62.6 79.6 60.7) |
| OKLCH | oklch(0.692 0.173 54.0) |
Copy-ready code
/* CSS */
color: #eb7803;
background-color: #eb7803;
/* Tailwind (arbitrary) */
class="text-[#eb7803] bg-[#eb7803]"
/* SCSS */
$brand: #eb7803;
/* SwiftUI */
Color(red: 0.922, green: 0.471, blue: 0.012)
/* Android */
Color.parseColor("#eb7803")Accessibility — WCAG contrast
Aa
#eb7803 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7803 on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.1%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta48.9%
Yellow98.7%
Key (black)7.8%
Color previews
#eb7803 text on a black background
contrast 7.22:1
Card sample
#eb7803 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7803;
Background color
Panel with #eb7803 background
background-color: #eb7803;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7803;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 120, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 120, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7803; background: linear-gradient(135deg, #eb7803, #C3EB03);