Extract color palettes
from images
Upload any image and extract its dominant colors. Copy hex codes, export as CSS variables or Tailwind config.
Drop an image or click to upload
PNG, JPG, WebP — up to 20MB
Smart Extraction
Median-cut algorithm finds the most visually dominant colors.
One-Click Copy
Click any swatch to copy hex. Export as CSS or Tailwind.
Private
Images never leave your device. Zero data collection.
Frequently asked questions
How does the color extraction work?
The tool uses a median-cut color quantization algorithm. It analyzes every pixel in your image, groups similar colors together, and identifies the most visually dominant clusters to produce an accurate palette.
How many colors can I extract?
You can extract 4, 5, 6, 8, or 10 colors. The default of 6 works well for most images. Use fewer for a simplified palette or more for finer detail.
Can I export the palette for development?
Yes. You can copy colors individually as hex codes, or export the entire palette as CSS custom properties or a Tailwind CSS config snippet.
Are my images uploaded anywhere?
No. All processing happens locally in your browser using the Canvas API. Your images are never uploaded, stored, or seen by anyone.