#eb711f
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 113, 31
HSL
24°, 84%, 52%
CMYK
0, 52, 87, 8
Luminance
0.2957
Every format
| HEX | #eb711f |
| RGB | rgb(235, 113, 31) |
| HSL | hsl(24, 84%, 52%) |
| CMYK | cmyk(0%, 52%, 87%, 8%) |
| LAB | lab(61.3 42.9 62.2) |
| LCH | lch(61.3 75.6 55.4) |
| OKLCH | oklch(0.682 0.173 48.4) |
Copy-ready code
/* CSS */
color: #eb711f;
background-color: #eb711f;
/* Tailwind (arbitrary) */
class="text-[#eb711f] bg-[#eb711f]"
/* SCSS */
$brand: #eb711f;
/* SwiftUI */
Color(red: 0.922, green: 0.443, blue: 0.122)
/* Android */
Color.parseColor("#eb711f")Accessibility — WCAG contrast
Aa
#eb711f on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb711f on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green44.3%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow86.8%
Key (black)7.8%
Color previews
#eb711f text on a black background
contrast 6.91:1
Card sample
#eb711f text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb711f;
Background color
Panel with #eb711f background
background-color: #eb711f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb711f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 113, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 113, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb711f; background: linear-gradient(135deg, #eb711f, #DDEB1F);