#eb9687
a light, vivid red · warm · closest name: salmon
RGB
235, 150, 135
HSL
9°, 71%, 73%
CMYK
0, 36, 43, 8
Luminance
0.4122
Every format
| HEX | #eb9687 |
| RGB | rgb(235, 150, 135) |
| HSL | hsl(9, 71%, 73%) |
| CMYK | cmyk(0%, 36%, 43%, 8%) |
| LAB | lab(70.3 30.3 21.3) |
| LCH | lch(70.3 37.0 35.1) |
| OKLCH | oklch(0.756 0.106 30.6) |
Copy-ready code
/* CSS */
color: #eb9687;
background-color: #eb9687;
/* Tailwind (arbitrary) */
class="text-[#eb9687] bg-[#eb9687]"
/* SCSS */
$brand: #eb9687;
/* SwiftUI */
Color(red: 0.922, green: 0.588, blue: 0.529)
/* Android */
Color.parseColor("#eb9687")Accessibility — WCAG contrast
Aa
#eb9687 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9687 on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green58.8%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow42.6%
Key (black)7.8%
Color previews
#eb9687 text on a black background
contrast 9.24:1
Card sample
#eb9687 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9687;
Background color
Panel with #eb9687 background
background-color: #eb9687;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9687;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 150, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 150, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9687; background: linear-gradient(135deg, #eb9687, #EBD987);