#fd86cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 134, 207
HSL
323°, 97%, 76%
CMYK
0, 47, 18, 1
Luminance
0.4244
Every format
| HEX | #fd86cf |
| RGB | rgb(253, 134, 207) |
| HSL | hsl(323, 97%, 76%) |
| CMYK | cmyk(0%, 47%, 18%, 1%) |
| LAB | lab(71.2 53.9 -17.3) |
| LCH | lch(71.2 56.6 342.2) |
| OKLCH | oklch(0.773 0.166 344.1) |
Copy-ready code
/* CSS */
color: #fd86cf;
background-color: #fd86cf;
/* Tailwind (arbitrary) */
class="text-[#fd86cf] bg-[#fd86cf]"
/* SCSS */
$brand: #fd86cf;
/* SwiftUI */
Color(red: 0.992, green: 0.525, blue: 0.812)
/* Android */
Color.parseColor("#fd86cf")Accessibility — WCAG contrast
Aa
#fd86cf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd86cf on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow18.2%
Key (black)0.8%
Color previews
#fd86cf text on a black background
contrast 9.49:1
Card sample
#fd86cf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd86cf;
Background color
Panel with #fd86cf background
background-color: #fd86cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd86cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 134, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 134, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd86cf; background: linear-gradient(135deg, #fd86cf, #FD8C86);