#f973fd
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 115, 253
HSL
298°, 97%, 72%
CMYK
2, 55, 0, 1
Luminance
0.3949
Every format
| HEX | #f973fd |
| RGB | rgb(249, 115, 253) |
| HSL | hsl(298, 97%, 72%) |
| CMYK | cmyk(2%, 55%, 0%, 1%) |
| LAB | lab(69.1 68.9 -45.9) |
| LCH | lch(69.1 82.8 326.4) |
| OKLCH | oklch(0.763 0.229 326.4) |
Copy-ready code
/* CSS */
color: #f973fd;
background-color: #f973fd;
/* Tailwind (arbitrary) */
class="text-[#f973fd] bg-[#f973fd]"
/* SCSS */
$brand: #f973fd;
/* SwiftUI */
Color(red: 0.976, green: 0.451, blue: 0.992)
/* Android */
Color.parseColor("#f973fd")Accessibility — WCAG contrast
Aa
#f973fd on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f973fd on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green45.1%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta54.5%
Yellow0.0%
Key (black)0.8%
Color previews
#f973fd text on a black background
contrast 8.90:1
Card sample
#f973fd text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f973fd;
Background color
Panel with #f973fd background
background-color: #f973fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f973fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 115, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 115, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f973fd; background: linear-gradient(135deg, #f973fd, #FD73A5);