Hex to UIColor Converter
Swift (UIColor):
UIColor(red: ..., green: ..., blue: ..., alpha: 1.0)
Objective-C:
[UIColor colorWithRed:... green:... blue:... alpha:1.0]
Xamarin (C#):
Color.FromRgba(..., ..., ..., 255)
Reverse Conversion Tool: UIColor to Hex
Explore more hex color conversion tool: