#f97fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 127, 223
HSL
313°, 91%, 74%
CMYK
0, 49, 10, 2
Luminance
0.4065
Every format
| HEX | #f97fdf |
| RGB | rgb(249, 127, 223) |
| HSL | hsl(313, 91%, 74%) |
| CMYK | cmyk(0%, 49%, 10%, 2%) |
| LAB | lab(69.9 58.5 -28.1) |
| LCH | lch(69.9 64.9 334.4) |
| OKLCH | oklch(0.765 0.186 335.9) |
Copy-ready code
/* CSS */
color: #f97fdf;
background-color: #f97fdf;
/* Tailwind (arbitrary) */
class="text-[#f97fdf] bg-[#f97fdf]"
/* SCSS */
$brand: #f97fdf;
/* SwiftUI */
Color(red: 0.976, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#f97fdf")Accessibility — WCAG contrast
Aa
#f97fdf on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97fdf on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green49.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow10.4%
Key (black)2.4%
Color previews
#f97fdf text on a black background
contrast 9.13:1
Card sample
#f97fdf text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97fdf;
Background color
Panel with #f97fdf background
background-color: #f97fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97fdf; background: linear-gradient(135deg, #f97fdf, #F97F8E);