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