Can the label color change along with gauge color changes?
You can view my js fiddle here to see the current setup and the desired requirement: http://jsfiddle.net/e76o9otk/735/
dataLabels: {
format: '<div style="margin-top: -15.5px; text-align:center"><span style="font-size:10px;color:' +
Highcharts.getOptions().colors[0] + '">{y}</span><br/>' +
'</div>'
}