#f979df
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 121, 223
HSL
312°, 91%, 73%
CMYK
0, 51, 10, 2
Luminance
0.3914
Every format
| HEX | #f979df |
| RGB | rgb(249, 121, 223) |
| HSL | hsl(312, 91%, 73%) |
| CMYK | cmyk(0%, 51%, 10%, 2%) |
| LAB | lab(68.9 61.3 -29.7) |
| LCH | lch(68.9 68.1 334.1) |
| OKLCH | oklch(0.757 0.195 335.7) |
Copy-ready code
/* CSS */
color: #f979df;
background-color: #f979df;
/* Tailwind (arbitrary) */
class="text-[#f979df] bg-[#f979df]"
/* SCSS */
$brand: #f979df;
/* SwiftUI */
Color(red: 0.976, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#f979df")Accessibility — WCAG contrast
Aa
#f979df on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f979df on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green47.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow10.4%
Key (black)2.4%
Color previews
#f979df text on a black background
contrast 8.83:1
Card sample
#f979df text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f979df;
Background color
Panel with #f979df background
background-color: #f979df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f979df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f979df; background: linear-gradient(135deg, #f979df, #F97989);