#f86dfb
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 109, 251
HSL
299°, 95%, 71%
CMYK
1, 57, 0, 2
Luminance
0.3786
Every format
| HEX | #f86dfb |
| RGB | rgb(248, 109, 251) |
| HSL | hsl(299, 95%, 71%) |
| CMYK | cmyk(1%, 57%, 0%, 2%) |
| LAB | lab(67.9 71.0 -46.6) |
| LCH | lch(67.9 84.9 326.7) |
| OKLCH | oklch(0.753 0.235 326.8) |
Copy-ready code
/* CSS */
color: #f86dfb;
background-color: #f86dfb;
/* Tailwind (arbitrary) */
class="text-[#f86dfb] bg-[#f86dfb]"
/* SCSS */
$brand: #f86dfb;
/* SwiftUI */
Color(red: 0.973, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#f86dfb")Accessibility — WCAG contrast
Aa
#f86dfb on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f86dfb on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green42.7%
Blue98.4%
CMYK percentages
Cyan1.2%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#f86dfb text on a black background
contrast 8.57:1
Card sample
#f86dfb text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f86dfb;
Background color
Panel with #f86dfb background
background-color: #f86dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f86dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f86dfb; background: linear-gradient(135deg, #f86dfb, #FB6D9F);