#f981fd
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 129, 253
HSL
298°, 97%, 75%
CMYK
2, 49, 0, 1
Luminance
0.4293
Every format
| HEX | #f981fd |
| RGB | rgb(249, 129, 253) |
| HSL | hsl(298, 97%, 75%) |
| CMYK | cmyk(2%, 49%, 0%, 1%) |
| LAB | lab(71.5 62.5 -42.1) |
| LCH | lch(71.5 75.3 326.1) |
| OKLCH | oklch(0.780 0.208 326.1) |
Copy-ready code
/* CSS */
color: #f981fd;
background-color: #f981fd;
/* Tailwind (arbitrary) */
class="text-[#f981fd] bg-[#f981fd]"
/* SCSS */
$brand: #f981fd;
/* SwiftUI */
Color(red: 0.976, green: 0.506, blue: 0.992)
/* Android */
Color.parseColor("#f981fd")Accessibility — WCAG contrast
Aa
#f981fd on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f981fd on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green50.6%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta49.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f981fd text on a black background
contrast 9.59:1
Card sample
#f981fd text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f981fd;
Background color
Panel with #f981fd background
background-color: #f981fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f981fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 129, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 129, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f981fd; background: linear-gradient(135deg, #f981fd, #FD81AE);