#f96df9
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 109, 249
HSL
300°, 92%, 70%
CMYK
0, 56, 0, 2
Luminance
0.3792
Every format
| HEX | #f96df9 |
| RGB | rgb(249, 109, 249) |
| HSL | hsl(300, 92%, 70%) |
| CMYK | cmyk(0%, 56%, 0%, 2%) |
| LAB | lab(68.0 70.9 -45.5) |
| LCH | lch(68.0 84.2 327.3) |
| OKLCH | oklch(0.754 0.234 327.6) |
Copy-ready code
/* CSS */
color: #f96df9;
background-color: #f96df9;
/* Tailwind (arbitrary) */
class="text-[#f96df9] bg-[#f96df9]"
/* SCSS */
$brand: #f96df9;
/* SwiftUI */
Color(red: 0.976, green: 0.427, blue: 0.976)
/* Android */
Color.parseColor("#f96df9")Accessibility — WCAG contrast
Aa
#f96df9 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f96df9 on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green42.7%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta56.2%
Yellow0.0%
Key (black)2.4%
Color previews
#f96df9 text on a black background
contrast 8.58:1
Card sample
#f96df9 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f96df9;
Background color
Panel with #f96df9 background
background-color: #f96df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f96df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 109, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 109, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f96df9; background: linear-gradient(135deg, #f96df9, #F96D9C);