#f978c5
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 120, 197
HSL
324°, 92%, 72%
CMYK
0, 52, 21, 2
Luminance
0.3760
Every format
| HEX | #f978c5 |
| RGB | rgb(249, 120, 197) |
| HSL | hsl(324, 92%, 72%) |
| CMYK | cmyk(0%, 52%, 21%, 2%) |
| LAB | lab(67.7 57.9 -16.9) |
| LCH | lch(67.7 60.3 343.7) |
| OKLCH | oklch(0.745 0.179 345.5) |
Copy-ready code
/* CSS */
color: #f978c5;
background-color: #f978c5;
/* Tailwind (arbitrary) */
class="text-[#f978c5] bg-[#f978c5]"
/* SCSS */
$brand: #f978c5;
/* SwiftUI */
Color(red: 0.976, green: 0.471, blue: 0.773)
/* Android */
Color.parseColor("#f978c5")Accessibility — WCAG contrast
Aa
#f978c5 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f978c5 on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green47.1%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow20.9%
Key (black)2.4%
Color previews
#f978c5 text on a black background
contrast 8.52:1
Card sample
#f978c5 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f978c5;
Background color
Panel with #f978c5 background
background-color: #f978c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f978c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 120, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 120, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f978c5; background: linear-gradient(135deg, #f978c5, #F98178);