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