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