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