# Text Color There are two ways to change text color with color tags: * Use named colors, as in ``

The following color names are supported: `black`, `blue`, `green`, `orange`, `purple`, `red`, `white`, and `yellow`.

* Use hexadecimal values, as in `` or `` if you also want to define the alpha value. If you apply successive `` tags in the same text, the last one takes precedence over the others until you either add another ``tage or use a closing `` tag to end the current color's scope. **Example:** ``` Red Dark Green <#0000FF>Blue Semitransparent Red ``` ![Example image](../images/TMP_RichTextColors.png)
_Successive color tags_ ``` Red, Blue,
and red again. ``` ![Example image](../images/TMP_RichTextColorClosing.png)
_Closing color tag_