#eb9878
a light, vivid orange · warm · closest name: salmon
RGB
235, 152, 120
HSL
17°, 74%, 70%
CMYK
0, 35, 49, 8
Luminance
0.4147
Every format
| HEX | #eb9878 |
| RGB | rgb(235, 152, 120) |
| HSL | hsl(17, 74%, 70%) |
| CMYK | cmyk(0%, 35%, 49%, 8%) |
| LAB | lab(70.5 27.7 29.7) |
| LCH | lch(70.5 40.6 47.0) |
| OKLCH | oklch(0.756 0.110 41.8) |
Copy-ready code
/* CSS */
color: #eb9878;
background-color: #eb9878;
/* Tailwind (arbitrary) */
class="text-[#eb9878] bg-[#eb9878]"
/* SCSS */
$brand: #eb9878;
/* SwiftUI */
Color(red: 0.922, green: 0.596, blue: 0.471)
/* Android */
Color.parseColor("#eb9878")Accessibility — WCAG contrast
Aa
#eb9878 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9878 on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.6%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow48.9%
Key (black)7.8%
Color previews
#eb9878 text on a black background
contrast 9.29:1
Card sample
#eb9878 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9878;
Background color
Panel with #eb9878 background
background-color: #eb9878;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9878;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 152, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 152, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9878; background: linear-gradient(135deg, #eb9878, #EBE578);