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