#fd978f
a light, electric red · warm · closest name: salmon
RGB
253, 151, 143
HSL
4°, 97%, 78%
CMYK
0, 40, 44, 1
Luminance
0.4500
Every format
| HEX | #fd978f |
| RGB | rgb(253, 151, 143) |
| HSL | hsl(4, 97%, 78%) |
| CMYK | cmyk(0%, 40%, 44%, 1%) |
| LAB | lab(72.9 37.3 20.7) |
| LCH | lch(72.9 42.7 29.0) |
| OKLCH | oklch(0.780 0.124 25.1) |
Copy-ready code
/* CSS */
color: #fd978f;
background-color: #fd978f;
/* Tailwind (arbitrary) */
class="text-[#fd978f] bg-[#fd978f]"
/* SCSS */
$brand: #fd978f;
/* SwiftUI */
Color(red: 0.992, green: 0.592, blue: 0.561)
/* Android */
Color.parseColor("#fd978f")Accessibility — WCAG contrast
Aa
#fd978f on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd978f on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green59.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow43.5%
Key (black)0.8%
Color previews
#fd978f text on a black background
contrast 10.00:1
Card sample
#fd978f text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd978f;
Background color
Panel with #fd978f background
background-color: #fd978f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd978f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 151, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 151, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd978f; background: linear-gradient(135deg, #fd978f, #FDE08F);