#fd86da
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 134, 218
HSL
318°, 97%, 76%
CMYK
0, 47, 14, 1
Luminance
0.4299
Every format
| HEX | #fd86da |
| RGB | rgb(253, 134, 218) |
| HSL | hsl(318, 97%, 76%) |
| CMYK | cmyk(0%, 47%, 14%, 1%) |
| LAB | lab(71.5 55.5 -22.8) |
| LCH | lch(71.5 60.0 337.7) |
| OKLCH | oklch(0.777 0.174 339.5) |
Copy-ready code
/* CSS */
color: #fd86da;
background-color: #fd86da;
/* Tailwind (arbitrary) */
class="text-[#fd86da] bg-[#fd86da]"
/* SCSS */
$brand: #fd86da;
/* SwiftUI */
Color(red: 0.992, green: 0.525, blue: 0.855)
/* Android */
Color.parseColor("#fd86da")Accessibility — WCAG contrast
Aa
#fd86da on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd86da on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow13.8%
Key (black)0.8%
Color previews
#fd86da text on a black background
contrast 9.60:1
Card sample
#fd86da text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd86da;
Background color
Panel with #fd86da background
background-color: #fd86da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd86da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 134, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 134, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd86da; background: linear-gradient(135deg, #fd86da, #FD868B);