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