#f978c2
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 120, 194
HSL
326°, 92%, 72%
CMYK
0, 52, 22, 2
Luminance
0.3747
Every format
| HEX | #f978c2 |
| RGB | rgb(249, 120, 194) |
| HSL | hsl(326, 92%, 72%) |
| CMYK | cmyk(0%, 52%, 22%, 2%) |
| LAB | lab(67.6 57.5 -15.4) |
| LCH | lch(67.6 59.5 345.0) |
| OKLCH | oklch(0.744 0.177 346.8) |
Copy-ready code
/* CSS */
color: #f978c2;
background-color: #f978c2;
/* Tailwind (arbitrary) */
class="text-[#f978c2] bg-[#f978c2]"
/* SCSS */
$brand: #f978c2;
/* SwiftUI */
Color(red: 0.976, green: 0.471, blue: 0.761)
/* Android */
Color.parseColor("#f978c2")Accessibility — WCAG contrast
Aa
#f978c2 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f978c2 on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green47.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow22.1%
Key (black)2.4%
Color previews
#f978c2 text on a black background
contrast 8.49:1
Card sample
#f978c2 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f978c2;
Background color
Panel with #f978c2 background
background-color: #f978c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f978c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 120, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 120, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f978c2; background: linear-gradient(135deg, #f978c2, #F98478);