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