#c573fd
a light, electric violet · warm · closest name: violet
RGB
197, 115, 253
HSL
276°, 97%, 72%
CMYK
22, 55, 0, 1
Luminance
0.3122
Every format
| HEX | #c573fd |
| RGB | rgb(197, 115, 253) |
| HSL | hsl(276, 97%, 72%) |
| CMYK | cmyk(22%, 55%, 0%, 1%) |
| LAB | lab(62.7 55.9 -56.4) |
| LCH | lch(62.7 79.4 314.7) |
| OKLCH | oklch(0.702 0.205 309.5) |
Copy-ready code
/* CSS */
color: #c573fd;
background-color: #c573fd;
/* Tailwind (arbitrary) */
class="text-[#c573fd] bg-[#c573fd]"
/* SCSS */
$brand: #c573fd;
/* SwiftUI */
Color(red: 0.773, green: 0.451, blue: 0.992)
/* Android */
Color.parseColor("#c573fd")Accessibility — WCAG contrast
Aa
#c573fd on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c573fd on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green45.1%
Blue99.2%
CMYK percentages
Cyan22.1%
Magenta54.5%
Yellow0.0%
Key (black)0.8%
Color previews
#c573fd text on a black background
contrast 7.24:1
Card sample
#c573fd text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c573fd;
Background color
Panel with #c573fd background
background-color: #c573fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c573fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 115, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 115, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c573fd; background: linear-gradient(135deg, #c573fd, #FD73D9);