#c97691
a balanced, soft magenta / pink · warm · closest name: plum
RGB
201, 118, 145
HSL
341°, 44%, 63%
CMYK
0, 41, 28, 21
Luminance
0.2742
Every format
| HEX | #c97691 |
| RGB | rgb(201, 118, 145) |
| HSL | hsl(341, 44%, 63%) |
| CMYK | cmyk(0%, 41%, 28%, 21%) |
| LAB | lab(59.4 35.8 -0.5) |
| LCH | lch(59.4 35.8 359.2) |
| OKLCH | oklch(0.664 0.108 359.6) |
Copy-ready code
/* CSS */
color: #c97691;
background-color: #c97691;
/* Tailwind (arbitrary) */
class="text-[#c97691] bg-[#c97691]"
/* SCSS */
$brand: #c97691;
/* SwiftUI */
Color(red: 0.788, green: 0.463, blue: 0.569)
/* Android */
Color.parseColor("#c97691")Accessibility — WCAG contrast
Aa
#c97691 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c97691 on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green46.3%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow27.9%
Key (black)21.2%
Color previews
#c97691 text on a black background
contrast 6.48:1
Card sample
#c97691 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97691;
Background color
Panel with #c97691 background
background-color: #c97691;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97691;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 118, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 118, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97691; background: linear-gradient(135deg, #c97691, #C99276);