#c976cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
201, 118, 207
HSL
296°, 48%, 64%
CMYK
3, 43, 0, 19
Luminance
0.2988
Every format
| HEX | #c976cf |
| RGB | rgb(201, 118, 207) |
| HSL | hsl(296, 48%, 64%) |
| CMYK | cmyk(3%, 43%, 0%, 19%) |
| LAB | lab(61.5 46.0 -32.6) |
| LCH | lch(61.5 56.4 324.7) |
| OKLCH | oklch(0.687 0.154 324.6) |
Copy-ready code
/* CSS */
color: #c976cf;
background-color: #c976cf;
/* Tailwind (arbitrary) */
class="text-[#c976cf] bg-[#c976cf]"
/* SCSS */
$brand: #c976cf;
/* SwiftUI */
Color(red: 0.788, green: 0.463, blue: 0.812)
/* Android */
Color.parseColor("#c976cf")Accessibility — WCAG contrast
Aa
#c976cf on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c976cf on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green46.3%
Blue81.2%
CMYK percentages
Cyan2.9%
Magenta43.0%
Yellow0.0%
Key (black)18.8%
Color previews
#c976cf text on a black background
contrast 6.98:1
Card sample
#c976cf text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c976cf;
Background color
Panel with #c976cf background
background-color: #c976cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c976cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 118, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 118, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c976cf; background: linear-gradient(135deg, #c976cf, #CF769A);