#f96fd7
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 111, 215
HSL
315°, 92%, 71%
CMYK
0, 55, 14, 2
Luminance
0.3641
Every format
| HEX | #f96fd7 |
| RGB | rgb(249, 111, 215) |
| HSL | hsl(315, 92%, 71%) |
| CMYK | cmyk(0%, 55%, 14%, 2%) |
| LAB | lab(66.8 64.6 -28.4) |
| LCH | lch(66.8 70.6 336.3) |
| OKLCH | oklch(0.741 0.204 338.0) |
Copy-ready code
/* CSS */
color: #f96fd7;
background-color: #f96fd7;
/* Tailwind (arbitrary) */
class="text-[#f96fd7] bg-[#f96fd7]"
/* SCSS */
$brand: #f96fd7;
/* SwiftUI */
Color(red: 0.976, green: 0.435, blue: 0.843)
/* Android */
Color.parseColor("#f96fd7")Accessibility — WCAG contrast
Aa
#f96fd7 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f96fd7 on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green43.5%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta55.4%
Yellow13.7%
Key (black)2.4%
Color previews
#f96fd7 text on a black background
contrast 8.28:1
Card sample
#f96fd7 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f96fd7;
Background color
Panel with #f96fd7 background
background-color: #f96fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f96fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 111, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 111, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f96fd7; background: linear-gradient(135deg, #f96fd7, #F96F7B);