If the label is a part of your 3D scene (drawn with the 3D camera), then it will be affected by depth. This is why the UI is typically drawn using a separate, orthographic camera.
If you want to use 3D UI elements and want them to always be on top, create a 3D UI instead of placing UI elements in your world (read: separate UI camera).