#e47785
a light, vivid red · warm · closest name: salmon
RGB
228, 119, 133
HSL
352°, 67%, 68%
CMYK
0, 48, 42, 11
Luminance
0.3138
Every format
| HEX | #e47785 |
| RGB | rgb(228, 119, 133) |
| HSL | hsl(352, 67%, 68%) |
| CMYK | cmyk(0%, 48%, 42%, 11%) |
| LAB | lab(62.8 43.5 11.9) |
| LCH | lch(62.8 45.1 15.2) |
| OKLCH | oklch(0.696 0.135 13.1) |
Copy-ready code
/* CSS */
color: #e47785;
background-color: #e47785;
/* Tailwind (arbitrary) */
class="text-[#e47785] bg-[#e47785]"
/* SCSS */
$brand: #e47785;
/* SwiftUI */
Color(red: 0.894, green: 0.467, blue: 0.522)
/* Android */
Color.parseColor("#e47785")Accessibility — WCAG contrast
Aa
#e47785 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e47785 on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green46.7%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow41.7%
Key (black)10.6%
Color previews
#e47785 text on a black background
contrast 7.28:1
Card sample
#e47785 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e47785;
Background color
Panel with #e47785 background
background-color: #e47785;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e47785;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 119, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 119, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e47785; background: linear-gradient(135deg, #e47785, #E4B277);