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