#fd869f
a light, electric red · warm · closest name: salmon
RGB
253, 134, 159
HSL
347°, 97%, 76%
CMYK
0, 47, 37, 1
Luminance
0.4044
Every format
| HEX | #fd869f |
| RGB | rgb(253, 134, 159) |
| HSL | hsl(347, 97%, 76%) |
| CMYK | cmyk(0%, 47%, 37%, 1%) |
| LAB | lab(69.8 47.6 7.5) |
| LCH | lch(69.8 48.2 8.9) |
| OKLCH | oklch(0.758 0.146 7.8) |
Copy-ready code
/* CSS */
color: #fd869f;
background-color: #fd869f;
/* Tailwind (arbitrary) */
class="text-[#fd869f] bg-[#fd869f]"
/* SCSS */
$brand: #fd869f;
/* SwiftUI */
Color(red: 0.992, green: 0.525, blue: 0.624)
/* Android */
Color.parseColor("#fd869f")Accessibility — WCAG contrast
Aa
#fd869f on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd869f on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow37.2%
Key (black)0.8%
Color previews
#fd869f text on a black background
contrast 9.09:1
Card sample
#fd869f text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd869f;
Background color
Panel with #fd869f background
background-color: #fd869f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd869f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 134, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 134, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd869f; background: linear-gradient(135deg, #fd869f, #FDBC86);