#f63afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 58, 253
HSL
298°, 98%, 61%
CMYK
3, 77, 0, 1
Luminance
0.2971
Every format
| HEX | #f63afd |
| RGB | rgb(246, 58, 253) |
| HSL | hsl(298, 98%, 61%) |
| CMYK | cmyk(3%, 77%, 0%, 1%) |
| LAB | lab(61.4 88.6 -58.1) |
| LCH | lch(61.4 105.9 326.8) |
| OKLCH | oklch(0.706 0.293 326.5) |
Copy-ready code
/* CSS */
color: #f63afd;
background-color: #f63afd;
/* Tailwind (arbitrary) */
class="text-[#f63afd] bg-[#f63afd]"
/* SCSS */
$brand: #f63afd;
/* SwiftUI */
Color(red: 0.965, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#f63afd")Accessibility — WCAG contrast
Aa
#f63afd on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f63afd on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green22.7%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#f63afd text on a black background
contrast 6.94:1
Card sample
#f63afd text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f63afd;
Background color
Panel with #f63afd background
background-color: #f63afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f63afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f63afd; background: linear-gradient(135deg, #f63afd, #FD3A82);