#fc39df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
252, 57, 223
HSL
309°, 97%, 61%
CMYK
0, 77, 12, 1
Luminance
0.2895
Every format
| HEX | #fc39df |
| RGB | rgb(252, 57, 223) |
| HSL | hsl(309, 97%, 61%) |
| CMYK | cmyk(0%, 77%, 12%, 1%) |
| LAB | lab(60.7 85.7 -42.3) |
| LCH | lch(60.7 95.6 333.7) |
| OKLCH | oklch(0.698 0.276 335.2) |
Copy-ready code
/* CSS */
color: #fc39df;
background-color: #fc39df;
/* Tailwind (arbitrary) */
class="text-[#fc39df] bg-[#fc39df]"
/* SCSS */
$brand: #fc39df;
/* SwiftUI */
Color(red: 0.988, green: 0.224, blue: 0.875)
/* Android */
Color.parseColor("#fc39df")Accessibility — WCAG contrast
Aa
#fc39df on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc39df on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green22.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta77.4%
Yellow11.5%
Key (black)1.2%
Color previews
#fc39df text on a black background
contrast 6.79:1
Card sample
#fc39df text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc39df;
Background color
Panel with #fc39df background
background-color: #fc39df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc39df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 57, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 57, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc39df; background: linear-gradient(135deg, #fc39df, #FC395D);