#c897cf
a light, soft magenta / pink · warm · closest name: plum
RGB
200, 151, 207
HSL
293°, 37%, 70%
CMYK
3, 27, 0, 19
Luminance
0.3892
Every format
| HEX | #c897cf |
| RGB | rgb(200, 151, 207) |
| HSL | hsl(293, 37%, 70%) |
| CMYK | cmyk(3%, 27%, 0%, 19%) |
| LAB | lab(68.7 27.9 -21.6) |
| LCH | lch(68.7 35.3 322.3) |
| OKLCH | oklch(0.741 0.096 322.2) |
Copy-ready code
/* CSS */
color: #c897cf;
background-color: #c897cf;
/* Tailwind (arbitrary) */
class="text-[#c897cf] bg-[#c897cf]"
/* SCSS */
$brand: #c897cf;
/* SwiftUI */
Color(red: 0.784, green: 0.592, blue: 0.812)
/* Android */
Color.parseColor("#c897cf")Accessibility — WCAG contrast
Aa
#c897cf on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c897cf on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green59.2%
Blue81.2%
CMYK percentages
Cyan3.4%
Magenta27.1%
Yellow0.0%
Key (black)18.8%
Color previews
#c897cf text on a black background
contrast 8.78:1
Card sample
#c897cf text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c897cf;
Background color
Panel with #c897cf background
background-color: #c897cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c897cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 151, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 151, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c897cf; background: linear-gradient(135deg, #c897cf, #CF97B1);