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