#eb7a8a
a light, vivid red · warm · closest name: salmon
RGB
235, 122, 138
HSL
352°, 74%, 70%
CMYK
0, 48, 41, 8
Luminance
0.3342
Every format
| HEX | #eb7a8a |
| RGB | rgb(235, 122, 138) |
| HSL | hsl(352, 74%, 70%) |
| CMYK | cmyk(0%, 48%, 41%, 8%) |
| LAB | lab(64.5 45.0 11.5) |
| LCH | lch(64.5 46.5 14.3) |
| OKLCH | oklch(0.711 0.140 12.3) |
Copy-ready code
/* CSS */
color: #eb7a8a;
background-color: #eb7a8a;
/* Tailwind (arbitrary) */
class="text-[#eb7a8a] bg-[#eb7a8a]"
/* SCSS */
$brand: #eb7a8a;
/* SwiftUI */
Color(red: 0.922, green: 0.478, blue: 0.541)
/* Android */
Color.parseColor("#eb7a8a")Accessibility — WCAG contrast
Aa
#eb7a8a on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7a8a on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.8%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta48.1%
Yellow41.3%
Key (black)7.8%
Color previews
#eb7a8a text on a black background
contrast 7.68:1
Card sample
#eb7a8a text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7a8a;
Background color
Panel with #eb7a8a background
background-color: #eb7a8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7a8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 122, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 122, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7a8a; background: linear-gradient(135deg, #eb7a8a, #EBB57A);