var mySwatch = app.activeDocument.swatches[9]; var myColor = mySwatch.color; alert(myColor); alert(myColor.red); alert(myColor.cyan);