Extract dominant colors from any image
Upload an image and process it. All processing happens server-side via Sharp. Your file is not stored.
Drop image here or click to browse
Max 4 MB • PNG, JPEG, WEBP, AVIF, GIF, TIFF
Drag and drop an image or click to browse.
Choose how many dominant colors to extract (3, 5, 8, 16, or 32).
Dominant colors are displayed as swatches with HEX, RGB, and HSL values.
Click any color to copy its HEX code. Or copy the entire palette as a CSS custom properties block.
Upload a logo or brand asset to extract the official color palette.
Upload photos from nature, architecture, or art to extract beautiful color palettes for your designs.
Extract a color palette from a hero image to use as your website's accent colors.
We use K-means clustering to group similar pixels by color, then find the center of each cluster. This gives the most visually dominant colors.
Not currently. The entire image is analyzed. Crop the image first if you want region-specific colors.
HEX (#FF5733), RGB (255, 87, 51), and HSL (11°, 100%, 60%). All three are shown for each color.