#f978ae
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 120, 174
HSL
335°, 92%, 72%
CMYK
0, 52, 30, 2
Luminance
0.3663
Every format
| HEX | #f978ae |
| RGB | rgb(249, 120, 174) |
| HSL | hsl(335, 92%, 72%) |
| CMYK | cmyk(0%, 52%, 30%, 2%) |
| LAB | lab(67.0 54.9 -5.1) |
| LCH | lch(67.0 55.1 354.7) |
| OKLCH | oklch(0.737 0.167 355.6) |
Copy-ready code
/* CSS */
color: #f978ae;
background-color: #f978ae;
/* Tailwind (arbitrary) */
class="text-[#f978ae] bg-[#f978ae]"
/* SCSS */
$brand: #f978ae;
/* SwiftUI */
Color(red: 0.976, green: 0.471, blue: 0.682)
/* Android */
Color.parseColor("#f978ae")Accessibility — WCAG contrast
Aa
#f978ae on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f978ae on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green47.1%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow30.1%
Key (black)2.4%
Color previews
#f978ae text on a black background
contrast 8.33:1
Card sample
#f978ae text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f978ae;
Background color
Panel with #f978ae background
background-color: #f978ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f978ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 120, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 120, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f978ae; background: linear-gradient(135deg, #f978ae, #F99878);