#f86fce
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 111, 206
HSL
318°, 91%, 70%
CMYK
0, 55, 17, 3
Luminance
0.3578
Every format
| HEX | #f86fce |
| RGB | rgb(248, 111, 206) |
| HSL | hsl(318, 91%, 70%) |
| CMYK | cmyk(0%, 55%, 17%, 3%) |
| LAB | lab(66.4 63.0 -24.1) |
| LCH | lch(66.4 67.5 339.1) |
| OKLCH | oklch(0.736 0.198 340.9) |
Copy-ready code
/* CSS */
color: #f86fce;
background-color: #f86fce;
/* Tailwind (arbitrary) */
class="text-[#f86fce] bg-[#f86fce]"
/* SCSS */
$brand: #f86fce;
/* SwiftUI */
Color(red: 0.973, green: 0.435, blue: 0.808)
/* Android */
Color.parseColor("#f86fce")Accessibility — WCAG contrast
Aa
#f86fce on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f86fce on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green43.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta55.2%
Yellow16.9%
Key (black)2.7%
Color previews
#f86fce text on a black background
contrast 8.16:1
Card sample
#f86fce text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f86fce;
Background color
Panel with #f86fce background
background-color: #f86fce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f86fce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 111, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 111, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f86fce; background: linear-gradient(135deg, #f86fce, #F86F73);