#f97df1
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 125, 241
HSL
304°, 91%, 73%
CMYK
0, 50, 3, 2
Luminance
0.4116
Every format
| HEX | #f97df1 |
| RGB | rgb(249, 125, 241) |
| HSL | hsl(304, 91%, 73%) |
| CMYK | cmyk(0%, 50%, 3%, 2%) |
| LAB | lab(70.3 62.3 -37.4) |
| LCH | lch(70.3 72.7 329.0) |
| OKLCH | oklch(0.770 0.203 329.8) |
Copy-ready code
/* CSS */
color: #f97df1;
background-color: #f97df1;
/* Tailwind (arbitrary) */
class="text-[#f97df1] bg-[#f97df1]"
/* SCSS */
$brand: #f97df1;
/* SwiftUI */
Color(red: 0.976, green: 0.490, blue: 0.945)
/* Android */
Color.parseColor("#f97df1")Accessibility — WCAG contrast
Aa
#f97df1 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97df1 on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green49.0%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow3.2%
Key (black)2.4%
Color previews
#f97df1 text on a black background
contrast 9.23:1
Card sample
#f97df1 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97df1;
Background color
Panel with #f97df1 background
background-color: #f97df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 125, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 125, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97df1; background: linear-gradient(135deg, #f97df1, #F97D9E);