Mango
#ffa62b
Mango is a color with the hex code #ffa62b. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ffa62b | |
|---|---|---|
| RGB | rgb(255, 166, 43) | |
| HSL | hsl(35, 100%, 58%) | |
| CMYK | cmyk(0%, 35%, 83%, 0%) | |
| LAB | lab(76, 27, 71) | |
| OKLCH | oklch(0.8 0.162 69) |
Color harmonies
Tints & shades
Code snippets
color: #ffa62b;
background-color: #ffa62b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFA62B)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.65, blue: 0.17, alpha: 1.0)