#eb7713
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 119, 19
HSL
28°, 85%, 50%
CMYK
0, 49, 92, 8
Luminance
0.3090
Every format
| HEX | #eb7713 |
| RGB | rgb(235, 119, 19) |
| HSL | hsl(28, 85%, 50%) |
| CMYK | cmyk(0%, 49%, 92%, 8%) |
| LAB | lab(62.4 39.7 66.5) |
| LCH | lch(62.4 77.4 59.2) |
| OKLCH | oklch(0.691 0.172 52.5) |
Copy-ready code
/* CSS */
color: #eb7713;
background-color: #eb7713;
/* Tailwind (arbitrary) */
class="text-[#eb7713] bg-[#eb7713]"
/* SCSS */
$brand: #eb7713;
/* SwiftUI */
Color(red: 0.922, green: 0.467, blue: 0.075)
/* Android */
Color.parseColor("#eb7713")Accessibility — WCAG contrast
Aa
#eb7713 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7713 on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow91.9%
Key (black)7.8%
Color previews
#eb7713 text on a black background
contrast 7.18:1
Card sample
#eb7713 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7713;
Background color
Panel with #eb7713 background
background-color: #eb7713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 119, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 119, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7713; background: linear-gradient(135deg, #eb7713, #CFEB13);