#eb9781
a light, vivid red · warm · closest name: salmon
RGB
235, 151, 129
HSL
13°, 73%, 71%
CMYK
0, 36, 45, 8
Luminance
0.4138
Every format
| HEX | #eb9781 |
| RGB | rgb(235, 151, 129) |
| HSL | hsl(13, 73%, 71%) |
| CMYK | cmyk(0%, 36%, 45%, 8%) |
| LAB | lab(70.4 29.1 24.7) |
| LCH | lch(70.4 38.2 40.3) |
| OKLCH | oklch(0.756 0.107 35.4) |
Copy-ready code
/* CSS */
color: #eb9781;
background-color: #eb9781;
/* Tailwind (arbitrary) */
class="text-[#eb9781] bg-[#eb9781]"
/* SCSS */
$brand: #eb9781;
/* SwiftUI */
Color(red: 0.922, green: 0.592, blue: 0.506)
/* Android */
Color.parseColor("#eb9781")Accessibility — WCAG contrast
Aa
#eb9781 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9781 on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.2%
Blue50.6%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow45.1%
Key (black)7.8%
Color previews
#eb9781 text on a black background
contrast 9.28:1
Card sample
#eb9781 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9781;
Background color
Panel with #eb9781 background
background-color: #eb9781;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9781;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 151, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 151, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9781; background: linear-gradient(135deg, #eb9781, #EBDE81);