The 60-30-10 Rule
Mathematical balance for the human eye.
Extract dominant colors from any photo and create perfect design harmonies exportable to CSS and Tailwind.
From visual inspiration to code in 3 steps.
Select any photo, screenshot, or design you love.
Our algorithm extracts the 5 dominant colors and calculates their harmonies (Complementary, Triads).
Click to copy the HEX code or export the full configuration for Tailwind CSS.
Everything you need for your design system.
We don't just pick random pixels. We identify visually dominant tones from the image.
Creative block? Generate infinite palettes randomly with valid harmonies in one click.
Automatically calculate complementary and analogous colors for each extracted tone.
Copy the exact JSON object to paste into your `tailwind.config.js` file.
Get CSS variables (`:root`) ready to use in any web project.
Analysis happens in your browser. Your inspiration image is never uploaded to the cloud.
How to use these palettes in your projects.
Mathematical balance for the human eye.
:hover states or dark modes.Full control over color variations.
Zero branding errors.
Choose the right format for your use case
| Color Model | Format | Example | Best For | |
|---|---|---|---|---|
| HEX | #RRGGBB | β | Quick Copy/Paste | General Web Design |
| RGB | rgb(r, g, b) | β | Digital Manipulation | Screen Displays |
| HSL | hsl(h, s%, l%) | β | Shade Adjustment | Design Systems |
| Tailwind | JSON Object | β | Configuration | Frontend Devs |
Quick answers about the tool
theme.extend.colors section of your tailwind.config.js file. This creates classes like bg-primary or text-accent automatically.