#f986df
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 134, 223
HSL
314°, 91%, 75%
CMYK
0, 46, 10, 2
Luminance
0.4252
Every format
| HEX | #f986df |
| RGB | rgb(249, 134, 223) |
| HSL | hsl(314, 91%, 75%) |
| CMYK | cmyk(0%, 46%, 10%, 2%) |
| LAB | lab(71.2 55.1 -26.1) |
| LCH | lch(71.2 61.0 334.7) |
| OKLCH | oklch(0.774 0.175 336.3) |
Copy-ready code
/* CSS */
color: #f986df;
background-color: #f986df;
/* Tailwind (arbitrary) */
class="text-[#f986df] bg-[#f986df]"
/* SCSS */
$brand: #f986df;
/* SwiftUI */
Color(red: 0.976, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#f986df")Accessibility — WCAG contrast
Aa
#f986df on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f986df on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green52.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow10.4%
Key (black)2.4%
Color previews
#f986df text on a black background
contrast 9.50:1
Card sample
#f986df text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f986df;
Background color
Panel with #f986df background
background-color: #f986df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f986df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f986df; background: linear-gradient(135deg, #f986df, #F98692);