#eba080
a light, vivid orange · warm · closest name: tan
RGB
235, 160, 128
HSL
18°, 73%, 71%
CMYK
0, 32, 46, 8
Luminance
0.4436
Every format
| HEX | #eba080 |
| RGB | rgb(235, 160, 128) |
| HSL | hsl(18, 73%, 71%) |
| CMYK | cmyk(0%, 32%, 46%, 8%) |
| LAB | lab(72.5 24.2 28.0) |
| LCH | lch(72.5 37.0 49.1) |
| OKLCH | oklch(0.772 0.100 43.9) |
Copy-ready code
/* CSS */
color: #eba080;
background-color: #eba080;
/* Tailwind (arbitrary) */
class="text-[#eba080] bg-[#eba080]"
/* SCSS */
$brand: #eba080;
/* SwiftUI */
Color(red: 0.922, green: 0.627, blue: 0.502)
/* Android */
Color.parseColor("#eba080")Accessibility — WCAG contrast
Aa
#eba080 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba080 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green62.7%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow45.5%
Key (black)7.8%
Color previews
#eba080 text on a black background
contrast 9.87:1
Card sample
#eba080 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba080;
Background color
Panel with #eba080 background
background-color: #eba080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 160, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 160, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba080; background: linear-gradient(135deg, #eba080, #EBE780);