#fd987f
a light, electric red · warm · closest name: salmon
RGB
253, 152, 127
HSL
12°, 97%, 75%
CMYK
0, 40, 50, 1
Luminance
0.4487
Every format
| HEX | #fd987f |
| RGB | rgb(253, 152, 127) |
| HSL | hsl(12, 97%, 75%) |
| CMYK | cmyk(0%, 40%, 50%, 1%) |
| LAB | lab(72.8 35.3 29.3) |
| LCH | lch(72.8 45.9 39.7) |
| OKLCH | oklch(0.779 0.127 34.7) |
Copy-ready code
/* CSS */
color: #fd987f;
background-color: #fd987f;
/* Tailwind (arbitrary) */
class="text-[#fd987f] bg-[#fd987f]"
/* SCSS */
$brand: #fd987f;
/* SwiftUI */
Color(red: 0.992, green: 0.596, blue: 0.498)
/* Android */
Color.parseColor("#fd987f")Accessibility — WCAG contrast
Aa
#fd987f on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd987f on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green59.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow49.8%
Key (black)0.8%
Color previews
#fd987f text on a black background
contrast 9.97:1
Card sample
#fd987f text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd987f;
Background color
Panel with #fd987f background
background-color: #fd987f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd987f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 152, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 152, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd987f; background: linear-gradient(135deg, #fd987f, #FDEC7F);