#f97fba
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 127, 186
HSL
331°, 91%, 74%
CMYK
0, 49, 25, 2
Luminance
0.3886
Every format
| HEX | #f97fba |
| RGB | rgb(249, 127, 186) |
| HSL | hsl(331, 91%, 74%) |
| CMYK | cmyk(0%, 49%, 25%, 2%) |
| LAB | lab(68.7 53.1 -9.4) |
| LCH | lch(68.7 53.9 350.0) |
| OKLCH | oklch(0.751 0.162 351.4) |
Copy-ready code
/* CSS */
color: #f97fba;
background-color: #f97fba;
/* Tailwind (arbitrary) */
class="text-[#f97fba] bg-[#f97fba]"
/* SCSS */
$brand: #f97fba;
/* SwiftUI */
Color(red: 0.976, green: 0.498, blue: 0.729)
/* Android */
Color.parseColor("#f97fba")Accessibility — WCAG contrast
Aa
#f97fba on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97fba on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green49.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow25.3%
Key (black)2.4%
Color previews
#f97fba text on a black background
contrast 8.77:1
Card sample
#f97fba text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97fba;
Background color
Panel with #f97fba background
background-color: #f97fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 127, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 127, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97fba; background: linear-gradient(135deg, #f97fba, #F9957F);