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