#fc49df
a balanced, electric magenta / pink · warm · closest name: violet
RGB
252, 73, 223
HSL
310°, 97%, 64%
CMYK
0, 71, 12, 1
Luminance
0.3079
Every format
| HEX | #fc49df |
| RGB | rgb(252, 73, 223) |
| HSL | hsl(310, 97%, 64%) |
| CMYK | cmyk(0%, 71%, 12%, 1%) |
| LAB | lab(62.3 81.1 -39.8) |
| LCH | lch(62.3 90.4 333.9) |
| OKLCH | oklch(0.710 0.261 335.4) |
Copy-ready code
/* CSS */
color: #fc49df;
background-color: #fc49df;
/* Tailwind (arbitrary) */
class="text-[#fc49df] bg-[#fc49df]"
/* SCSS */
$brand: #fc49df;
/* SwiftUI */
Color(red: 0.988, green: 0.286, blue: 0.875)
/* Android */
Color.parseColor("#fc49df")Accessibility — WCAG contrast
Aa
#fc49df on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc49df on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green28.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta71.0%
Yellow11.5%
Key (black)1.2%
Color previews
#fc49df text on a black background
contrast 7.16:1
Card sample
#fc49df text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc49df;
Background color
Panel with #fc49df background
background-color: #fc49df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc49df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 73, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 73, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc49df; background: linear-gradient(135deg, #fc49df, #FC4968);