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