#c89fca
a light, soft magenta / pink · warm · closest name: plum
RGB
200, 159, 202
HSL
297°, 29%, 71%
CMYK
1, 21, 0, 21
Luminance
0.4134
Every format
| HEX | #c89fca |
| RGB | rgb(200, 159, 202) |
| HSL | hsl(297, 29%, 71%) |
| CMYK | cmyk(1%, 21%, 0%, 21%) |
| LAB | lab(70.4 22.6 -16.2) |
| LCH | lch(70.4 27.8 324.3) |
| OKLCH | oklch(0.754 0.076 324.8) |
Copy-ready code
/* CSS */
color: #c89fca;
background-color: #c89fca;
/* Tailwind (arbitrary) */
class="text-[#c89fca] bg-[#c89fca]"
/* SCSS */
$brand: #c89fca;
/* SwiftUI */
Color(red: 0.784, green: 0.624, blue: 0.792)
/* Android */
Color.parseColor("#c89fca")Accessibility — WCAG contrast
Aa
#c89fca on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89fca on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green62.4%
Blue79.2%
CMYK percentages
Cyan1.0%
Magenta21.3%
Yellow0.0%
Key (black)20.8%
Color previews
#c89fca text on a black background
contrast 9.27:1
Card sample
#c89fca text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89fca;
Background color
Panel with #c89fca background
background-color: #c89fca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89fca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 159, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 159, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89fca; background: linear-gradient(135deg, #c89fca, #CA9FAF);