#eb7821
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 120, 33
HSL
26°, 84%, 53%
CMYK
0, 49, 86, 8
Luminance
0.3120
Every format
| HEX | #eb7821 |
| RGB | rgb(235, 120, 33) |
| HSL | hsl(26, 84%, 53%) |
| CMYK | cmyk(0%, 49%, 86%, 8%) |
| LAB | lab(62.7 39.4 62.7) |
| LCH | lch(62.7 74.0 57.8) |
| OKLCH | oklch(0.693 0.168 51.4) |
Copy-ready code
/* CSS */
color: #eb7821;
background-color: #eb7821;
/* Tailwind (arbitrary) */
class="text-[#eb7821] bg-[#eb7821]"
/* SCSS */
$brand: #eb7821;
/* SwiftUI */
Color(red: 0.922, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#eb7821")Accessibility — WCAG contrast
Aa
#eb7821 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7821 on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.9%
Yellow86.0%
Key (black)7.8%
Color previews
#eb7821 text on a black background
contrast 7.24:1
Card sample
#eb7821 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7821;
Background color
Panel with #eb7821 background
background-color: #eb7821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7821; background: linear-gradient(135deg, #eb7821, #D7EB21);