Color Analysis

color + style tool
Side project · 2026

Upload a portrait and get a personalized 12-season color analysis, palette, hair, and makeup direction, from Claude vision.

Seasonal color analysis is one of those things that's genuinely useful and almost impossible to get without paying a consultant. The advice is real (which colors make you look healthy versus washed out, what to do with your hair, how to approach makeup), but it's locked behind an appointment and a fair amount of jargon about undertones and contrast levels. I wanted to see how far a vision model could get on its own from a single photo.

Color Analysis is the answer. You drop in a portrait, the app sends it to Claude with vision, and you get back a structured 12-season read: your season, a wearable palette, hair direction, and optional makeup notes. Your photo goes to Claude for the read and isn't kept anywhere; there's no account, and the backend exists only to pass the image through and hand the result straight back.

How it works

Stack

React 19 · Vite · TypeScript · Tailwind on the frontend, with an Express server that drives the Claude CLI for the vision analysis. No database, no auth, the API is stateless and results persist client-side in localStorage.

← all projects