#e47f77
a light, vivid red · warm · closest name: salmon
RGB
228, 127, 119
HSL
4°, 67%, 68%
CMYK
0, 44, 48, 11
Luminance
0.3300
Every format
| HEX | #e47f77 |
| RGB | rgb(228, 127, 119) |
| HSL | hsl(4, 67%, 68%) |
| CMYK | cmyk(0%, 44%, 48%, 11%) |
| LAB | lab(64.2 38.0 21.6) |
| LCH | lch(64.2 43.8 29.6) |
| OKLCH | oklch(0.706 0.126 25.5) |
Copy-ready code
/* CSS */
color: #e47f77;
background-color: #e47f77;
/* Tailwind (arbitrary) */
class="text-[#e47f77] bg-[#e47f77]"
/* SCSS */
$brand: #e47f77;
/* SwiftUI */
Color(red: 0.894, green: 0.498, blue: 0.467)
/* Android */
Color.parseColor("#e47f77")Accessibility — WCAG contrast
Aa
#e47f77 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e47f77 on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green49.8%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow47.8%
Key (black)10.6%
Color previews
#e47f77 text on a black background
contrast 7.60:1
Card sample
#e47f77 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e47f77;
Background color
Panel with #e47f77 background
background-color: #e47f77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e47f77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 127, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 127, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e47f77; background: linear-gradient(135deg, #e47f77, #E4C877);