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