#c97ba0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
201, 123, 160
HSL
332°, 42%, 64%
CMYK
0, 39, 20, 21
Luminance
0.2912
Every format
| HEX | #c97ba0 |
| RGB | rgb(201, 123, 160) |
| HSL | hsl(332, 42%, 64%) |
| CMYK | cmyk(0%, 39%, 20%, 21%) |
| LAB | lab(60.9 35.4 -6.9) |
| LCH | lch(60.9 36.0 349.0) |
| OKLCH | oklch(0.677 0.107 350.4) |
Copy-ready code
/* CSS */
color: #c97ba0;
background-color: #c97ba0;
/* Tailwind (arbitrary) */
class="text-[#c97ba0] bg-[#c97ba0]"
/* SCSS */
$brand: #c97ba0;
/* SwiftUI */
Color(red: 0.788, green: 0.482, blue: 0.627)
/* Android */
Color.parseColor("#c97ba0")Accessibility — WCAG contrast
Aa
#c97ba0 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c97ba0 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green48.2%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta38.8%
Yellow20.4%
Key (black)21.2%
Color previews
#c97ba0 text on a black background
contrast 6.82:1
Card sample
#c97ba0 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97ba0;
Background color
Panel with #c97ba0 background
background-color: #c97ba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97ba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 123, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 123, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97ba0; background: linear-gradient(135deg, #c97ba0, #C98A7B);