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