#f962df
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 98, 223
HSL
310°, 93%, 68%
CMYK
0, 61, 10, 2
Luminance
0.3420
Every format
| HEX | #f962df |
| RGB | rgb(249, 98, 223) |
| HSL | hsl(310, 93%, 68%) |
| CMYK | cmyk(0%, 61%, 10%, 2%) |
| LAB | lab(65.1 71.4 -35.5) |
| LCH | lch(65.1 79.7 333.6) |
| OKLCH | oklch(0.729 0.229 335.0) |
Copy-ready code
/* CSS */
color: #f962df;
background-color: #f962df;
/* Tailwind (arbitrary) */
class="text-[#f962df] bg-[#f962df]"
/* SCSS */
$brand: #f962df;
/* SwiftUI */
Color(red: 0.976, green: 0.384, blue: 0.875)
/* Android */
Color.parseColor("#f962df")Accessibility — WCAG contrast
Aa
#f962df on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f962df on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green38.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow10.4%
Key (black)2.4%
Color previews
#f962df text on a black background
contrast 7.84:1
Card sample
#f962df text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f962df;
Background color
Panel with #f962df background
background-color: #f962df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f962df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 98, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 98, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f962df; background: linear-gradient(135deg, #f962df, #F9627A);