SectionIndexにカラーを指定する場合のサンプルです。
見出し文字の色(オレンジ色)
contactsTableView.sectionIndexColor = UIColor.orangeColor()
通常時の背景色(透明色・ただし重なって描画されるオブジェクトは限定的)
contactsTableView.sectionIndexBackgroundColor = UIColor.clearColor()
SectionIndexをタッチしているときの背景色(ダークグレー)
contactsTableView.sectionIndexTrackingBackgroundColor = UIColor.darkGrayColor()