#f97acf
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 122, 207
HSL
320°, 91%, 73%
CMYK
0, 51, 17, 2
Luminance
0.3856
Every format
| HEX | #f97acf |
| RGB | rgb(249, 122, 207) |
| HSL | hsl(320, 91%, 73%) |
| CMYK | cmyk(0%, 51%, 17%, 2%) |
| LAB | lab(68.4 58.4 -21.5) |
| LCH | lch(68.4 62.2 339.8) |
| OKLCH | oklch(0.751 0.182 341.7) |
Copy-ready code
/* CSS */
color: #f97acf;
background-color: #f97acf;
/* Tailwind (arbitrary) */
class="text-[#f97acf] bg-[#f97acf]"
/* SCSS */
$brand: #f97acf;
/* SwiftUI */
Color(red: 0.976, green: 0.478, blue: 0.812)
/* Android */
Color.parseColor("#f97acf")Accessibility — WCAG contrast
Aa
#f97acf on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97acf on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green47.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow16.9%
Key (black)2.4%
Color previews
#f97acf text on a black background
contrast 8.71:1
Card sample
#f97acf text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97acf;
Background color
Panel with #f97acf background
background-color: #f97acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 122, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 122, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97acf; background: linear-gradient(135deg, #f97acf, #F97A7A);