#f978ab
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 120, 171
HSL
336°, 92%, 72%
CMYK
0, 52, 31, 2
Luminance
0.3651
Every format
| HEX | #f978ab |
| RGB | rgb(249, 120, 171) |
| HSL | hsl(336, 92%, 72%) |
| CMYK | cmyk(0%, 52%, 31%, 2%) |
| LAB | lab(66.9 54.5 -3.5) |
| LCH | lch(66.9 54.6 356.3) |
| OKLCH | oklch(0.736 0.166 357.0) |
Copy-ready code
/* CSS */
color: #f978ab;
background-color: #f978ab;
/* Tailwind (arbitrary) */
class="text-[#f978ab] bg-[#f978ab]"
/* SCSS */
$brand: #f978ab;
/* SwiftUI */
Color(red: 0.976, green: 0.471, blue: 0.671)
/* Android */
Color.parseColor("#f978ab")Accessibility — WCAG contrast
Aa
#f978ab on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f978ab on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green47.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow31.3%
Key (black)2.4%
Color previews
#f978ab text on a black background
contrast 8.30:1
Card sample
#f978ab text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f978ab;
Background color
Panel with #f978ab background
background-color: #f978ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f978ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 120, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 120, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f978ab; background: linear-gradient(135deg, #f978ab, #F99B78);