#eb7313
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 115, 19
HSL
27°, 85%, 50%
CMYK
0, 51, 92, 8
Luminance
0.2997
Every format
| HEX | #eb7313 |
| RGB | rgb(235, 115, 19) |
| HSL | hsl(27, 85%, 50%) |
| CMYK | cmyk(0%, 51%, 92%, 8%) |
| LAB | lab(61.6 41.7 65.9) |
| LCH | lch(61.6 78.0 57.7) |
| OKLCH | oklch(0.685 0.174 50.7) |
Copy-ready code
/* CSS */
color: #eb7313;
background-color: #eb7313;
/* Tailwind (arbitrary) */
class="text-[#eb7313] bg-[#eb7313]"
/* SCSS */
$brand: #eb7313;
/* SwiftUI */
Color(red: 0.922, green: 0.451, blue: 0.075)
/* Android */
Color.parseColor("#eb7313")Accessibility — WCAG contrast
Aa
#eb7313 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb7313 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow91.9%
Key (black)7.8%
Color previews
#eb7313 text on a black background
contrast 6.99:1
Card sample
#eb7313 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7313;
Background color
Panel with #eb7313 background
background-color: #eb7313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 115, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 115, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7313; background: linear-gradient(135deg, #eb7313, #D3EB13);