#c97fcd
a light, soft magenta / pink · warm · closest name: plum
RGB
201, 127, 205
HSL
297°, 44%, 65%
CMYK
2, 38, 0, 20
Luminance
0.3200
Every format
| HEX | #c97fcd |
| RGB | rgb(201, 127, 205) |
| HSL | hsl(297, 44%, 65%) |
| CMYK | cmyk(2%, 38%, 0%, 20%) |
| LAB | lab(63.4 40.9 -28.7) |
| LCH | lch(63.4 50.0 325.0) |
| OKLCH | oklch(0.701 0.137 325.1) |
Copy-ready code
/* CSS */
color: #c97fcd;
background-color: #c97fcd;
/* Tailwind (arbitrary) */
class="text-[#c97fcd] bg-[#c97fcd]"
/* SCSS */
$brand: #c97fcd;
/* SwiftUI */
Color(red: 0.788, green: 0.498, blue: 0.804)
/* Android */
Color.parseColor("#c97fcd")Accessibility — WCAG contrast
Aa
#c97fcd on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97fcd on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green49.8%
Blue80.4%
CMYK percentages
Cyan2.0%
Magenta38.0%
Yellow0.0%
Key (black)19.6%
Color previews
#c97fcd text on a black background
contrast 7.40:1
Card sample
#c97fcd text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97fcd;
Background color
Panel with #c97fcd background
background-color: #c97fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 127, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 127, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97fcd; background: linear-gradient(135deg, #c97fcd, #CD7F9D);