#f972df
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 114, 223
HSL
312°, 92%, 71%
CMYK
0, 54, 10, 2
Luminance
0.3750
Every format
| HEX | #f972df |
| RGB | rgb(249, 114, 223) |
| HSL | hsl(312, 92%, 71%) |
| CMYK | cmyk(0%, 54%, 10%, 2%) |
| LAB | lab(67.7 64.5 -31.6) |
| LCH | lch(67.7 71.8 333.9) |
| OKLCH | oklch(0.748 0.206 335.4) |
Copy-ready code
/* CSS */
color: #f972df;
background-color: #f972df;
/* Tailwind (arbitrary) */
class="text-[#f972df] bg-[#f972df]"
/* SCSS */
$brand: #f972df;
/* SwiftUI */
Color(red: 0.976, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#f972df")Accessibility — WCAG contrast
Aa
#f972df on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f972df on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green44.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta54.2%
Yellow10.4%
Key (black)2.4%
Color previews
#f972df text on a black background
contrast 8.50:1
Card sample
#f972df text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f972df;
Background color
Panel with #f972df background
background-color: #f972df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f972df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f972df; background: linear-gradient(135deg, #f972df, #F97285);