Each power type has its own color defined to it in the default UI. The below color codes are held in the PowerBarColor
table in Blizzard_UnitFrame/Mainline/PowerBarColorUtil.lua since 10.2.5.52902. Before then color codes were held in FrameXML/UnitFrame.lua.
Power type colors[]
Power Type | RGB (0-255) |
RGB (0.0-1.0) |
RGB Hex (00-FF) |
Description | ||||
---|---|---|---|---|---|---|---|---|
Mana | 0 | 0 | 255 | 0.00 | 0.00 | 1.00 | #0000FF | Blue * |
Rage | 255 | 0 | 0 | 1.00 | 0.00 | 0.00 | #FF0000 | Red |
Focus | 255 | 128 | 64 | 1.00 | 0.50 | 0.25 | #FF8040 | Light Orange |
Energy | 255 | 255 | 0 | 1.00 | 1.00 | 0.00 | #FFFF00 | Yellow |
Combo Points | 255 | 245 | 105 | 1.00 | 0.96 | 0.41 | #FFF569 | Daisy |
Runes | 128 | 128 | 128 | 0.50 | 0.50 | 0.50 | #808080 | Grey |
Runic Power | 0 | 209 | 255 | 0.00 | 0.82 | 1.00 | #00D1FF | Cyan |
![]() |
128 | 82 | 105 | 0.50 | 0.32 | 0.55 | #80528C | Purple |
Lunar Power | 77 | 133 | 230 | 0.30 | 0.52 | 0.90 | #4D85E6 | Royal Blue |
Holy Power | 242 | 230 | 153 | 0.95 | 0.90 | 0.60 | #F2E699 | Khaki |
Maelstrom | 0 | 128 | 255 | 0.00 | 0.50 | 1.00 | #0080FF | Azure |
Insanity | 102 | 0 | 204 | 0.40 | 0.00 | 0.80 | #6600CC | Purple |
Chi | 181 | 255 | 235 | 0.71 | 1.00 | 0.92 | #B5FFEB | Aero Blue |
Arcane Charges | 26 | 26 | 250 | 0.10 | 0.10 | 0.98 | #1A1AFA | Blue |
Fury | 201 | 66 | 253 | 0.788 | 0.259 | 0.992 | #C942FD | Heliotrope |
Pain | 255 | 156 | 0 | 1.00 | 0.61 | 0.00 | #FF9C00 | Orange |
Ammo Slot | 204 | 153 | 0 | 0.80 | 0.60 | 0.00 | #CC9900 | Gold |
Fuel | 0 | 140 | 128 | 0.00 | 0.55 | 0.50 | #008C80 | Teal |
![]() |
230 | 184 | 77 | 0.90 | 0.55 | 0.30 | #E68C4D | Orange Poppy |
![]() |
133 | 255 | 133 | 0.52 | 1.00 | 0.52 | #85FF85 | Mint Green |
![]() |
255 | 250 | 184 | 1.00 | 0.98 | 0.72 | #FFFAB8 | Pale Yellow |
![]() |
255 | 107 | 107 | 1.00 | 0.42 | 0.42 | #FF6B6B | Light Red |
*The text color shown does not match the color code to allow for readability on all skins.
Removed power types colors[]
Power Type | RGB (0-255) |
RGB (0.0-1.0) |
RGB Hex (00-FF) |
Description | ||||
---|---|---|---|---|---|---|---|---|
Happiness | 00 | 255 | 255 | 0.00 | 1.00 | 1.00 | #00FFFF | Aqua |
![]() |
77 | 133 | 230 | 0.30 | 0.52 | 0.90 | #4D85E6 | Royal Blue |
![]() |
204 | 209 | 153 | 0.80 | 0.82 | 0.60 | #CCD199 | Pine Glade |
![]() |
128 | 82 | 140 | 0.5 | 0.32 | 0.55 | #80528C | Purple |
Power types without colors[]
Several power types listed in Enum.PowerType, such as Essence or [Burning Embers], despite being used resources by players, don't have specified colors.