#fc73cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 115, 207
HSL
320°, 96%, 72%
CMYK
0, 54, 18, 1
Luminance
0.3746
Every format
| HEX | #fc73cf |
| RGB | rgb(252, 115, 207) |
| HSL | hsl(320, 96%, 72%) |
| CMYK | cmyk(0%, 54%, 18%, 1%) |
| LAB | lab(67.6 62.5 -22.7) |
| LCH | lch(67.6 66.5 340.1) |
| OKLCH | oklch(0.746 0.195 341.9) |
Copy-ready code
/* CSS */
color: #fc73cf;
background-color: #fc73cf;
/* Tailwind (arbitrary) */
class="text-[#fc73cf] bg-[#fc73cf]"
/* SCSS */
$brand: #fc73cf;
/* SwiftUI */
Color(red: 0.988, green: 0.451, blue: 0.812)
/* Android */
Color.parseColor("#fc73cf")Accessibility — WCAG contrast
Aa
#fc73cf on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc73cf on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green45.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta54.4%
Yellow17.9%
Key (black)1.2%
Color previews
#fc73cf text on a black background
contrast 8.49:1
Card sample
#fc73cf text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc73cf;
Background color
Panel with #fc73cf background
background-color: #fc73cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc73cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 115, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 115, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc73cf; background: linear-gradient(135deg, #fc73cf, #FC7374);