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