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