Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
This is especially handy in validation messages.
Using the dropdown's 'ctrl' object, the following javascript returns the dropdown control's displayed text.
var dropdownText = ctrl.getDispElem().find("option:selected").text();