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