#eb7e49
a balanced, electric orange · warm · closest name: coral
RGB
235, 126, 73
HSL
20°, 80%, 60%
CMYK
0, 46, 69, 8
Luminance
0.3306
Every format
| HEX | #eb7e49 |
| RGB | rgb(235, 126, 73) |
| HSL | hsl(20, 80%, 60%) |
| CMYK | cmyk(0%, 46%, 69%, 8%) |
| LAB | lab(64.2 37.9 46.8) |
| LCH | lch(64.2 60.2 51.0) |
| OKLCH | oklch(0.706 0.150 45.2) |
Copy-ready code
/* CSS */
color: #eb7e49;
background-color: #eb7e49;
/* Tailwind (arbitrary) */
class="text-[#eb7e49] bg-[#eb7e49]"
/* SCSS */
$brand: #eb7e49;
/* SwiftUI */
Color(red: 0.922, green: 0.494, blue: 0.286)
/* Android */
Color.parseColor("#eb7e49")Accessibility — WCAG contrast
Aa
#eb7e49 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7e49 on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green49.4%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow68.9%
Key (black)7.8%
Color previews
#eb7e49 text on a black background
contrast 7.61:1
Card sample
#eb7e49 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7e49;
Background color
Panel with #eb7e49 background
background-color: #eb7e49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7e49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 126, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 126, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7e49; background: linear-gradient(135deg, #eb7e49, #EBEA49);