Template:Textcolor
Produces colored text. Takes a CSS color value (#HEX value or rgb(R,G,B)) as the first parameter and the text as the second:
{{textcolor|#FF0000|This is some red text.}}
Would print out:
This is some red text.
{{textcolor|rgb(0,0,255)|This is some blue text.}}
Produces:
This is some blue text.