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