#eb7477
a light, vivid red · warm · closest name: salmon
RGB
235, 116, 119
HSL
359°, 75%, 69%
CMYK
0, 51, 49, 8
Luminance
0.3148
Every format
| HEX | #eb7477 |
| RGB | rgb(235, 116, 119) |
| HSL | hsl(359, 75%, 69%) |
| CMYK | cmyk(0%, 51%, 49%, 8%) |
| LAB | lab(62.9 46.1 20.1) |
| LCH | lch(62.9 50.3 23.5) |
| OKLCH | oklch(0.698 0.147 20.1) |
Copy-ready code
/* CSS */
color: #eb7477;
background-color: #eb7477;
/* Tailwind (arbitrary) */
class="text-[#eb7477] bg-[#eb7477]"
/* SCSS */
$brand: #eb7477;
/* SwiftUI */
Color(red: 0.922, green: 0.455, blue: 0.467)
/* Android */
Color.parseColor("#eb7477")Accessibility — WCAG contrast
Aa
#eb7477 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7477 on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.5%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow49.4%
Key (black)7.8%
Color previews
#eb7477 text on a black background
contrast 7.30:1
Card sample
#eb7477 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7477;
Background color
Panel with #eb7477 background
background-color: #eb7477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 116, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 116, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7477; background: linear-gradient(135deg, #eb7477, #EBC074);