#fd686f
a light, electric red · warm · closest name: salmon
RGB
253, 104, 111
HSL
357°, 97%, 70%
CMYK
0, 59, 56, 1
Luminance
0.3193
Every format
| HEX | #fd686f |
| RGB | rgb(253, 104, 111) |
| HSL | hsl(357, 97%, 70%) |
| CMYK | cmyk(0%, 59%, 56%, 1%) |
| LAB | lab(63.3 57.3 25.6) |
| LCH | lch(63.3 62.8 24.1) |
| OKLCH | oklch(0.706 0.182 20.2) |
Copy-ready code
/* CSS */
color: #fd686f;
background-color: #fd686f;
/* Tailwind (arbitrary) */
class="text-[#fd686f] bg-[#fd686f]"
/* SCSS */
$brand: #fd686f;
/* SwiftUI */
Color(red: 0.992, green: 0.408, blue: 0.435)
/* Android */
Color.parseColor("#fd686f")Accessibility — WCAG contrast
Aa
#fd686f on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd686f on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green40.8%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow56.1%
Key (black)0.8%
Color previews
#fd686f text on a black background
contrast 7.39:1
Card sample
#fd686f text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd686f;
Background color
Panel with #fd686f background
background-color: #fd686f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd686f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 104, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 104, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd686f; background: linear-gradient(135deg, #fd686f, #FDC468);