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