#f960fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
249, 96, 253
HSL
299°, 98%, 68%
CMYK
2, 62, 0, 1
Luminance
0.3560
Every format
| HEX | #f960fd |
| RGB | rgb(249, 96, 253) |
| HSL | hsl(299, 98%, 68%) |
| CMYK | cmyk(2%, 62%, 0%, 1%) |
| LAB | lab(66.2 76.9 -50.4) |
| LCH | lch(66.2 91.9 326.7) |
| OKLCH | oklch(0.742 0.254 326.7) |
Copy-ready code
/* CSS */
color: #f960fd;
background-color: #f960fd;
/* Tailwind (arbitrary) */
class="text-[#f960fd] bg-[#f960fd]"
/* SCSS */
$brand: #f960fd;
/* SwiftUI */
Color(red: 0.976, green: 0.376, blue: 0.992)
/* Android */
Color.parseColor("#f960fd")Accessibility — WCAG contrast
Aa
#f960fd on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f960fd on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green37.6%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta62.1%
Yellow0.0%
Key (black)0.8%
Color previews
#f960fd text on a black background
contrast 8.12:1
Card sample
#f960fd text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f960fd;
Background color
Panel with #f960fd background
background-color: #f960fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f960fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 96, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 96, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f960fd; background: linear-gradient(135deg, #f960fd, #FD6098);