#eb8763
a light, electric orange · warm · closest name: salmon
RGB
235, 135, 99
HSL
16°, 77%, 66%
CMYK
0, 43, 58, 8
Luminance
0.3589
Every format
| HEX | #eb8763 |
| RGB | rgb(235, 135, 99) |
| HSL | hsl(16, 77%, 66%) |
| CMYK | cmyk(0%, 43%, 58%, 8%) |
| LAB | lab(66.4 34.9 35.8) |
| LCH | lch(66.4 50.0 45.8) |
| OKLCH | oklch(0.724 0.133 40.4) |
Copy-ready code
/* CSS */
color: #eb8763;
background-color: #eb8763;
/* Tailwind (arbitrary) */
class="text-[#eb8763] bg-[#eb8763]"
/* SCSS */
$brand: #eb8763;
/* SwiftUI */
Color(red: 0.922, green: 0.529, blue: 0.388)
/* Android */
Color.parseColor("#eb8763")Accessibility — WCAG contrast
Aa
#eb8763 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8763 on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green52.9%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow57.9%
Key (black)7.8%
Color previews
#eb8763 text on a black background
contrast 8.18:1
Card sample
#eb8763 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8763;
Background color
Panel with #eb8763 background
background-color: #eb8763;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8763;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 135, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 135, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8763; background: linear-gradient(135deg, #eb8763, #EBE263);