{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.028Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"code-to-image","name":"Code to Image","url":"https://toolsly.tools/code-to-image"},{"slug":"base64-to-image","name":"Base64 to Image","url":"https://toolsly.tools/base64-to-image"},{"slug":"qr-code-generator","name":"QR Code Generator","url":"https://toolsly.tools/qr-code-generator"},{"slug":"wifi-qr-code-generator","name":"Wi-Fi QR Code Generator","url":"https://toolsly.tools/wifi-qr-code-generator"},{"slug":"vcard-qr-code-generator","name":"vCard QR Code Generator","url":"https://toolsly.tools/vcard-qr-code-generator"},{"slug":"barcode-generator","name":"Barcode Generator","url":"https://toolsly.tools/barcode-generator"},{"slug":"image-to-text","name":"Image to Text (OCR)","url":"https://toolsly.tools/image-to-text"},{"slug":"image-to-base64","name":"Image to Base64","url":"https://toolsly.tools/image-to-base64"}],"kind":"converter","slug":"colors-from-image","name":"Colors from Image","description":"Extract the dominant color palette from any image — hex, RGB and HSL codes plus pixel percentages.","longDescription":"Drop in a photo or screenshot and get its dominant color palette. We downsample to ~400×400, ignore transparent pixels, run median-cut quantization (via gifenc), then sort by pixel frequency. Each color is reported in hex, RGB and HSL with the share of the image it covers. Useful for picking brand colors from a mood board, sampling a hero image for a theme, or generating consistent design tokens from photography. Runs entirely in your browser — your image never leaves your device.","category":"image","categoryName":"Image","keywords":["colors from image","color picker from image","color palette from image","image color extractor","dominant colors extractor","extract colors from photo","palette generator from image","image to color palette","find colors in image","image hex color extractor","color analyzer","photo to palette","brand color extractor"],"url":"https://toolsly.tools/colors-from-image","runsOn":"client","multiple":false,"batch":false,"input":{"type":"file","extensions":[".png",".jpg",".jpeg",".webp",".gif",".bmp",".avif"],"mimeTypes":["image/png","image/jpeg","image/webp","image/gif","image/bmp","image/avif"]},"output":{"type":"file","extension":".txt","mimeType":"text/plain"},"options":[{"type":"number","key":"count","label":"Number of colors","defaultValue":6,"min":2,"max":16,"step":1,"help":"How many dominant colors to extract from the image."},{"type":"select","key":"ignoreAlpha","label":"Transparent pixels","defaultValue":"ignore","choices":[{"value":"ignore","label":"Ignore (recommended)"},{"value":"include","label":"Include in palette"}]}],"invocation":{"webUi":"https://toolsly.tools/colors-from-image","api":null,"notes":"Currently runs client-side in the user's browser. Drop a file on the UI at `webUi` and download the converted result. A remote MCP/REST API is planned."}}