#c979df
a light, vivid violet · warm · closest name: orchid
RGB
201, 121, 223
HSL
287°, 61%, 68%
CMYK
10, 46, 0, 13
Luminance
0.3142
Every format
| HEX | #c979df |
| RGB | rgb(201, 121, 223) |
| HSL | hsl(287, 61%, 68%) |
| CMYK | cmyk(10%, 46%, 0%, 13%) |
| LAB | lab(62.9 47.6 -39.5) |
| LCH | lch(62.9 61.8 320.3) |
| OKLCH | oklch(0.699 0.166 318.7) |
Copy-ready code
/* CSS */
color: #c979df;
background-color: #c979df;
/* Tailwind (arbitrary) */
class="text-[#c979df] bg-[#c979df]"
/* SCSS */
$brand: #c979df;
/* SwiftUI */
Color(red: 0.788, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#c979df")Accessibility — WCAG contrast
Aa
#c979df on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c979df on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green47.5%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta45.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c979df text on a black background
contrast 7.28:1
Card sample
#c979df text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c979df;
Background color
Panel with #c979df background
background-color: #c979df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c979df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c979df; background: linear-gradient(135deg, #c979df, #DF79B1);