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