#eb7749
a balanced, electric orange · warm · closest name: coral
RGB
235, 119, 73
HSL
17°, 80%, 60%
CMYK
0, 49, 69, 8
Luminance
0.3134
Every format
| HEX | #eb7749 |
| RGB | rgb(235, 119, 73) |
| HSL | hsl(17, 80%, 60%) |
| CMYK | cmyk(0%, 49%, 69%, 8%) |
| LAB | lab(62.8 41.4 45.2) |
| LCH | lch(62.8 61.3 47.5) |
| OKLCH | oklch(0.695 0.156 41.5) |
Copy-ready code
/* CSS */
color: #eb7749;
background-color: #eb7749;
/* Tailwind (arbitrary) */
class="text-[#eb7749] bg-[#eb7749]"
/* SCSS */
$brand: #eb7749;
/* SwiftUI */
Color(red: 0.922, green: 0.467, blue: 0.286)
/* Android */
Color.parseColor("#eb7749")Accessibility — WCAG contrast
Aa
#eb7749 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7749 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow68.9%
Key (black)7.8%
Color previews
#eb7749 text on a black background
contrast 7.27:1
Card sample
#eb7749 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7749;
Background color
Panel with #eb7749 background
background-color: #eb7749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 119, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 119, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7749; background: linear-gradient(135deg, #eb7749, #EBE349);