#f86dc2
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 109, 194
HSL
323°, 91%, 70%
CMYK
0, 56, 22, 3
Luminance
0.3479
Every format
| HEX | #f86dc2 |
| RGB | rgb(248, 109, 194) |
| HSL | hsl(323, 91%, 70%) |
| CMYK | cmyk(0%, 56%, 22%, 3%) |
| LAB | lab(65.6 62.2 -18.5) |
| LCH | lch(65.6 64.9 343.4) |
| OKLCH | oklch(0.729 0.193 345.3) |
Copy-ready code
/* CSS */
color: #f86dc2;
background-color: #f86dc2;
/* Tailwind (arbitrary) */
class="text-[#f86dc2] bg-[#f86dc2]"
/* SCSS */
$brand: #f86dc2;
/* SwiftUI */
Color(red: 0.973, green: 0.427, blue: 0.761)
/* Android */
Color.parseColor("#f86dc2")Accessibility — WCAG contrast
Aa
#f86dc2 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f86dc2 on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green42.7%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow21.8%
Key (black)2.7%
Color previews
#f86dc2 text on a black background
contrast 7.96:1
Card sample
#f86dc2 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f86dc2;
Background color
Panel with #f86dc2 background
background-color: #f86dc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f86dc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 109, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 109, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f86dc2; background: linear-gradient(135deg, #f86dc2, #F8756D);