#c971df
a light, vivid violet · warm · closest name: orchid
RGB
201, 113, 223
HSL
288°, 63%, 66%
CMYK
10, 49, 0, 13
Luminance
0.2956
Every format
| HEX | #c971df |
| RGB | rgb(201, 113, 223) |
| HSL | hsl(288, 63%, 66%) |
| CMYK | cmyk(10%, 49%, 0%, 13%) |
| LAB | lab(61.3 51.7 -42.0) |
| LCH | lch(61.3 66.6 320.9) |
| OKLCH | oklch(0.688 0.178 319.3) |
Copy-ready code
/* CSS */
color: #c971df;
background-color: #c971df;
/* Tailwind (arbitrary) */
class="text-[#c971df] bg-[#c971df]"
/* SCSS */
$brand: #c971df;
/* SwiftUI */
Color(red: 0.788, green: 0.443, blue: 0.875)
/* Android */
Color.parseColor("#c971df")Accessibility — WCAG contrast
Aa
#c971df on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c971df on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green44.3%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta49.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c971df text on a black background
contrast 6.91:1
Card sample
#c971df text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c971df;
Background color
Panel with #c971df background
background-color: #c971df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c971df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 113, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 113, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c971df; background: linear-gradient(135deg, #c971df, #DF71AC);