Code colors
Code Color Example: |
Common Colors:
|cffff0000Red|r
|cff0000ffBlue|r
|cff00ffffTeal|r
|cff550088Purple|r
|cffffff00Yellow|r
|cffff8800Orange|r
|cff00ff00Green|r
|cffee55bbPink|r
|cff999999Gray|r
|cff77bbffLight Blue|r
|cff116644Dark Green|r
|cff552200Brown|r
Building a color code:
A color code has the following parts:
- (4) The starting tag is always
|cff
.|c
means start the color andff
would be the alpha value, but since texts cannot have transparency, these 2 characters are actually obsolete. - (2) Red tone, determines how much red is in the color
00-ff
- (2) Green tone, determines how much green is in the color
00-ff
- (2) Blue tone, determines how much blue is in the color
00-ff
- (x) The text itself, can be of any length.
- (2) The closing tag is
|r
it turns the text color back to white, can be omitted, acts exactly like|cffffffff
.
In one sentence: Colors are applied with |cTTRRGGBBx|r, where |c starts the color, TT is useless, RR is red, GG is green, BB is blue, x is the colored text itself and |r stops the color.
Leaderboard colors
Wc3 Leaderboard Color |
Common Colors:
Red (100,0,0)%
Blue (0,0,100)%
Teal (0,100,100)%
Purple (50,0,50)%
Yellow (100,100,0)%
Orange (100,45,0)%
Green (0,100,0)%
Pink (100,35,100)%
Gray (50,50,50)%
Light Blue (40,80,100)%
Dark Green (20,70,50)%
Building a color:
mix colors to make another color by changing values (Red, Green, Blue). Percent% transparent color.
![]() |
Example of maxing color |