#c97fcc
a balanced, soft magenta / pink · warm · closest name: plum
RGB
201, 127, 204
HSL
298°, 43%, 65%
CMYK
2, 38, 0, 20
Luminance
0.3196
Every format
| HEX | #c97fcc |
| RGB | rgb(201, 127, 204) |
| HSL | hsl(298, 43%, 65%) |
| CMYK | cmyk(2%, 38%, 0%, 20%) |
| LAB | lab(63.3 40.7 -28.2) |
| LCH | lch(63.3 49.5 325.3) |
| OKLCH | oklch(0.700 0.136 325.5) |
Copy-ready code
/* CSS */
color: #c97fcc;
background-color: #c97fcc;
/* Tailwind (arbitrary) */
class="text-[#c97fcc] bg-[#c97fcc]"
/* SCSS */
$brand: #c97fcc;
/* SwiftUI */
Color(red: 0.788, green: 0.498, blue: 0.800)
/* Android */
Color.parseColor("#c97fcc")Accessibility — WCAG contrast
Aa
#c97fcc on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97fcc on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green49.8%
Blue80.0%
CMYK percentages
Cyan1.5%
Magenta37.7%
Yellow0.0%
Key (black)20.0%
Color previews
#c97fcc text on a black background
contrast 7.39:1
Card sample
#c97fcc text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97fcc;
Background color
Panel with #c97fcc background
background-color: #c97fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 127, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 127, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97fcc; background: linear-gradient(135deg, #c97fcc, #CC7F9C);