#f962db
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 98, 219
HSL
312°, 93%, 68%
CMYK
0, 61, 12, 2
Luminance
0.3399
Every format
| HEX | #f962db |
| RGB | rgb(249, 98, 219) |
| HSL | hsl(312, 93%, 68%) |
| CMYK | cmyk(0%, 61%, 12%, 2%) |
| LAB | lab(65.0 70.8 -33.5) |
| LCH | lch(65.0 78.3 334.6) |
| OKLCH | oklch(0.727 0.226 336.2) |
Copy-ready code
/* CSS */
color: #f962db;
background-color: #f962db;
/* Tailwind (arbitrary) */
class="text-[#f962db] bg-[#f962db]"
/* SCSS */
$brand: #f962db;
/* SwiftUI */
Color(red: 0.976, green: 0.384, blue: 0.859)
/* Android */
Color.parseColor("#f962db")Accessibility — WCAG contrast
Aa
#f962db on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f962db on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green38.4%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow12.0%
Key (black)2.4%
Color previews
#f962db text on a black background
contrast 7.80:1
Card sample
#f962db text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f962db;
Background color
Panel with #f962db background
background-color: #f962db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f962db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 98, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 98, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f962db; background: linear-gradient(135deg, #f962db, #F96276);