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