#e4778a
a light, vivid red · warm · closest name: salmon
RGB
228, 119, 138
HSL
350°, 67%, 68%
CMYK
0, 48, 40, 11
Luminance
0.3152
Every format
| HEX | #e4778a |
| RGB | rgb(228, 119, 138) |
| HSL | hsl(350, 67%, 68%) |
| CMYK | cmyk(0%, 48%, 40%, 11%) |
| LAB | lab(63.0 44.1 9.2) |
| LCH | lch(63.0 45.0 11.7) |
| OKLCH | oklch(0.698 0.136 10.2) |
Copy-ready code
/* CSS */
color: #e4778a;
background-color: #e4778a;
/* Tailwind (arbitrary) */
class="text-[#e4778a] bg-[#e4778a]"
/* SCSS */
$brand: #e4778a;
/* SwiftUI */
Color(red: 0.894, green: 0.467, blue: 0.541)
/* Android */
Color.parseColor("#e4778a")Accessibility — WCAG contrast
Aa
#e4778a on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4778a on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green46.7%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow39.5%
Key (black)10.6%
Color previews
#e4778a text on a black background
contrast 7.30:1
Card sample
#e4778a text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4778a;
Background color
Panel with #e4778a background
background-color: #e4778a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4778a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 119, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 119, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4778a; background: linear-gradient(135deg, #e4778a, #E4AC77);