#eb7d39
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 125, 57
HSL
23°, 82%, 57%
CMYK
0, 47, 76, 8
Luminance
0.3262
Every format
| HEX | #eb7d39 |
| RGB | rgb(235, 125, 57) |
| HSL | hsl(23, 82%, 57%) |
| CMYK | cmyk(0%, 47%, 76%, 8%) |
| LAB | lab(63.9 37.6 54.1) |
| LCH | lch(63.9 65.9 55.2) |
| OKLCH | oklch(0.703 0.157 49.2) |
Copy-ready code
/* CSS */
color: #eb7d39;
background-color: #eb7d39;
/* Tailwind (arbitrary) */
class="text-[#eb7d39] bg-[#eb7d39]"
/* SCSS */
$brand: #eb7d39;
/* SwiftUI */
Color(red: 0.922, green: 0.490, blue: 0.224)
/* Android */
Color.parseColor("#eb7d39")Accessibility — WCAG contrast
Aa
#eb7d39 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7d39 on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green49.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta46.8%
Yellow75.7%
Key (black)7.8%
Color previews
#eb7d39 text on a black background
contrast 7.52:1
Card sample
#eb7d39 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7d39;
Background color
Panel with #eb7d39 background
background-color: #eb7d39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7d39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 125, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 125, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7d39; background: linear-gradient(135deg, #eb7d39, #E2EB39);