2026-06-30By Mohamed Mohamoud

How to Find a Painting by Color When You Don't Know the Name

You remember the palette, not the title: a wash of ochre, a single red umbrella, a blue so deep it looked black. Here's how to search art collections by color and light instead of catalog metadata.

How to Find a Painting by Color When You Don't Know the Name

How to Find a Painting by Color When You Don't Know the Name

Some paintings stay with you as color before anything else. Not a subject, not an artist, just a wash of ochre light across a wall, or a single red object against a grey room. Museum catalogs are not built to search on that kind of memory. They index artist, title, medium, and date, not "the yellow one with the woman by the window."

This is a practical guide to searching by color and light when that is all you remember.


Why color-first search is hard

Most museum databases store structured metadata: accession number, artist name, classification, date range. Color is almost never a searchable field, and even where it is, it is usually a single dominant-hue tag ("predominantly blue"), not the nuance of "warm afternoon light" versus "cold blue dusk."

That means keyword search fails immediately if color and light are your only anchors. You need a system that actually looks at the image, not just its label.


Start by naming the color precisely

Before searching anywhere, write down the color memory in as much detail as you can:

  • Dominant hue: ochre, slate blue, deep crimson, sage green
  • Light quality: golden hour, overcast grey, candlelit warmth, cold moonlight
  • Where the color sits: a red umbrella against a green field, a blue dress in a dark interior
  • Contrast: a single bright object in an otherwise muted scene, or an all-over palette

"Warm golden light on a woman reading" will perform far better than "yellow painting."


Option 1: Museum keyword search

Museum search boxes work when color happens to appear in the title or curator notes ("Blue Boy," "The Yellow House"). Outside of famous, color-named works, this rarely helps.

Best for: paintings where color is literally in the title.

Weak for: everything else. Most color memories don't map to catalog text.


Option 2: Semantic search on a fixed collection

This is where meaning-based search has a real advantage over metadata search. Retrievals is a free semantic search tool over 68,816 open-access works from the National Gallery of Art. Describe the color and light in plain language, and the system embeds your description and every artwork image into the same vector space, matching on what the painting actually looks like, not what it's labeled.

Example queries that work well:

  • "deep blue twilight interior, almost black"
  • "warm golden afternoon light on a window"
  • "single red object in a muted grey room"
  • "cold winter light on snow"

How it works (briefly): each artwork is embedded with Qwen3-VL-Embedding-2B, retrieved via FAISS HNSW approximate nearest-neighbour search, then reranked by a Qwen3-VL cross-encoder before results are returned. Because the embedding comes from the image itself, color and light are part of what the system matches on, not an afterthought.

Best for: NGA holdings, palette and light memory, scenes you can describe but not name.

Weak for: paintings outside the NGA open-access dataset, or memories with no visual anchor beyond a single abstract color word.


Option 3: Ask a community

If automated search comes up empty, communities like r/WhatIsThisPainting can often identify a work from a detailed color and scene description, especially when you include period or region guesses.

Best for: obscure works, or when you're fairly sure it's not a major museum holding.

Weak for: instant answers.


A practical order to try

Step Method When to use it
1 Write out the exact color, light, and where it sits in the scene Always
2 Museum keyword search Color is likely in the title
3 Retrievals semantic search Palette/light memory, may be NGA collection
4 Community identification Search returns nothing plausible

Try it

If your memory points toward the National Gallery of Art, open Retrievals and describe the color and light in plain language. No artist name or title required.

For more on finding a painting from memory generally, see How to Find a Painting from a Description.

#search#color#semantic search#museums#identification#NGA