#fd799f
a light, electric magenta / pink · warm · closest name: salmon
RGB
253, 121, 159
HSL
343°, 97%, 73%
CMYK
0, 52, 37, 1
Luminance
0.3706
Every format
| HEX | #fd799f |
| RGB | rgb(253, 121, 159) |
| HSL | hsl(343, 97%, 73%) |
| CMYK | cmyk(0%, 52%, 37%, 1%) |
| LAB | lab(67.3 53.9 3.9) |
| LCH | lch(67.3 54.1 4.2) |
| OKLCH | oklch(0.740 0.164 3.8) |
Copy-ready code
/* CSS */
color: #fd799f;
background-color: #fd799f;
/* Tailwind (arbitrary) */
class="text-[#fd799f] bg-[#fd799f]"
/* SCSS */
$brand: #fd799f;
/* SwiftUI */
Color(red: 0.992, green: 0.475, blue: 0.624)
/* Android */
Color.parseColor("#fd799f")Accessibility — WCAG contrast
Aa
#fd799f on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd799f on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow37.2%
Key (black)0.8%
Color previews
#fd799f text on a black background
contrast 8.41:1
Card sample
#fd799f text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd799f;
Background color
Panel with #fd799f background
background-color: #fd799f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd799f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 121, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 121, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd799f; background: linear-gradient(135deg, #fd799f, #FDAB79);