#eb8060
a balanced, electric red · warm · closest name: salmon
RGB
235, 128, 96
HSL
14°, 78%, 65%
CMYK
0, 46, 59, 8
Luminance
0.3395
Every format
| HEX | #eb8060 |
| RGB | rgb(235, 128, 96) |
| HSL | hsl(14, 78%, 65%) |
| CMYK | cmyk(0%, 46%, 59%, 8%) |
| LAB | lab(64.9 38.3 35.6) |
| LCH | lch(64.9 52.2 42.9) |
| OKLCH | oklch(0.712 0.140 37.5) |
Copy-ready code
/* CSS */
color: #eb8060;
background-color: #eb8060;
/* Tailwind (arbitrary) */
class="text-[#eb8060] bg-[#eb8060]"
/* SCSS */
$brand: #eb8060;
/* SwiftUI */
Color(red: 0.922, green: 0.502, blue: 0.376)
/* Android */
Color.parseColor("#eb8060")Accessibility — WCAG contrast
Aa
#eb8060 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8060 on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green50.2%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow59.1%
Key (black)7.8%
Color previews
#eb8060 text on a black background
contrast 7.79:1
Card sample
#eb8060 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8060;
Background color
Panel with #eb8060 background
background-color: #eb8060;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8060;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 128, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 128, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8060; background: linear-gradient(135deg, #eb8060, #EBDD60);