#eb712b
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 113, 43
HSL
22°, 83%, 55%
CMYK
0, 52, 82, 8
Luminance
0.2965
Every format
| HEX | #eb712b |
| RGB | rgb(235, 113, 43) |
| HSL | hsl(22, 83%, 55%) |
| CMYK | cmyk(0%, 52%, 82%, 8%) |
| LAB | lab(61.4 43.2 57.8) |
| LCH | lch(61.4 72.1 53.3) |
| OKLCH | oklch(0.683 0.170 46.4) |
Copy-ready code
/* CSS */
color: #eb712b;
background-color: #eb712b;
/* Tailwind (arbitrary) */
class="text-[#eb712b] bg-[#eb712b]"
/* SCSS */
$brand: #eb712b;
/* SwiftUI */
Color(red: 0.922, green: 0.443, blue: 0.169)
/* Android */
Color.parseColor("#eb712b")Accessibility — WCAG contrast
Aa
#eb712b on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb712b on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green44.3%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow81.7%
Key (black)7.8%
Color previews
#eb712b text on a black background
contrast 6.93:1
Card sample
#eb712b text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb712b;
Background color
Panel with #eb712b background
background-color: #eb712b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb712b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 113, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 113, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb712b; background: linear-gradient(135deg, #eb712b, #E5EB2B);