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