#fd876f
a light, electric red · warm · closest name: salmon
RGB
253, 135, 111
HSL
10°, 97%, 71%
CMYK
0, 47, 56, 1
Luminance
0.3936
Every format
| HEX | #fd876f |
| RGB | rgb(253, 135, 111) |
| HSL | hsl(10, 97%, 71%) |
| CMYK | cmyk(0%, 47%, 56%, 1%) |
| LAB | lab(69.0 42.6 33.1) |
| LCH | lch(69.0 54.0 37.8) |
| OKLCH | oklch(0.749 0.148 32.7) |
Copy-ready code
/* CSS */
color: #fd876f;
background-color: #fd876f;
/* Tailwind (arbitrary) */
class="text-[#fd876f] bg-[#fd876f]"
/* SCSS */
$brand: #fd876f;
/* SwiftUI */
Color(red: 0.992, green: 0.529, blue: 0.435)
/* Android */
Color.parseColor("#fd876f")Accessibility — WCAG contrast
Aa
#fd876f on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd876f on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.9%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow56.1%
Key (black)0.8%
Color previews
#fd876f text on a black background
contrast 8.87:1
Card sample
#fd876f text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd876f;
Background color
Panel with #fd876f background
background-color: #fd876f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd876f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 135, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 135, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd876f; background: linear-gradient(135deg, #fd876f, #FDE66F);