#fd688f
a light, electric magenta / pink · warm · closest name: salmon
RGB
253, 104, 143
HSL
344°, 97%, 70%
CMYK
0, 59, 44, 1
Luminance
0.3277
Every format
| HEX | #fd688f |
| RGB | rgb(253, 104, 143) |
| HSL | hsl(344, 97%, 70%) |
| CMYK | cmyk(0%, 59%, 44%, 1%) |
| LAB | lab(64.0 60.0 8.3) |
| LCH | lch(64.0 60.6 7.8) |
| OKLCH | oklch(0.713 0.184 6.8) |
Copy-ready code
/* CSS */
color: #fd688f;
background-color: #fd688f;
/* Tailwind (arbitrary) */
class="text-[#fd688f] bg-[#fd688f]"
/* SCSS */
$brand: #fd688f;
/* SwiftUI */
Color(red: 0.992, green: 0.408, blue: 0.561)
/* Android */
Color.parseColor("#fd688f")Accessibility — WCAG contrast
Aa
#fd688f on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd688f on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green40.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow43.5%
Key (black)0.8%
Color previews
#fd688f text on a black background
contrast 7.55:1
Card sample
#fd688f text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd688f;
Background color
Panel with #fd688f background
background-color: #fd688f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd688f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 104, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 104, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd688f; background: linear-gradient(135deg, #fd688f, #FDA468);