#c573df
a light, vivid violet · warm · closest name: orchid
RGB
197, 115, 223
HSL
286°, 63%, 66%
CMYK
12, 48, 0, 13
Luminance
0.2946
Every format
| HEX | #c573df |
| RGB | rgb(197, 115, 223) |
| HSL | hsl(286, 63%, 66%) |
| CMYK | cmyk(12%, 48%, 0%, 13%) |
| LAB | lab(61.2 49.6 -42.2) |
| LCH | lch(61.2 65.1 319.6) |
| OKLCH | oklch(0.686 0.173 317.6) |
Copy-ready code
/* CSS */
color: #c573df;
background-color: #c573df;
/* Tailwind (arbitrary) */
class="text-[#c573df] bg-[#c573df]"
/* SCSS */
$brand: #c573df;
/* SwiftUI */
Color(red: 0.773, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#c573df")Accessibility — WCAG contrast
Aa
#c573df on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c573df on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green45.1%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta48.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c573df text on a black background
contrast 6.89:1
Card sample
#c573df text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c573df;
Background color
Panel with #c573df background
background-color: #c573df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c573df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c573df; background: linear-gradient(135deg, #c573df, #DF73B1);