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