#c97fc3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
201, 127, 195
HSL
305°, 41%, 64%
CMYK
0, 37, 3, 21
Luminance
0.3154
Every format
| HEX | #c97fc3 |
| RGB | rgb(201, 127, 195) |
| HSL | hsl(305, 41%, 64%) |
| CMYK | cmyk(0%, 37%, 3%, 21%) |
| LAB | lab(63.0 39.1 -23.6) |
| LCH | lch(63.0 45.7 328.8) |
| OKLCH | oklch(0.696 0.127 329.7) |
Copy-ready code
/* CSS */
color: #c97fc3;
background-color: #c97fc3;
/* Tailwind (arbitrary) */
class="text-[#c97fc3] bg-[#c97fc3]"
/* SCSS */
$brand: #c97fc3;
/* SwiftUI */
Color(red: 0.788, green: 0.498, blue: 0.765)
/* Android */
Color.parseColor("#c97fc3")Accessibility — WCAG contrast
Aa
#c97fc3 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97fc3 on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green49.8%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow3.0%
Key (black)21.2%
Color previews
#c97fc3 text on a black background
contrast 7.31:1
Card sample
#c97fc3 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97fc3;
Background color
Panel with #c97fc3 background
background-color: #c97fc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97fc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 127, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 127, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97fc3; background: linear-gradient(135deg, #c97fc3, #C97F92);