#f573fd
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 115, 253
HSL
297°, 97%, 72%
CMYK
3, 55, 0, 1
Luminance
0.3877
Every format
| HEX | #f573fd |
| RGB | rgb(245, 115, 253) |
| HSL | hsl(297, 97%, 72%) |
| CMYK | cmyk(3%, 55%, 0%, 1%) |
| LAB | lab(68.6 67.9 -46.7) |
| LCH | lch(68.6 82.4 325.5) |
| OKLCH | oklch(0.758 0.226 325.3) |
Copy-ready code
/* CSS */
color: #f573fd;
background-color: #f573fd;
/* Tailwind (arbitrary) */
class="text-[#f573fd] bg-[#f573fd]"
/* SCSS */
$brand: #f573fd;
/* SwiftUI */
Color(red: 0.961, green: 0.451, blue: 0.992)
/* Android */
Color.parseColor("#f573fd")Accessibility — WCAG contrast
Aa
#f573fd on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f573fd on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green45.1%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta54.5%
Yellow0.0%
Key (black)0.8%
Color previews
#f573fd text on a black background
contrast 8.75:1
Card sample
#f573fd text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f573fd;
Background color
Panel with #f573fd background
background-color: #f573fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f573fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 115, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 115, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f573fd; background: linear-gradient(135deg, #f573fd, #FD73A9);