#eb9178
a light, vivid red · warm · closest name: salmon
RGB
235, 145, 120
HSL
13°, 74%, 70%
CMYK
0, 38, 49, 8
Luminance
0.3927
Every format
| HEX | #eb9178 |
| RGB | rgb(235, 145, 120) |
| HSL | hsl(13, 74%, 70%) |
| CMYK | cmyk(0%, 38%, 49%, 8%) |
| LAB | lab(69.0 31.4 27.6) |
| LCH | lch(69.0 41.8 41.4) |
| OKLCH | oklch(0.744 0.116 36.3) |
Copy-ready code
/* CSS */
color: #eb9178;
background-color: #eb9178;
/* Tailwind (arbitrary) */
class="text-[#eb9178] bg-[#eb9178]"
/* SCSS */
$brand: #eb9178;
/* SwiftUI */
Color(red: 0.922, green: 0.569, blue: 0.471)
/* Android */
Color.parseColor("#eb9178")Accessibility — WCAG contrast
Aa
#eb9178 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9178 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.9%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow48.9%
Key (black)7.8%
Color previews
#eb9178 text on a black background
contrast 8.85:1
Card sample
#eb9178 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9178;
Background color
Panel with #eb9178 background
background-color: #eb9178;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9178;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 145, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 145, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9178; background: linear-gradient(135deg, #eb9178, #EBDE78);