#f97cfb
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 124, 251
HSL
299°, 94%, 74%
CMYK
1, 51, 0, 2
Luminance
0.4152
Every format
| HEX | #f97cfb |
| RGB | rgb(249, 124, 251) |
| HSL | hsl(299, 94%, 74%) |
| CMYK | cmyk(1%, 51%, 0%, 2%) |
| LAB | lab(70.5 64.5 -42.5) |
| LCH | lch(70.5 77.3 326.6) |
| OKLCH | oklch(0.773 0.213 326.8) |
Copy-ready code
/* CSS */
color: #f97cfb;
background-color: #f97cfb;
/* Tailwind (arbitrary) */
class="text-[#f97cfb] bg-[#f97cfb]"
/* SCSS */
$brand: #f97cfb;
/* SwiftUI */
Color(red: 0.976, green: 0.486, blue: 0.984)
/* Android */
Color.parseColor("#f97cfb")Accessibility — WCAG contrast
Aa
#f97cfb on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97cfb on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green48.6%
Blue98.4%
CMYK percentages
Cyan0.8%
Magenta50.6%
Yellow0.0%
Key (black)1.6%
Color previews
#f97cfb text on a black background
contrast 9.30:1
Card sample
#f97cfb text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97cfb;
Background color
Panel with #f97cfb background
background-color: #f97cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 124, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 124, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97cfb; background: linear-gradient(135deg, #f97cfb, #FB7CA8);