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