#f962af
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 98, 175
HSL
329°, 93%, 68%
CMYK
0, 61, 30, 2
Luminance
0.3197
Every format
| HEX | #f962af |
| RGB | rgb(249, 98, 175) |
| HSL | hsl(329, 93%, 68%) |
| CMYK | cmyk(0%, 61%, 30%, 2%) |
| LAB | lab(63.3 64.9 -11.1) |
| LCH | lch(63.3 65.8 350.3) |
| OKLCH | oklch(0.710 0.199 351.7) |
Copy-ready code
/* CSS */
color: #f962af;
background-color: #f962af;
/* Tailwind (arbitrary) */
class="text-[#f962af] bg-[#f962af]"
/* SCSS */
$brand: #f962af;
/* SwiftUI */
Color(red: 0.976, green: 0.384, blue: 0.686)
/* Android */
Color.parseColor("#f962af")Accessibility — WCAG contrast
Aa
#f962af on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f962af on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green38.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow29.7%
Key (black)2.4%
Color previews
#f962af text on a black background
contrast 7.39:1
Card sample
#f962af text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f962af;
Background color
Panel with #f962af background
background-color: #f962af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f962af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 98, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 98, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f962af; background: linear-gradient(135deg, #f962af, #F97A62);