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