#c976e3
a light, vivid violet · warm · closest name: orchid
RGB
201, 118, 227
HSL
286°, 66%, 68%
CMYK
12, 48, 0, 11
Luminance
0.3092
Every format
| HEX | #c976e3 |
| RGB | rgb(201, 118, 227) |
| HSL | hsl(286, 66%, 68%) |
| CMYK | cmyk(12%, 48%, 0%, 11%) |
| LAB | lab(62.4 49.9 -42.4) |
| LCH | lch(62.4 65.5 319.7) |
| OKLCH | oklch(0.697 0.175 317.7) |
Copy-ready code
/* CSS */
color: #c976e3;
background-color: #c976e3;
/* Tailwind (arbitrary) */
class="text-[#c976e3] bg-[#c976e3]"
/* SCSS */
$brand: #c976e3;
/* SwiftUI */
Color(red: 0.788, green: 0.463, blue: 0.890)
/* Android */
Color.parseColor("#c976e3")Accessibility — WCAG contrast
Aa
#c976e3 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c976e3 on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green46.3%
Blue89.0%
CMYK percentages
Cyan11.5%
Magenta48.0%
Yellow0.0%
Key (black)11.0%
Color previews
#c976e3 text on a black background
contrast 7.18:1
Card sample
#c976e3 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c976e3;
Background color
Panel with #c976e3 background
background-color: #c976e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c976e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 118, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 118, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c976e3; background: linear-gradient(135deg, #c976e3, #E376B4);