#e48592
a light, vivid red · warm · closest name: salmon
RGB
228, 133, 146
HSL
352°, 64%, 71%
CMYK
0, 42, 36, 11
Luminance
0.3534
Every format
| HEX | #e48592 |
| RGB | rgb(228, 133, 146) |
| HSL | hsl(352, 64%, 71%) |
| CMYK | cmyk(0%, 42%, 36%, 11%) |
| LAB | lab(66.0 37.8 9.0) |
| LCH | lch(66.0 38.9 13.4) |
| OKLCH | oklch(0.722 0.117 11.6) |
Copy-ready code
/* CSS */
color: #e48592;
background-color: #e48592;
/* Tailwind (arbitrary) */
class="text-[#e48592] bg-[#e48592]"
/* SCSS */
$brand: #e48592;
/* SwiftUI */
Color(red: 0.894, green: 0.522, blue: 0.573)
/* Android */
Color.parseColor("#e48592")Accessibility — WCAG contrast
Aa
#e48592 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e48592 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green52.2%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow36.0%
Key (black)10.6%
Color previews
#e48592 text on a black background
contrast 8.07:1
Card sample
#e48592 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e48592;
Background color
Panel with #e48592 background
background-color: #e48592;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e48592;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 133, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 133, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e48592; background: linear-gradient(135deg, #e48592, #E4B785);