#c973df
a light, vivid violet · warm · closest name: orchid
RGB
201, 115, 223
HSL
288°, 63%, 66%
CMYK
10, 48, 0, 13
Luminance
0.3001
Every format
| HEX | #c973df |
| RGB | rgb(201, 115, 223) |
| HSL | hsl(288, 63%, 66%) |
| CMYK | cmyk(10%, 48%, 0%, 13%) |
| LAB | lab(61.7 50.7 -41.4) |
| LCH | lch(61.7 65.4 320.8) |
| OKLCH | oklch(0.691 0.175 319.2) |
Copy-ready code
/* CSS */
color: #c973df;
background-color: #c973df;
/* Tailwind (arbitrary) */
class="text-[#c973df] bg-[#c973df]"
/* SCSS */
$brand: #c973df;
/* SwiftUI */
Color(red: 0.788, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#c973df")Accessibility — WCAG contrast
Aa
#c973df on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c973df on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green45.1%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta48.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c973df text on a black background
contrast 7.00:1
Card sample
#c973df text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c973df;
Background color
Panel with #c973df background
background-color: #c973df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c973df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c973df; background: linear-gradient(135deg, #c973df, #DF73AD);