Sunflower Mango
#ffb700
Sunflower Mango is a color with the hex code #ffb700. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ffb700 | |
|---|---|---|
| RGB | rgb(255, 183, 0) | |
| HSL | hsl(43, 100%, 50%) | |
| CMYK | cmyk(0%, 28%, 100%, 0%) | |
| LAB | lab(80, 19, 82) | |
| OKLCH | oklch(0.83 0.171 80) |
Color harmonies
Tints & shades
Code snippets
color: #ffb700;
background-color: #ffb700;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFB700)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.72, blue: 0.00, alpha: 1.0)