Changing the color of a custom component

Hey been working on a mod that adds custom skill gem component with skill modifiers.
I learned how to change the component name color to the rare component color in the text_en file with the tag ^K

Now My question is : is there a tag to change it to the purple legendary color or Are components locked to those two colors

Nvm just figured it out.

To anyone who want to change the color of their custom items here is the gist of it:

You change the color with tags like ^R (R is red W is white F is Fusia and so on)
So to change the color of a item to say blue the tag would look like this:

tagCustomItem=^BMy custom item text

Hope it helps anyone that struggled with this like i did