#eb710d
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 113, 13
HSL
27°, 90%, 49%
CMYK
0, 52, 95, 8
Luminance
0.2950
Every format
| HEX | #eb710d |
| RGB | rgb(235, 113, 13) |
| HSL | hsl(27, 90%, 49%) |
| CMYK | cmyk(0%, 52%, 95%, 8%) |
| LAB | lab(61.2 42.6 66.9) |
| LCH | lch(61.2 79.3 57.5) |
| OKLCH | oklch(0.682 0.176 50.3) |
Copy-ready code
/* CSS */
color: #eb710d;
background-color: #eb710d;
/* Tailwind (arbitrary) */
class="text-[#eb710d] bg-[#eb710d]"
/* SCSS */
$brand: #eb710d;
/* SwiftUI */
Color(red: 0.922, green: 0.443, blue: 0.051)
/* Android */
Color.parseColor("#eb710d")Accessibility — WCAG contrast
Aa
#eb710d on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb710d on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green44.3%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow94.5%
Key (black)7.8%
Color previews
#eb710d text on a black background
contrast 6.90:1
Card sample
#eb710d text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb710d;
Background color
Panel with #eb710d background
background-color: #eb710d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb710d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 113, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 113, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb710d; background: linear-gradient(135deg, #eb710d, #D1EB0D);