#f962c2
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 98, 194
HSL
322°, 93%, 68%
CMYK
0, 61, 22, 2
Luminance
0.3277
Every format
| HEX | #f962c2 |
| RGB | rgb(249, 98, 194) |
| HSL | hsl(322, 93%, 68%) |
| CMYK | cmyk(0%, 61%, 22%, 2%) |
| LAB | lab(64.0 67.3 -21.0) |
| LCH | lch(64.0 70.5 342.7) |
| OKLCH | oklch(0.717 0.209 344.6) |
Copy-ready code
/* CSS */
color: #f962c2;
background-color: #f962c2;
/* Tailwind (arbitrary) */
class="text-[#f962c2] bg-[#f962c2]"
/* SCSS */
$brand: #f962c2;
/* SwiftUI */
Color(red: 0.976, green: 0.384, blue: 0.761)
/* Android */
Color.parseColor("#f962c2")Accessibility — WCAG contrast
Aa
#f962c2 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f962c2 on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green38.4%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow22.1%
Key (black)2.4%
Color previews
#f962c2 text on a black background
contrast 7.55:1
Card sample
#f962c2 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f962c2;
Background color
Panel with #f962c2 background
background-color: #f962c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f962c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 98, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 98, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f962c2; background: linear-gradient(135deg, #f962c2, #F96762);