#eb8721
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 135, 33
HSL
30°, 84%, 53%
CMYK
0, 43, 86, 8
Luminance
0.3510
Every format
| HEX | #eb8721 |
| RGB | rgb(235, 135, 33) |
| HSL | hsl(30, 84%, 53%) |
| CMYK | cmyk(0%, 43%, 86%, 8%) |
| LAB | lab(65.8 31.7 65.2) |
| LCH | lch(65.8 72.5 64.1) |
| OKLCH | oklch(0.717 0.160 59.1) |
Copy-ready code
/* CSS */
color: #eb8721;
background-color: #eb8721;
/* Tailwind (arbitrary) */
class="text-[#eb8721] bg-[#eb8721]"
/* SCSS */
$brand: #eb8721;
/* SwiftUI */
Color(red: 0.922, green: 0.529, blue: 0.129)
/* Android */
Color.parseColor("#eb8721")Accessibility — WCAG contrast
Aa
#eb8721 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8721 on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green52.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow86.0%
Key (black)7.8%
Color previews
#eb8721 text on a black background
contrast 8.02:1
Card sample
#eb8721 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8721;
Background color
Panel with #eb8721 background
background-color: #eb8721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 135, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 135, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8721; background: linear-gradient(135deg, #eb8721, #C8EB21);