#eb6313
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 99, 19
HSL
22°, 85%, 50%
CMYK
0, 58, 92, 8
Luminance
0.2663
Every format
| HEX | #eb6313 |
| RGB | rgb(235, 99, 19) |
| HSL | hsl(22, 85%, 50%) |
| CMYK | cmyk(0%, 58%, 92%, 8%) |
| LAB | lab(58.6 49.3 63.8) |
| LCH | lch(58.6 80.7 52.3) |
| OKLCH | oklch(0.662 0.186 44.1) |
Copy-ready code
/* CSS */
color: #eb6313;
background-color: #eb6313;
/* Tailwind (arbitrary) */
class="text-[#eb6313] bg-[#eb6313]"
/* SCSS */
$brand: #eb6313;
/* SwiftUI */
Color(red: 0.922, green: 0.388, blue: 0.075)
/* Android */
Color.parseColor("#eb6313")Accessibility — WCAG contrast
Aa
#eb6313 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6313 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow91.9%
Key (black)7.8%
Color previews
#eb6313 text on a black background
contrast 6.33:1
Card sample
#eb6313 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6313;
Background color
Panel with #eb6313 background
background-color: #eb6313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 99, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 99, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6313; background: linear-gradient(135deg, #eb6313, #E3EB13);