#f976df
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 118, 223
HSL
312°, 92%, 72%
CMYK
0, 53, 10, 2
Luminance
0.3842
Every format
| HEX | #f976df |
| RGB | rgb(249, 118, 223) |
| HSL | hsl(312, 92%, 72%) |
| CMYK | cmyk(0%, 53%, 10%, 2%) |
| LAB | lab(68.3 62.7 -30.5) |
| LCH | lch(68.3 69.7 334.0) |
| OKLCH | oklch(0.753 0.200 335.6) |
Copy-ready code
/* CSS */
color: #f976df;
background-color: #f976df;
/* Tailwind (arbitrary) */
class="text-[#f976df] bg-[#f976df]"
/* SCSS */
$brand: #f976df;
/* SwiftUI */
Color(red: 0.976, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#f976df")Accessibility — WCAG contrast
Aa
#f976df on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f976df on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green46.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow10.4%
Key (black)2.4%
Color previews
#f976df text on a black background
contrast 8.68:1
Card sample
#f976df text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f976df;
Background color
Panel with #f976df background
background-color: #f976df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f976df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 118, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 118, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f976df; background: linear-gradient(135deg, #f976df, #F97688);