#eb8548
a balanced, electric orange · warm · closest name: coral
RGB
235, 133, 72
HSL
23°, 80%, 60%
CMYK
0, 43, 69, 8
Luminance
0.3491
Every format
| HEX | #eb8548 |
| RGB | rgb(235, 133, 72) |
| HSL | hsl(23, 80%, 60%) |
| CMYK | cmyk(0%, 43%, 69%, 8%) |
| LAB | lab(65.7 34.2 48.9) |
| LCH | lch(65.7 59.7 55.1) |
| OKLCH | oklch(0.717 0.146 49.6) |
Copy-ready code
/* CSS */
color: #eb8548;
background-color: #eb8548;
/* Tailwind (arbitrary) */
class="text-[#eb8548] bg-[#eb8548]"
/* SCSS */
$brand: #eb8548;
/* SwiftUI */
Color(red: 0.922, green: 0.522, blue: 0.282)
/* Android */
Color.parseColor("#eb8548")Accessibility — WCAG contrast
Aa
#eb8548 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8548 on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green52.2%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow69.4%
Key (black)7.8%
Color previews
#eb8548 text on a black background
contrast 7.98:1
Card sample
#eb8548 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8548;
Background color
Panel with #eb8548 background
background-color: #eb8548;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8548;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 133, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 133, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8548; background: linear-gradient(135deg, #eb8548, #E4EB48);