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