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