#fd86ff
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 134, 255
HSL
299°, 100%, 76%
CMYK
1, 48, 0, 0
Luminance
0.4515
Every format
| HEX | #fd86ff |
| RGB | rgb(253, 134, 255) |
| HSL | hsl(299, 100%, 76%) |
| CMYK | cmyk(1%, 48%, 0%, 0%) |
| LAB | lab(73.0 61.6 -40.8) |
| LCH | lch(73.0 73.9 326.5) |
| OKLCH | oklch(0.793 0.204 326.7) |
Copy-ready code
/* CSS */
color: #fd86ff;
background-color: #fd86ff;
/* Tailwind (arbitrary) */
class="text-[#fd86ff] bg-[#fd86ff]"
/* SCSS */
$brand: #fd86ff;
/* SwiftUI */
Color(red: 0.992, green: 0.525, blue: 1.000)
/* Android */
Color.parseColor("#fd86ff")Accessibility — WCAG contrast
Aa
#fd86ff on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd86ff on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green52.5%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta47.5%
Yellow0.0%
Key (black)0.0%
Color previews
#fd86ff text on a black background
contrast 10.03:1
Card sample
#fd86ff text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd86ff;
Background color
Panel with #fd86ff background
background-color: #fd86ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd86ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 134, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 134, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd86ff; background: linear-gradient(135deg, #fd86ff, #FF86B0);