#eb8713
a balanced, electric orange · warm · closest name: orange
RGB
235, 135, 19
HSL
32°, 85%, 50%
CMYK
0, 43, 92, 8
Luminance
0.3504
Every format
| HEX | #eb8713 |
| RGB | rgb(235, 135, 19) |
| HSL | hsl(32, 85%, 50%) |
| CMYK | cmyk(0%, 43%, 92%, 8%) |
| LAB | lab(65.8 31.5 68.8) |
| LCH | lch(65.8 75.7 65.4) |
| OKLCH | oklch(0.717 0.163 60.5) |
Copy-ready code
/* CSS */
color: #eb8713;
background-color: #eb8713;
/* Tailwind (arbitrary) */
class="text-[#eb8713] bg-[#eb8713]"
/* SCSS */
$brand: #eb8713;
/* SwiftUI */
Color(red: 0.922, green: 0.529, blue: 0.075)
/* Android */
Color.parseColor("#eb8713")Accessibility — WCAG contrast
Aa
#eb8713 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8713 on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green52.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow91.9%
Key (black)7.8%
Color previews
#eb8713 text on a black background
contrast 8.01:1
Card sample
#eb8713 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8713;
Background color
Panel with #eb8713 background
background-color: #eb8713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 135, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 135, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8713; background: linear-gradient(135deg, #eb8713, #BFEB13);