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