#fd798f
a light, electric red · warm · closest name: salmon
RGB
253, 121, 143
HSL
350°, 97%, 73%
CMYK
0, 52, 44, 1
Luminance
0.3654
Every format
| HEX | #fd798f |
| RGB | rgb(253, 121, 143) |
| HSL | hsl(350, 97%, 73%) |
| CMYK | cmyk(0%, 52%, 44%, 1%) |
| LAB | lab(66.9 52.3 12.4) |
| LCH | lch(66.9 53.7 13.4) |
| OKLCH | oklch(0.735 0.162 11.5) |
Copy-ready code
/* CSS */
color: #fd798f;
background-color: #fd798f;
/* Tailwind (arbitrary) */
class="text-[#fd798f] bg-[#fd798f]"
/* SCSS */
$brand: #fd798f;
/* SwiftUI */
Color(red: 0.992, green: 0.475, blue: 0.561)
/* Android */
Color.parseColor("#fd798f")Accessibility — WCAG contrast
Aa
#fd798f on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd798f on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow43.5%
Key (black)0.8%
Color previews
#fd798f text on a black background
contrast 8.31:1
Card sample
#fd798f text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd798f;
Background color
Panel with #fd798f background
background-color: #fd798f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd798f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 121, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 121, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd798f; background: linear-gradient(135deg, #fd798f, #FDBB79);