#f963fd
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 99, 253
HSL
298°, 98%, 69%
CMYK
2, 61, 0, 1
Luminance
0.3616
Every format
| HEX | #f963fd |
| RGB | rgb(249, 99, 253) |
| HSL | hsl(298, 98%, 69%) |
| CMYK | cmyk(2%, 61%, 0%, 1%) |
| LAB | lab(66.6 75.7 -49.7) |
| LCH | lch(66.6 90.6 326.7) |
| OKLCH | oklch(0.745 0.250 326.7) |
Copy-ready code
/* CSS */
color: #f963fd;
background-color: #f963fd;
/* Tailwind (arbitrary) */
class="text-[#f963fd] bg-[#f963fd]"
/* SCSS */
$brand: #f963fd;
/* SwiftUI */
Color(red: 0.976, green: 0.388, blue: 0.992)
/* Android */
Color.parseColor("#f963fd")Accessibility — WCAG contrast
Aa
#f963fd on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f963fd on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green38.8%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta60.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f963fd text on a black background
contrast 8.23:1
Card sample
#f963fd text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f963fd;
Background color
Panel with #f963fd background
background-color: #f963fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f963fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 99, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 99, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f963fd; background: linear-gradient(135deg, #f963fd, #FD639A);