#f97fd8
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 127, 216
HSL
316°, 91%, 74%
CMYK
0, 49, 13, 2
Luminance
0.4028
Every format
| HEX | #f97fd8 |
| RGB | rgb(249, 127, 216) |
| HSL | hsl(316, 91%, 74%) |
| CMYK | cmyk(0%, 49%, 13%, 2%) |
| LAB | lab(69.7 57.4 -24.6) |
| LCH | lch(69.7 62.4 336.8) |
| OKLCH | oklch(0.762 0.181 338.5) |
Copy-ready code
/* CSS */
color: #f97fd8;
background-color: #f97fd8;
/* Tailwind (arbitrary) */
class="text-[#f97fd8] bg-[#f97fd8]"
/* SCSS */
$brand: #f97fd8;
/* SwiftUI */
Color(red: 0.976, green: 0.498, blue: 0.847)
/* Android */
Color.parseColor("#f97fd8")Accessibility — WCAG contrast
Aa
#f97fd8 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97fd8 on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green49.8%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow13.3%
Key (black)2.4%
Color previews
#f97fd8 text on a black background
contrast 9.06:1
Card sample
#f97fd8 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97fd8;
Background color
Panel with #f97fd8 background
background-color: #f97fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 127, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 127, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97fd8; background: linear-gradient(135deg, #f97fd8, #F97F87);