color is a tool for colorizing text. It takes a string given to it either by argv or stdin, prefixes each letter of the string with an ANSI escape sequence, and prints it to stdin. Example:

$ color 'Hello, World!'
Hello, World!

Full color documentation is at https://github.com/awd123/color/blob/master/README.md or here.