Archive

Puzzle Archive

Browse every past Colordle and Colorfle answer. Pick a game, select a date, and reveal the solution.

Why Use the Puzzle Archive?

The puzzle archive is a comprehensive record of every daily puzzle answer since each game launched. There are several reasons why players find the archive valuable, and they go beyond simply looking up answers you missed. The archive serves as a study tool, a reference library, and a way to settle debates about what a particular day's answer was. Whether you started playing Colordle last week or last year, the archive gives you access to the full history of puzzles and their solutions in a convenient, searchable format that works on any device.

One of the most common reasons people visit the archive is to check an answer from a day they missed. Life gets busy, and skipping a daily puzzle happens to everyone. The once-a-day format that makes these games compelling also creates a sense of loss when you miss a day — that puzzle is gone forever in the official game, with no way to go back and play it. The archive at least lets you see what the answer was, so you can satisfy your curiosity and keep your mental model of the color pool up to date. Knowing that Tuesday's answer was "sage" and Wednesday's was "cobalt" helps you build a broader understanding of the color names that appear in the game, which makes you a better solver going forward.

The archive is also a powerful study tool for improving your color puzzle skills. By browsing through past answers, you can see the full range of color names that the game uses and develop a mental map of the color space. Many of those names are obscure shades that most people would not think to guess unprompted. Reviewing the archive exposes you to those names in context — you see the color swatch alongside the name, which creates a visual association that is much more memorable than reading a list of names. If you have ever been stuck at 95% and could not figure out the last 5%, the answer was almost certainly a color name you did not know existed. The archive helps you learn those names so they are in your vocabulary the next time a similar shade comes up.

How the Archive Works

Both archive pages use an interactive calendar that lets you select any past date and instantly see the answer for that day's puzzle. The calendar shows all dates from the game's launch through today. Dates with available answers are highlighted and clickable — simply click a date to load the answer, then use the CSS-only reveal mechanism to view the solution. This design respects players who want to use the archive for reference without spoiling answers they might want to work through themselves.

The answers are computed using the exact same algorithms that the original games use. Each day is assigned a sequential puzzle number starting from the launch date, and the target is selected deterministically from a pre-defined list or seeded random number generator. Our implementation resolves each answer against the same databases the games use, producing the exact same results. There is no approximation involved — the answer you see in the archive is the same answer that appeared in the game on that date. The calendar also supports a list view and a search function, so you can quickly find specific dates or puzzle numbers without navigating month by month.

The Colordle archive starts from January 1, 2024, when the daily puzzle system launched. The Colorfle archive starts from April 25, 2022, which is the game's original launch date. Both archives grow by one entry every day and currently contain hundreds of past puzzles. New puzzles are added automatically when the daily puzzle resets — no manual updates required.

Using the Archive Alongside the Solvers

The archive and the solvers are complementary tools that work best together. The solver helps you narrow down candidates during a current puzzle by filtering the color database based on your guesses and the percentages you receive. The archive helps you build the background knowledge that makes your solver inputs more effective. If you have seen "chartreuse" in the archive and remember that it is a yellow-green, you will recognize it as a plausible candidate when a puzzle returns a high percentage for "lime" but does not match "lime" exactly. Without that background knowledge, you might never think to try "chartreuse" even though it is the correct answer.

Another powerful combination is using the archive to practice and the solver to verify. Browse the archive for a past puzzle, look at the answer, then try to reconstruct the guessing path that would lead to that answer most efficiently. What first guess would you make? What percentage would it return? What second guess would narrow things down? Working through this exercise for multiple past puzzles builds the strategic thinking that transfers directly to daily play. The solver can verify your reasoning — enter your hypothetical guesses and see if the percentages would have been what you predicted. If they are not, you have discovered a gap in your color intuition that you can work on.

Finally, the archive is useful for testing the solver itself. If you want to verify that the solver is working correctly, pick a past puzzle from the archive, enter a few guesses with the actual percentages the game would have returned, and confirm that the solver correctly identifies the answer among its top candidates. This kind of retrospective testing builds confidence in the solver's accuracy and helps you understand how many guesses you typically need before the solver narrows things down to a manageable candidate list.

AR
Alex Rivera
Color puzzle enthusiast. Plays Colordle and Colorfle daily. Built WordSolver after getting stuck at 98% one too many times.