#c978df
a light, vivid violet · warm · closest name: orchid
RGB
201, 120, 223
HSL
287°, 62%, 67%
CMYK
10, 46, 0, 13
Luminance
0.3118
Every format
| HEX | #c978df |
| RGB | rgb(201, 120, 223) |
| HSL | hsl(287, 62%, 67%) |
| CMYK | cmyk(10%, 46%, 0%, 13%) |
| LAB | lab(62.7 48.1 -39.8) |
| LCH | lch(62.7 62.4 320.4) |
| OKLCH | oklch(0.698 0.167 318.8) |
Copy-ready code
/* CSS */
color: #c978df;
background-color: #c978df;
/* Tailwind (arbitrary) */
class="text-[#c978df] bg-[#c978df]"
/* SCSS */
$brand: #c978df;
/* SwiftUI */
Color(red: 0.788, green: 0.471, blue: 0.875)
/* Android */
Color.parseColor("#c978df")Accessibility — WCAG contrast
Aa
#c978df on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c978df on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green47.1%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta46.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c978df text on a black background
contrast 7.24:1
Card sample
#c978df text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c978df;
Background color
Panel with #c978df background
background-color: #c978df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c978df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 120, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 120, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c978df; background: linear-gradient(135deg, #c978df, #DF78B0);