Being tired of manually creating UIColor instances from hexadecimal representations (and not always having a category on UIColor handy for this) I finally hacked together this humble Alfred script to do just that:

Alfred script with UIColor from Hex

E voilà, we now have this string waiting in the clipboard:

[UIColor colorWithRed:19.0f/256.0f green:55.0f/256.0f blue:66.0f/256.0f alpha:1.0f]

Download Workflow from GitHub: UIColor-from-Hex.alfredworkflow