#fd779f
a light, electric magenta / pink · warm · closest name: salmon
RGB
253, 119, 159
HSL
342°, 97%, 73%
CMYK
0, 53, 37, 1
Luminance
0.3658
Every format
| HEX | #fd779f |
| RGB | rgb(253, 119, 159) |
| HSL | hsl(342, 97%, 73%) |
| CMYK | cmyk(0%, 53%, 37%, 1%) |
| LAB | lab(67.0 54.9 3.4) |
| LCH | lch(67.0 55.0 3.6) |
| OKLCH | oklch(0.737 0.167 3.3) |
Copy-ready code
/* CSS */
color: #fd779f;
background-color: #fd779f;
/* Tailwind (arbitrary) */
class="text-[#fd779f] bg-[#fd779f]"
/* SCSS */
$brand: #fd779f;
/* SwiftUI */
Color(red: 0.992, green: 0.467, blue: 0.624)
/* Android */
Color.parseColor("#fd779f")Accessibility — WCAG contrast
Aa
#fd779f on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd779f on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green46.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow37.2%
Key (black)0.8%
Color previews
#fd779f text on a black background
contrast 8.32:1
Card sample
#fd779f text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd779f;
Background color
Panel with #fd779f background
background-color: #fd779f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd779f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 119, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 119, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd779f; background: linear-gradient(135deg, #fd779f, #FDA877);