#c982cf
a light, soft magenta / pink · warm · closest name: plum
RGB
201, 130, 207
HSL
295°, 45%, 66%
CMYK
3, 37, 0, 19
Luminance
0.3289
Every format
| HEX | #c982cf |
| RGB | rgb(201, 130, 207) |
| HSL | hsl(295, 45%, 66%) |
| CMYK | cmyk(3%, 37%, 0%, 19%) |
| LAB | lab(64.1 39.7 -28.7) |
| LCH | lch(64.1 49.0 324.1) |
| OKLCH | oklch(0.706 0.134 324.1) |
Copy-ready code
/* CSS */
color: #c982cf;
background-color: #c982cf;
/* Tailwind (arbitrary) */
class="text-[#c982cf] bg-[#c982cf]"
/* SCSS */
$brand: #c982cf;
/* SwiftUI */
Color(red: 0.788, green: 0.510, blue: 0.812)
/* Android */
Color.parseColor("#c982cf")Accessibility — WCAG contrast
Aa
#c982cf on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c982cf on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green51.0%
Blue81.2%
CMYK percentages
Cyan2.9%
Magenta37.2%
Yellow0.0%
Key (black)18.8%
Color previews
#c982cf text on a black background
contrast 7.58:1
Card sample
#c982cf text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c982cf;
Background color
Panel with #c982cf background
background-color: #c982cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c982cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 130, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 130, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c982cf; background: linear-gradient(135deg, #c982cf, #CF82A2);