#f86bc9
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 107, 201
HSL
320°, 91%, 70%
CMYK
0, 57, 19, 3
Luminance
0.3469
Every format
| HEX | #f86bc9 |
| RGB | rgb(248, 107, 201) |
| HSL | hsl(320, 91%, 70%) |
| CMYK | cmyk(0%, 57%, 19%, 3%) |
| LAB | lab(65.5 64.1 -22.6) |
| LCH | lch(65.5 68.0 340.6) |
| OKLCH | oklch(0.729 0.200 342.5) |
Copy-ready code
/* CSS */
color: #f86bc9;
background-color: #f86bc9;
/* Tailwind (arbitrary) */
class="text-[#f86bc9] bg-[#f86bc9]"
/* SCSS */
$brand: #f86bc9;
/* SwiftUI */
Color(red: 0.973, green: 0.420, blue: 0.788)
/* Android */
Color.parseColor("#f86bc9")Accessibility — WCAG contrast
Aa
#f86bc9 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f86bc9 on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green42.0%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta56.9%
Yellow19.0%
Key (black)2.7%
Color previews
#f86bc9 text on a black background
contrast 7.94:1
Card sample
#f86bc9 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f86bc9;
Background color
Panel with #f86bc9 background
background-color: #f86bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f86bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 107, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 107, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f86bc9; background: linear-gradient(135deg, #f86bc9, #F86B6B);