Add the below CSS in the Visualforce page to fix it.
<style >
@media print {
body {-webkit-print-color-adjust: exact;}
}
</style>
Cheers!!!