#fc63df
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 99, 223
HSL
311°, 96%, 69%
CMYK
0, 61, 12, 1
Luminance
0.3495
Every format
| HEX | #fc63df |
| RGB | rgb(252, 99, 223) |
| HSL | hsl(311, 96%, 69%) |
| CMYK | cmyk(0%, 61%, 12%, 1%) |
| LAB | lab(65.7 71.7 -34.6) |
| LCH | lch(65.7 79.6 334.3) |
| OKLCH | oklch(0.734 0.229 335.8) |
Copy-ready code
/* CSS */
color: #fc63df;
background-color: #fc63df;
/* Tailwind (arbitrary) */
class="text-[#fc63df] bg-[#fc63df]"
/* SCSS */
$brand: #fc63df;
/* SwiftUI */
Color(red: 0.988, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#fc63df")Accessibility — WCAG contrast
Aa
#fc63df on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc63df on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green38.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow11.5%
Key (black)1.2%
Color previews
#fc63df text on a black background
contrast 7.99:1
Card sample
#fc63df text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc63df;
Background color
Panel with #fc63df background
background-color: #fc63df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc63df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc63df; background: linear-gradient(135deg, #fc63df, #FC6379);