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