You're almost there, in this case, you don't need to use ::ng-deep, which is being deprecated.
The reason why it's not working is that this code is expecting a class called mat-paginator and not a tag. So, remove the '.' (dot) in front of your mat-paginator and it will work.
YOUR CSS:
mat-paginator {
background-color: transparent;
}
Example stackblitz
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…