#f971df
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 113, 223
HSL
312°, 92%, 71%
CMYK
0, 55, 10, 2
Luminance
0.3728
Every format
| HEX | #f971df |
| RGB | rgb(249, 113, 223) |
| HSL | hsl(312, 92%, 71%) |
| CMYK | cmyk(0%, 55%, 10%, 2%) |
| LAB | lab(67.5 65.0 -31.8) |
| LCH | lch(67.5 72.3 333.9) |
| OKLCH | oklch(0.747 0.207 335.4) |
Copy-ready code
/* CSS */
color: #f971df;
background-color: #f971df;
/* Tailwind (arbitrary) */
class="text-[#f971df] bg-[#f971df]"
/* SCSS */
$brand: #f971df;
/* SwiftUI */
Color(red: 0.976, green: 0.443, blue: 0.875)
/* Android */
Color.parseColor("#f971df")Accessibility — WCAG contrast
Aa
#f971df on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f971df on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green44.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta54.6%
Yellow10.4%
Key (black)2.4%
Color previews
#f971df text on a black background
contrast 8.46:1
Card sample
#f971df text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f971df;
Background color
Panel with #f971df background
background-color: #f971df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f971df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 113, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 113, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f971df; background: linear-gradient(135deg, #f971df, #F97184);