< Home

This is a simple tool to help convert HEX RGB colors to NSColor or UIColor.
This tool will use the "well defined" NSColors/UIColor whenever possible.

Pick Color:
or
Enter a hex color: example: 000000
Variable Name:



NSColor* color = [NSColor colorWithRed:136/255.0f green:136/255.0f blue:136/255.0f alpha:1.0]; // 888888