Goose Bill
#ffba80
Goose Bill, represented by the hex value #ffba80, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffba80 | |
|---|---|---|
| RGB | rgb(255, 186, 128) | |
| HSL | hsl(27, 100%, 75%) | |
| CMYK | cmyk(0%, 27%, 50%, 0%) | |
| LAB | lab(81, 21, 40) | |
| OKLCH | oklch(0.84 0.109 61) |
Color harmonies
Tints & shades
Code snippets
color: #ffba80;
background-color: #ffba80;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFBA80)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.73, blue: 0.50, alpha: 1.0)