#f978cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 120, 207
HSL
320°, 92%, 72%
CMYK
0, 52, 17, 2
Luminance
0.3808
Every format
| HEX | #f978cf |
| RGB | rgb(249, 120, 207) |
| HSL | hsl(320, 92%, 72%) |
| CMYK | cmyk(0%, 52%, 17%, 2%) |
| LAB | lab(68.1 59.3 -22.0) |
| LCH | lch(68.1 63.3 339.6) |
| OKLCH | oklch(0.749 0.185 341.5) |
Copy-ready code
/* CSS */
color: #f978cf;
background-color: #f978cf;
/* Tailwind (arbitrary) */
class="text-[#f978cf] bg-[#f978cf]"
/* SCSS */
$brand: #f978cf;
/* SwiftUI */
Color(red: 0.976, green: 0.471, blue: 0.812)
/* Android */
Color.parseColor("#f978cf")Accessibility — WCAG contrast
Aa
#f978cf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f978cf on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green47.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow16.9%
Key (black)2.4%
Color previews
#f978cf text on a black background
contrast 8.62:1
Card sample
#f978cf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f978cf;
Background color
Panel with #f978cf background
background-color: #f978cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f978cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 120, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 120, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f978cf; background: linear-gradient(135deg, #f978cf, #F97879);