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