#eb7a13
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 122, 19
HSL
29°, 85%, 50%
CMYK
0, 48, 92, 8
Luminance
0.3163
Every format
| HEX | #eb7a13 |
| RGB | rgb(235, 122, 19) |
| HSL | hsl(29, 85%, 50%) |
| CMYK | cmyk(0%, 48%, 92%, 8%) |
| LAB | lab(63.0 38.2 66.9) |
| LCH | lch(63.0 77.0 60.3) |
| OKLCH | oklch(0.696 0.170 53.9) |
Copy-ready code
/* CSS */
color: #eb7a13;
background-color: #eb7a13;
/* Tailwind (arbitrary) */
class="text-[#eb7a13] bg-[#eb7a13]"
/* SCSS */
$brand: #eb7a13;
/* SwiftUI */
Color(red: 0.922, green: 0.478, blue: 0.075)
/* Android */
Color.parseColor("#eb7a13")Accessibility — WCAG contrast
Aa
#eb7a13 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7a13 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta48.1%
Yellow91.9%
Key (black)7.8%
Color previews
#eb7a13 text on a black background
contrast 7.33:1
Card sample
#eb7a13 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7a13;
Background color
Panel with #eb7a13 background
background-color: #eb7a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 122, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 122, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7a13; background: linear-gradient(135deg, #eb7a13, #CCEB13);