#fc73df
a light, electric magenta / pink · warm · closest name: violet
RGB
252, 115, 223
HSL
313°, 96%, 72%
CMYK
0, 54, 12, 1
Luminance
0.3828
Every format
| HEX | #fc73df |
| RGB | rgb(252, 115, 223) |
| HSL | hsl(313, 96%, 72%) |
| CMYK | cmyk(0%, 54%, 12%, 1%) |
| LAB | lab(68.2 64.9 -30.6) |
| LCH | lch(68.2 71.8 334.7) |
| OKLCH | oklch(0.753 0.206 336.3) |
Copy-ready code
/* CSS */
color: #fc73df;
background-color: #fc73df;
/* Tailwind (arbitrary) */
class="text-[#fc73df] bg-[#fc73df]"
/* SCSS */
$brand: #fc73df;
/* SwiftUI */
Color(red: 0.988, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#fc73df")Accessibility — WCAG contrast
Aa
#fc73df on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc73df on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green45.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta54.4%
Yellow11.5%
Key (black)1.2%
Color previews
#fc73df text on a black background
contrast 8.66:1
Card sample
#fc73df text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc73df;
Background color
Panel with #fc73df background
background-color: #fc73df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc73df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc73df; background: linear-gradient(135deg, #fc73df, #FC7384);