How can I highlight admin comments?

By default WordPress already adds user/admin/post author specific CSS to comments with the following three elements.

#byuser
#comment-author-admin
.bypostauthor

So you can just add something like #comment-author-admin {background-color;blue;} to your stylesheet.