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