#f978b9
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 120, 185
HSL
330°, 92%, 72%
CMYK
0, 52, 26, 2
Luminance
0.3708
Every format
| HEX | #f978b9 |
| RGB | rgb(249, 120, 185) |
| HSL | hsl(330, 92%, 72%) |
| CMYK | cmyk(0%, 52%, 26%, 2%) |
| LAB | lab(67.3 56.3 -10.8) |
| LCH | lch(67.3 57.3 349.1) |
| OKLCH | oklch(0.741 0.172 350.6) |
Copy-ready code
/* CSS */
color: #f978b9;
background-color: #f978b9;
/* Tailwind (arbitrary) */
class="text-[#f978b9] bg-[#f978b9]"
/* SCSS */
$brand: #f978b9;
/* SwiftUI */
Color(red: 0.976, green: 0.471, blue: 0.725)
/* Android */
Color.parseColor("#f978b9")Accessibility — WCAG contrast
Aa
#f978b9 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f978b9 on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green47.1%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow25.7%
Key (black)2.4%
Color previews
#f978b9 text on a black background
contrast 8.42:1
Card sample
#f978b9 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f978b9;
Background color
Panel with #f978b9 background
background-color: #f978b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f978b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 120, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 120, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f978b9; background: linear-gradient(135deg, #f978b9, #F98D78);