#f86dbf
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 109, 191
HSL
325°, 91%, 70%
CMYK
0, 56, 23, 3
Luminance
0.3466
Every format
| HEX | #f86dbf |
| RGB | rgb(248, 109, 191) |
| HSL | hsl(325, 91%, 70%) |
| CMYK | cmyk(0%, 56%, 23%, 3%) |
| LAB | lab(65.5 61.8 -17.0) |
| LCH | lch(65.5 64.1 344.6) |
| OKLCH | oklch(0.728 0.191 346.4) |
Copy-ready code
/* CSS */
color: #f86dbf;
background-color: #f86dbf;
/* Tailwind (arbitrary) */
class="text-[#f86dbf] bg-[#f86dbf]"
/* SCSS */
$brand: #f86dbf;
/* SwiftUI */
Color(red: 0.973, green: 0.427, blue: 0.749)
/* Android */
Color.parseColor("#f86dbf")Accessibility — WCAG contrast
Aa
#f86dbf on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f86dbf on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green42.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow23.0%
Key (black)2.7%
Color previews
#f86dbf text on a black background
contrast 7.93:1
Card sample
#f86dbf text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f86dbf;
Background color
Panel with #f86dbf background
background-color: #f86dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f86dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 109, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 109, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f86dbf; background: linear-gradient(135deg, #f86dbf, #F8786D);