#eb7987
a light, vivid red · warm · closest name: salmon
RGB
235, 121, 135
HSL
353°, 74%, 70%
CMYK
0, 49, 43, 8
Luminance
0.3309
Every format
| HEX | #eb7987 |
| RGB | rgb(235, 121, 135) |
| HSL | hsl(353, 74%, 70%) |
| CMYK | cmyk(0%, 49%, 43%, 8%) |
| LAB | lab(64.2 45.2 12.8) |
| LCH | lch(64.2 47.0 15.8) |
| OKLCH | oklch(0.709 0.141 13.6) |
Copy-ready code
/* CSS */
color: #eb7987;
background-color: #eb7987;
/* Tailwind (arbitrary) */
class="text-[#eb7987] bg-[#eb7987]"
/* SCSS */
$brand: #eb7987;
/* SwiftUI */
Color(red: 0.922, green: 0.475, blue: 0.529)
/* Android */
Color.parseColor("#eb7987")Accessibility — WCAG contrast
Aa
#eb7987 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7987 on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.5%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta48.5%
Yellow42.6%
Key (black)7.8%
Color previews
#eb7987 text on a black background
contrast 7.62:1
Card sample
#eb7987 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7987;
Background color
Panel with #eb7987 background
background-color: #eb7987;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7987;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 121, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 121, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7987; background: linear-gradient(135deg, #eb7987, #EBB779);