#f976fc
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 118, 252
HSL
299°, 96%, 73%
CMYK
1, 53, 0, 1
Luminance
0.4012
Every format
| HEX | #f976fc |
| RGB | rgb(249, 118, 252) |
| HSL | hsl(299, 96%, 73%) |
| CMYK | cmyk(1%, 53%, 0%, 1%) |
| LAB | lab(69.6 67.4 -44.6) |
| LCH | lch(69.6 80.8 326.5) |
| OKLCH | oklch(0.766 0.223 326.6) |
Copy-ready code
/* CSS */
color: #f976fc;
background-color: #f976fc;
/* Tailwind (arbitrary) */
class="text-[#f976fc] bg-[#f976fc]"
/* SCSS */
$brand: #f976fc;
/* SwiftUI */
Color(red: 0.976, green: 0.463, blue: 0.988)
/* Android */
Color.parseColor("#f976fc")Accessibility — WCAG contrast
Aa
#f976fc on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f976fc on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green46.3%
Blue98.8%
CMYK percentages
Cyan1.2%
Magenta53.2%
Yellow0.0%
Key (black)1.2%
Color previews
#f976fc text on a black background
contrast 9.02:1
Card sample
#f976fc text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f976fc;
Background color
Panel with #f976fc background
background-color: #f976fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f976fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 118, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 118, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f976fc; background: linear-gradient(135deg, #f976fc, #FC76A5);