I have this select in angular material:
Its code :
I think classes should work, but you may need to use /deep/ because of the view encapsulation.
Try this:
/deep/ md-select.your-class { background-color: blue; }
You can also play with theming.