#f63ffc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 63, 252
HSL
298°, 97%, 62%
CMYK
2, 75, 0, 1
Luminance
0.3018
Every format
| HEX | #f63ffc |
| RGB | rgb(246, 63, 252) |
| HSL | hsl(298, 97%, 62%) |
| CMYK | cmyk(2%, 75%, 0%, 1%) |
| LAB | lab(61.8 87.1 -56.9) |
| LCH | lch(61.8 104.0 326.9) |
| OKLCH | oklch(0.709 0.288 326.7) |
Copy-ready code
/* CSS */
color: #f63ffc;
background-color: #f63ffc;
/* Tailwind (arbitrary) */
class="text-[#f63ffc] bg-[#f63ffc]"
/* SCSS */
$brand: #f63ffc;
/* SwiftUI */
Color(red: 0.965, green: 0.247, blue: 0.988)
/* Android */
Color.parseColor("#f63ffc")Accessibility — WCAG contrast
Aa
#f63ffc on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f63ffc on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green24.7%
Blue98.8%
CMYK percentages
Cyan2.4%
Magenta75.0%
Yellow0.0%
Key (black)1.2%
Color previews
#f63ffc text on a black background
contrast 7.04:1
Card sample
#f63ffc text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f63ffc;
Background color
Panel with #f63ffc background
background-color: #f63ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f63ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 63, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 63, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f63ffc; background: linear-gradient(135deg, #f63ffc, #FC3F84);