#f978d2
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 120, 210
HSL
318°, 92%, 72%
CMYK
0, 52, 16, 2
Luminance
0.3823
Every format
| HEX | #f978d2 |
| RGB | rgb(249, 120, 210) |
| HSL | hsl(318, 92%, 72%) |
| CMYK | cmyk(0%, 52%, 16%, 2%) |
| LAB | lab(68.2 59.8 -23.5) |
| LCH | lch(68.2 64.3 338.5) |
| OKLCH | oklch(0.750 0.187 340.4) |
Copy-ready code
/* CSS */
color: #f978d2;
background-color: #f978d2;
/* Tailwind (arbitrary) */
class="text-[#f978d2] bg-[#f978d2]"
/* SCSS */
$brand: #f978d2;
/* SwiftUI */
Color(red: 0.976, green: 0.471, blue: 0.824)
/* Android */
Color.parseColor("#f978d2")Accessibility — WCAG contrast
Aa
#f978d2 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f978d2 on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green47.1%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow15.7%
Key (black)2.4%
Color previews
#f978d2 text on a black background
contrast 8.65:1
Card sample
#f978d2 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f978d2;
Background color
Panel with #f978d2 background
background-color: #f978d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f978d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 120, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 120, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f978d2; background: linear-gradient(135deg, #f978d2, #F9787C);