#f96cfd
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 108, 253
HSL
298°, 97%, 71%
CMYK
2, 57, 0, 1
Luminance
0.3796
Every format
| HEX | #f96cfd |
| RGB | rgb(249, 108, 253) |
| HSL | hsl(298, 97%, 71%) |
| CMYK | cmyk(2%, 57%, 0%, 1%) |
| LAB | lab(68.0 72.0 -47.6) |
| LCH | lch(68.0 86.3 326.5) |
| OKLCH | oklch(0.754 0.238 326.5) |
Copy-ready code
/* CSS */
color: #f96cfd;
background-color: #f96cfd;
/* Tailwind (arbitrary) */
class="text-[#f96cfd] bg-[#f96cfd]"
/* SCSS */
$brand: #f96cfd;
/* SwiftUI */
Color(red: 0.976, green: 0.424, blue: 0.992)
/* Android */
Color.parseColor("#f96cfd")Accessibility — WCAG contrast
Aa
#f96cfd on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f96cfd on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green42.4%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta57.3%
Yellow0.0%
Key (black)0.8%
Color previews
#f96cfd text on a black background
contrast 8.59:1
Card sample
#f96cfd text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f96cfd;
Background color
Panel with #f96cfd background
background-color: #f96cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f96cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 108, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 108, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f96cfd; background: linear-gradient(135deg, #f96cfd, #FD6CA0);