Printing in color

Is there any way to print content to the debug console in color?

My game’s debug console has become pretty verbose, especially when I have a verbose debug var set to true. But it would be great if I could output different colors to make it really easy to separate places where I’m outputting state vs warnings vs catastrophic mistakes.