#f86df7
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 109, 247
HSL
300°, 91%, 70%
CMYK
0, 56, 0, 3
Luminance
0.3761
Every format
| HEX | #f86df7 |
| RGB | rgb(248, 109, 247) |
| HSL | hsl(300, 91%, 70%) |
| CMYK | cmyk(0%, 56%, 0%, 3%) |
| LAB | lab(67.7 70.3 -44.7) |
| LCH | lch(67.7 83.3 327.5) |
| OKLCH | oklch(0.751 0.232 327.9) |
Copy-ready code
/* CSS */
color: #f86df7;
background-color: #f86df7;
/* Tailwind (arbitrary) */
class="text-[#f86df7] bg-[#f86df7]"
/* SCSS */
$brand: #f86df7;
/* SwiftUI */
Color(red: 0.973, green: 0.427, blue: 0.969)
/* Android */
Color.parseColor("#f86df7")Accessibility — WCAG contrast
Aa
#f86df7 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f86df7 on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green42.7%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta56.0%
Yellow0.4%
Key (black)2.7%
Color previews
#f86df7 text on a black background
contrast 8.52:1
Card sample
#f86df7 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f86df7;
Background color
Panel with #f86df7 background
background-color: #f86df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f86df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 109, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 109, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f86df7; background: linear-gradient(135deg, #f86df7, #F86D9A);