#f96afd
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 106, 253
HSL
298°, 97%, 70%
CMYK
2, 58, 0, 1
Luminance
0.3754
Every format
| HEX | #f96afd |
| RGB | rgb(249, 106, 253) |
| HSL | hsl(298, 97%, 70%) |
| CMYK | cmyk(2%, 58%, 0%, 1%) |
| LAB | lab(67.7 72.8 -48.1) |
| LCH | lch(67.7 87.3 326.6) |
| OKLCH | oklch(0.752 0.241 326.6) |
Copy-ready code
/* CSS */
color: #f96afd;
background-color: #f96afd;
/* Tailwind (arbitrary) */
class="text-[#f96afd] bg-[#f96afd]"
/* SCSS */
$brand: #f96afd;
/* SwiftUI */
Color(red: 0.976, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#f96afd")Accessibility — WCAG contrast
Aa
#f96afd on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f96afd on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green41.6%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#f96afd text on a black background
contrast 8.51:1
Card sample
#f96afd text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f96afd;
Background color
Panel with #f96afd background
background-color: #f96afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f96afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f96afd; background: linear-gradient(135deg, #f96afd, #FD6A9F);