#fd86ab
a light, electric magenta / pink · warm · closest name: salmon
RGB
253, 134, 171
HSL
341°, 97%, 76%
CMYK
0, 47, 32, 1
Luminance
0.4087
Every format
| HEX | #fd86ab |
| RGB | rgb(253, 134, 171) |
| HSL | hsl(341, 97%, 76%) |
| CMYK | cmyk(0%, 47%, 32%, 1%) |
| LAB | lab(70.1 49.0 1.2) |
| LCH | lch(70.1 49.1 1.4) |
| OKLCH | oklch(0.761 0.149 1.4) |
Copy-ready code
/* CSS */
color: #fd86ab;
background-color: #fd86ab;
/* Tailwind (arbitrary) */
class="text-[#fd86ab] bg-[#fd86ab]"
/* SCSS */
$brand: #fd86ab;
/* SwiftUI */
Color(red: 0.992, green: 0.525, blue: 0.671)
/* Android */
Color.parseColor("#fd86ab")Accessibility — WCAG contrast
Aa
#fd86ab on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd86ab on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow32.4%
Key (black)0.8%
Color previews
#fd86ab text on a black background
contrast 9.17:1
Card sample
#fd86ab text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd86ab;
Background color
Panel with #fd86ab background
background-color: #fd86ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd86ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 134, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 134, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd86ab; background: linear-gradient(135deg, #fd86ab, #FDB086);