#f97fda
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 127, 218
HSL
315°, 91%, 74%
CMYK
0, 49, 12, 2
Luminance
0.4038
Every format
| HEX | #f97fda |
| RGB | rgb(249, 127, 218) |
| HSL | hsl(315, 91%, 74%) |
| CMYK | cmyk(0%, 49%, 12%, 2%) |
| LAB | lab(69.7 57.7 -25.6) |
| LCH | lch(69.7 63.1 336.1) |
| OKLCH | oklch(0.763 0.182 337.8) |
Copy-ready code
/* CSS */
color: #f97fda;
background-color: #f97fda;
/* Tailwind (arbitrary) */
class="text-[#f97fda] bg-[#f97fda]"
/* SCSS */
$brand: #f97fda;
/* SwiftUI */
Color(red: 0.976, green: 0.498, blue: 0.855)
/* Android */
Color.parseColor("#f97fda")Accessibility — WCAG contrast
Aa
#f97fda on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97fda on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green49.8%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow12.4%
Key (black)2.4%
Color previews
#f97fda text on a black background
contrast 9.08:1
Card sample
#f97fda text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97fda;
Background color
Panel with #f97fda background
background-color: #f97fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 127, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 127, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97fda; background: linear-gradient(135deg, #f97fda, #F97F89);