#c976eb
a light, vivid violet · warm · closest name: orchid
RGB
201, 118, 235
HSL
283°, 75%, 69%
CMYK
15, 50, 0, 8
Luminance
0.3137
Every format
| HEX | #c976eb |
| RGB | rgb(201, 118, 235) |
| HSL | hsl(283, 75%, 69%) |
| CMYK | cmyk(15%, 50%, 0%, 8%) |
| LAB | lab(62.8 51.5 -46.2) |
| LCH | lch(62.8 69.3 318.1) |
| OKLCH | oklch(0.701 0.183 315.3) |
Copy-ready code
/* CSS */
color: #c976eb;
background-color: #c976eb;
/* Tailwind (arbitrary) */
class="text-[#c976eb] bg-[#c976eb]"
/* SCSS */
$brand: #c976eb;
/* SwiftUI */
Color(red: 0.788, green: 0.463, blue: 0.922)
/* Android */
Color.parseColor("#c976eb")Accessibility — WCAG contrast
Aa
#c976eb on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c976eb on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green46.3%
Blue92.2%
CMYK percentages
Cyan14.5%
Magenta49.8%
Yellow0.0%
Key (black)7.8%
Color previews
#c976eb text on a black background
contrast 7.27:1
Card sample
#c976eb text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c976eb;
Background color
Panel with #c976eb background
background-color: #c976eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c976eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 118, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 118, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c976eb; background: linear-gradient(135deg, #c976eb, #EB76BF);