#fc42df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 66, 223
HSL
309°, 97%, 62%
CMYK
0, 74, 12, 1
Luminance
0.2992
Every format
| HEX | #fc42df |
| RGB | rgb(252, 66, 223) |
| HSL | hsl(309, 97%, 62%) |
| CMYK | cmyk(0%, 74%, 12%, 1%) |
| LAB | lab(61.6 83.3 -41.0) |
| LCH | lch(61.6 92.8 333.8) |
| OKLCH | oklch(0.704 0.268 335.3) |
Copy-ready code
/* CSS */
color: #fc42df;
background-color: #fc42df;
/* Tailwind (arbitrary) */
class="text-[#fc42df] bg-[#fc42df]"
/* SCSS */
$brand: #fc42df;
/* SwiftUI */
Color(red: 0.988, green: 0.259, blue: 0.875)
/* Android */
Color.parseColor("#fc42df")Accessibility — WCAG contrast
Aa
#fc42df on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc42df on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green25.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta73.8%
Yellow11.5%
Key (black)1.2%
Color previews
#fc42df text on a black background
contrast 6.98:1
Card sample
#fc42df text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc42df;
Background color
Panel with #fc42df background
background-color: #fc42df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc42df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 66, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 66, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc42df; background: linear-gradient(135deg, #fc42df, #FC4263);