#eb7e13
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 126, 19
HSL
30°, 85%, 50%
CMYK
0, 46, 92, 8
Luminance
0.3263
Every format
| HEX | #eb7e13 |
| RGB | rgb(235, 126, 19) |
| HSL | hsl(30, 85%, 50%) |
| CMYK | cmyk(0%, 46%, 92%, 8%) |
| LAB | lab(63.9 36.1 67.5) |
| LCH | lch(63.9 76.5 61.8) |
| OKLCH | oklch(0.702 0.167 55.9) |
Copy-ready code
/* CSS */
color: #eb7e13;
background-color: #eb7e13;
/* Tailwind (arbitrary) */
class="text-[#eb7e13] bg-[#eb7e13]"
/* SCSS */
$brand: #eb7e13;
/* SwiftUI */
Color(red: 0.922, green: 0.494, blue: 0.075)
/* Android */
Color.parseColor("#eb7e13")Accessibility — WCAG contrast
Aa
#eb7e13 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7e13 on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green49.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow91.9%
Key (black)7.8%
Color previews
#eb7e13 text on a black background
contrast 7.53:1
Card sample
#eb7e13 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7e13;
Background color
Panel with #eb7e13 background
background-color: #eb7e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 126, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 126, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7e13; background: linear-gradient(135deg, #eb7e13, #C8EB13);