#fd778f
a light, electric red · warm · closest name: salmon
RGB
253, 119, 143
HSL
349°, 97%, 73%
CMYK
0, 53, 44, 1
Luminance
0.3606
Every format
| HEX | #fd778f |
| RGB | rgb(253, 119, 143) |
| HSL | hsl(349, 97%, 73%) |
| CMYK | cmyk(0%, 53%, 44%, 1%) |
| LAB | lab(66.6 53.2 11.9) |
| LCH | lch(66.6 54.5 12.6) |
| OKLCH | oklch(0.733 0.164 10.9) |
Copy-ready code
/* CSS */
color: #fd778f;
background-color: #fd778f;
/* Tailwind (arbitrary) */
class="text-[#fd778f] bg-[#fd778f]"
/* SCSS */
$brand: #fd778f;
/* SwiftUI */
Color(red: 0.992, green: 0.467, blue: 0.561)
/* Android */
Color.parseColor("#fd778f")Accessibility — WCAG contrast
Aa
#fd778f on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd778f on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green46.7%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow43.5%
Key (black)0.8%
Color previews
#fd778f text on a black background
contrast 8.21:1
Card sample
#fd778f text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd778f;
Background color
Panel with #fd778f background
background-color: #fd778f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd778f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 119, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 119, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd778f; background: linear-gradient(135deg, #fd778f, #FDB877);