#eb7a84
a light, vivid red · warm · closest name: salmon
RGB
235, 122, 132
HSL
355°, 74%, 70%
CMYK
0, 48, 44, 8
Luminance
0.3325
Every format
| HEX | #eb7a84 |
| RGB | rgb(235, 122, 132) |
| HSL | hsl(355, 74%, 70%) |
| CMYK | cmyk(0%, 48%, 44%, 8%) |
| LAB | lab(64.4 44.4 14.7) |
| LCH | lch(64.4 46.8 18.3) |
| OKLCH | oklch(0.710 0.139 15.7) |
Copy-ready code
/* CSS */
color: #eb7a84;
background-color: #eb7a84;
/* Tailwind (arbitrary) */
class="text-[#eb7a84] bg-[#eb7a84]"
/* SCSS */
$brand: #eb7a84;
/* SwiftUI */
Color(red: 0.922, green: 0.478, blue: 0.518)
/* Android */
Color.parseColor("#eb7a84")Accessibility — WCAG contrast
Aa
#eb7a84 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7a84 on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.8%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta48.1%
Yellow43.8%
Key (black)7.8%
Color previews
#eb7a84 text on a black background
contrast 7.65:1
Card sample
#eb7a84 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7a84;
Background color
Panel with #eb7a84 background
background-color: #eb7a84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7a84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 122, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 122, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7a84; background: linear-gradient(135deg, #eb7a84, #EBBB7A);