#f86dcf
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 109, 207
HSL
318°, 91%, 70%
CMYK
0, 56, 17, 3
Luminance
0.3540
Every format
| HEX | #f86dcf |
| RGB | rgb(248, 109, 207) |
| HSL | hsl(318, 91%, 70%) |
| CMYK | cmyk(0%, 56%, 17%, 3%) |
| LAB | lab(66.1 64.1 -25.1) |
| LCH | lch(66.1 68.8 338.6) |
| OKLCH | oklch(0.734 0.201 340.4) |
Copy-ready code
/* CSS */
color: #f86dcf;
background-color: #f86dcf;
/* Tailwind (arbitrary) */
class="text-[#f86dcf] bg-[#f86dcf]"
/* SCSS */
$brand: #f86dcf;
/* SwiftUI */
Color(red: 0.973, green: 0.427, blue: 0.812)
/* Android */
Color.parseColor("#f86dcf")Accessibility — WCAG contrast
Aa
#f86dcf on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f86dcf on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green42.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow16.5%
Key (black)2.7%
Color previews
#f86dcf text on a black background
contrast 8.08:1
Card sample
#f86dcf text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f86dcf;
Background color
Panel with #f86dcf background
background-color: #f86dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f86dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 109, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 109, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f86dcf; background: linear-gradient(135deg, #f86dcf, #F86D72);