#f97afd
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 122, 253
HSL
298°, 97%, 74%
CMYK
2, 52, 0, 1
Luminance
0.4115
Every format
| HEX | #f97afd |
| RGB | rgb(249, 122, 253) |
| HSL | hsl(298, 97%, 74%) |
| CMYK | cmyk(2%, 52%, 0%, 1%) |
| LAB | lab(70.3 65.8 -44.0) |
| LCH | lch(70.3 79.1 326.2) |
| OKLCH | oklch(0.771 0.218 326.3) |
Copy-ready code
/* CSS */
color: #f97afd;
background-color: #f97afd;
/* Tailwind (arbitrary) */
class="text-[#f97afd] bg-[#f97afd]"
/* SCSS */
$brand: #f97afd;
/* SwiftUI */
Color(red: 0.976, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#f97afd")Accessibility — WCAG contrast
Aa
#f97afd on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97afd on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green47.8%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f97afd text on a black background
contrast 9.23:1
Card sample
#f97afd text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97afd;
Background color
Panel with #f97afd background
background-color: #f97afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97afd; background: linear-gradient(135deg, #f97afd, #FD7AAA);