#f962cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 98, 205
HSL
318°, 93%, 68%
CMYK
0, 61, 18, 2
Luminance
0.3328
Every format
| HEX | #f962cd |
| RGB | rgb(249, 98, 205) |
| HSL | hsl(318, 93%, 68%) |
| CMYK | cmyk(0%, 61%, 18%, 2%) |
| LAB | lab(64.4 68.8 -26.5) |
| LCH | lch(64.4 73.7 338.9) |
| OKLCH | oklch(0.721 0.216 340.8) |
Copy-ready code
/* CSS */
color: #f962cd;
background-color: #f962cd;
/* Tailwind (arbitrary) */
class="text-[#f962cd] bg-[#f962cd]"
/* SCSS */
$brand: #f962cd;
/* SwiftUI */
Color(red: 0.976, green: 0.384, blue: 0.804)
/* Android */
Color.parseColor("#f962cd")Accessibility — WCAG contrast
Aa
#f962cd on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f962cd on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green38.4%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow17.7%
Key (black)2.4%
Color previews
#f962cd text on a black background
contrast 7.66:1
Card sample
#f962cd text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f962cd;
Background color
Panel with #f962cd background
background-color: #f962cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f962cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 98, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 98, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f962cd; background: linear-gradient(135deg, #f962cd, #F96268);