#eb7249
a balanced, electric orange · warm · closest name: coral
RGB
235, 114, 73
HSL
15°, 80%, 60%
CMYK
0, 52, 69, 8
Luminance
0.3018
Every format
| HEX | #eb7249 |
| RGB | rgb(235, 114, 73) |
| HSL | hsl(15, 80%, 60%) |
| CMYK | cmyk(0%, 52%, 69%, 8%) |
| LAB | lab(61.8 43.9 44.1) |
| LCH | lch(61.8 62.2 45.1) |
| OKLCH | oklch(0.687 0.160 39.0) |
Copy-ready code
/* CSS */
color: #eb7249;
background-color: #eb7249;
/* Tailwind (arbitrary) */
class="text-[#eb7249] bg-[#eb7249]"
/* SCSS */
$brand: #eb7249;
/* SwiftUI */
Color(red: 0.922, green: 0.447, blue: 0.286)
/* Android */
Color.parseColor("#eb7249")Accessibility — WCAG contrast
Aa
#eb7249 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7249 on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green44.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta51.5%
Yellow68.9%
Key (black)7.8%
Color previews
#eb7249 text on a black background
contrast 7.04:1
Card sample
#eb7249 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7249;
Background color
Panel with #eb7249 background
background-color: #eb7249;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7249;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 114, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 114, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7249; background: linear-gradient(135deg, #eb7249, #EBDE49);