#c899cf
a light, soft magenta / pink · warm · closest name: plum
RGB
200, 153, 207
HSL
292°, 36%, 71%
CMYK
3, 26, 0, 19
Luminance
0.3957
Every format
| HEX | #c899cf |
| RGB | rgb(200, 153, 207) |
| HSL | hsl(292, 36%, 71%) |
| CMYK | cmyk(3%, 26%, 0%, 19%) |
| LAB | lab(69.2 26.8 -20.9) |
| LCH | lch(69.2 34.0 322.1) |
| OKLCH | oklch(0.745 0.092 322.0) |
Copy-ready code
/* CSS */
color: #c899cf;
background-color: #c899cf;
/* Tailwind (arbitrary) */
class="text-[#c899cf] bg-[#c899cf]"
/* SCSS */
$brand: #c899cf;
/* SwiftUI */
Color(red: 0.784, green: 0.600, blue: 0.812)
/* Android */
Color.parseColor("#c899cf")Accessibility — WCAG contrast
Aa
#c899cf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c899cf on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green60.0%
Blue81.2%
CMYK percentages
Cyan3.4%
Magenta26.1%
Yellow0.0%
Key (black)18.8%
Color previews
#c899cf text on a black background
contrast 8.91:1
Card sample
#c899cf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c899cf;
Background color
Panel with #c899cf background
background-color: #c899cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c899cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 153, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 153, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c899cf; background: linear-gradient(135deg, #c899cf, #CF99B2);