#f96cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 108, 223
HSL
311°, 92%, 70%
CMYK
0, 57, 10, 2
Luminance
0.3619
Every format
| HEX | #f96cdf |
| RGB | rgb(249, 108, 223) |
| HSL | hsl(311, 92%, 70%) |
| CMYK | cmyk(0%, 57%, 10%, 2%) |
| LAB | lab(66.7 67.2 -33.1) |
| LCH | lch(66.7 74.9 333.8) |
| OKLCH | oklch(0.741 0.215 335.3) |
Copy-ready code
/* CSS */
color: #f96cdf;
background-color: #f96cdf;
/* Tailwind (arbitrary) */
class="text-[#f96cdf] bg-[#f96cdf]"
/* SCSS */
$brand: #f96cdf;
/* SwiftUI */
Color(red: 0.976, green: 0.424, blue: 0.875)
/* Android */
Color.parseColor("#f96cdf")Accessibility — WCAG contrast
Aa
#f96cdf on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f96cdf on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green42.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow10.4%
Key (black)2.4%
Color previews
#f96cdf text on a black background
contrast 8.24:1
Card sample
#f96cdf text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f96cdf;
Background color
Panel with #f96cdf background
background-color: #f96cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f96cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 108, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 108, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f96cdf; background: linear-gradient(135deg, #f96cdf, #F96C81);