Color filtering is currently in Beta. The API surface may change.
Color search demo
Basic color filter
Add one or more colors to your search. Each color needs a hex code (like#5D3FD3).
Multiple colors
Provide a palette of colors to find products that match the combination. Every color in the palette must be present — it’s AND, not “red OR blue.”Color percentages
Use percentage for relative prominence when a product has multiple colors — which one dominates, and which are accents. It does not mean “80% of the image must be blue.” “Mostly blue, with a little brown” would look like:TypeScript
percentage when you only care that all colors appear, not how they’re weighted (e.g. “red, white, and blue” with no strong dominance preference).
TypeScript