#f96dff
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 109, 255
HSL
298°, 100%, 71%
CMYK
2, 57, 0, 0
Luminance
0.3830
Every format
| HEX | #f96dff |
| RGB | rgb(249, 109, 255) |
| HSL | hsl(298, 100%, 71%) |
| CMYK | cmyk(2%, 57%, 0%, 0%) |
| LAB | lab(68.2 71.9 -48.3) |
| LCH | lch(68.2 86.6 326.1) |
| OKLCH | oklch(0.757 0.239 326.0) |
Copy-ready code
/* CSS */
color: #f96dff;
background-color: #f96dff;
/* Tailwind (arbitrary) */
class="text-[#f96dff] bg-[#f96dff]"
/* SCSS */
$brand: #f96dff;
/* SwiftUI */
Color(red: 0.976, green: 0.427, blue: 1.000)
/* Android */
Color.parseColor("#f96dff")Accessibility — WCAG contrast
Aa
#f96dff on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f96dff on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green42.7%
Blue100.0%
CMYK percentages
Cyan2.4%
Magenta57.3%
Yellow0.0%
Key (black)0.0%
Color previews
#f96dff text on a black background
contrast 8.66:1
Card sample
#f96dff text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f96dff;
Background color
Panel with #f96dff background
background-color: #f96dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f96dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 109, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 109, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f96dff; background: linear-gradient(135deg, #f96dff, #FF6DA4);