#c976ff
a light, electric violet · warm · closest name: violet
RGB
201, 118, 255
HSL
276°, 100%, 73%
CMYK
21, 54, 0, 0
Luminance
0.3259
Every format
| HEX | #c976ff |
| RGB | rgb(201, 118, 255) |
| HSL | hsl(276, 100%, 73%) |
| CMYK | cmyk(21%, 54%, 0%, 0%) |
| LAB | lab(63.8 55.8 -55.7) |
| LCH | lch(63.8 78.8 315.0) |
| OKLCH | oklch(0.712 0.204 310.2) |
Copy-ready code
/* CSS */
color: #c976ff;
background-color: #c976ff;
/* Tailwind (arbitrary) */
class="text-[#c976ff] bg-[#c976ff]"
/* SCSS */
$brand: #c976ff;
/* SwiftUI */
Color(red: 0.788, green: 0.463, blue: 1.000)
/* Android */
Color.parseColor("#c976ff")Accessibility — WCAG contrast
Aa
#c976ff on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c976ff on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green46.3%
Blue100.0%
CMYK percentages
Cyan21.2%
Magenta53.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c976ff text on a black background
contrast 7.52:1
Card sample
#c976ff text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c976ff;
Background color
Panel with #c976ff background
background-color: #c976ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c976ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 118, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 118, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c976ff; background: linear-gradient(135deg, #c976ff, #FF76DA);