Sean Xu
Sean Xu

Reputation: 25

Is this the correct way to convert Android hex RGB color value to iOS xcode RGB value?

I'm using #ff303030 as the color of Acitonbar in Android and want to add this color to xcode for use in iOS navigation bar. RGB vlue enterd in xcode The opacity is set to 100% and the hex RGB value is set to #303030. But somehow the color of the navigation bar in iOS looks ligter than in Android. Don't really know why. (I was using Bar Tint as the attribute to configure the navigation bar color in xcode for iOS) Navigation bar attribute in xcode

Upvotes: 1

Views: 708

Answers (1)

Milan Nosáľ
Milan Nosáľ

Reputation: 19757

Make sure you have selected sRGB color profile in colors:

enter image description here

Upvotes: 2

Related Questions