#f97af7
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 122, 247
HSL
301°, 91%, 73%
CMYK
0, 51, 1, 2
Luminance
0.4077
Every format
| HEX | #f97af7 |
| RGB | rgb(249, 122, 247) |
| HSL | hsl(301, 91%, 73%) |
| CMYK | cmyk(0%, 51%, 1%, 2%) |
| LAB | lab(70.0 64.8 -41.1) |
| LCH | lch(70.0 76.7 327.6) |
| OKLCH | oklch(0.768 0.213 328.0) |
Copy-ready code
/* CSS */
color: #f97af7;
background-color: #f97af7;
/* Tailwind (arbitrary) */
class="text-[#f97af7] bg-[#f97af7]"
/* SCSS */
$brand: #f97af7;
/* SwiftUI */
Color(red: 0.976, green: 0.478, blue: 0.969)
/* Android */
Color.parseColor("#f97af7")Accessibility — WCAG contrast
Aa
#f97af7 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97af7 on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green47.8%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow0.8%
Key (black)2.4%
Color previews
#f97af7 text on a black background
contrast 9.15:1
Card sample
#f97af7 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97af7;
Background color
Panel with #f97af7 background
background-color: #f97af7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97af7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 122, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 122, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97af7; background: linear-gradient(135deg, #f97af7, #F97AA2);