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