#fa86fc
a light, electric magenta / pink · warm · closest name: violet
RGB
250, 134, 252
HSL
299°, 95%, 76%
CMYK
1, 47, 0, 1
Luminance
0.4440
Every format
| HEX | #fa86fc |
| RGB | rgb(250, 134, 252) |
| HSL | hsl(299, 95%, 76%) |
| CMYK | cmyk(1%, 47%, 0%, 1%) |
| LAB | lab(72.5 60.2 -40.0) |
| LCH | lch(72.5 72.3 326.4) |
| OKLCH | oklch(0.788 0.200 326.6) |
Copy-ready code
/* CSS */
color: #fa86fc;
background-color: #fa86fc;
/* Tailwind (arbitrary) */
class="text-[#fa86fc] bg-[#fa86fc]"
/* SCSS */
$brand: #fa86fc;
/* SwiftUI */
Color(red: 0.980, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#fa86fc")Accessibility — WCAG contrast
Aa
#fa86fc on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa86fc on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green52.5%
Blue98.8%
CMYK percentages
Cyan0.8%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#fa86fc text on a black background
contrast 9.88:1
Card sample
#fa86fc text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa86fc;
Background color
Panel with #fa86fc background
background-color: #fa86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa86fc; background: linear-gradient(135deg, #fa86fc, #FC86AF);