API for any appAPI: integrate color, brand & screenshot extraction into your app• Get API key
mediumslateblue
rgb(99, 102, 241)
cornflowerblue
rgb(141, 143, 248)
lavender
rgb(214, 214, 255)
lightsteelblue
rgb(187, 186, 222)
black
rgb(4, 5, 21)
dimgray
rgb(84, 90, 103)
slateblue
rgb(100, 99, 215)
lightslategray
rgb(124, 132, 147)
darkslategray
rgb(45, 49, 62)
mediumslateblue
rgb(135, 92, 233)
darkslategray
rgb(60, 68, 82)
darkslateblue
rgb(46, 48, 95)
For developers
Fetch logos, colors, fonts and company details for any website in one API call, the same API that powers colorize.design.
{
"name": "Stripe",
"colors": [
"#635BFF",
"#0A2540",
"#00D4FF"
],
"fonts": ["Sohne", "Inter"],
"logo": "…/stripe.svg"
}For AI agents
Connect to the MCP server and Claude, Codex or Cursor can pull logos, colors and fonts for any site on their own. No code to write.
claude mcp add --transport http prefetch \
https://api.prefetch.io/mcp \
--header "X-API-Key: $PREFETCH_API_KEY"
# Then just ask:
#
# Get the brand colors and fonts for stripe.com
# and turn them into a Tailwind theme.
colorize.design is a free online color palette extractor that pulls the real colors out of any website. Paste a URL and the tool instantly generates a color palette from the site's brand colors, logo, homepage screenshot, and its underlying HTML, CSS, and JavaScript — no sign-up required. It's built for designers, developers, and brand teams who need to extract a color scheme from a website in seconds and export it in the format their tools expect.
That's it — you can pull colors from a website and build a reusable palette in under ten seconds.


Missed a color? Sample any pixel straight from the site's homepage screenshot and add it to your palette, or drop in a custom hex code — the easiest way to pick an exact color from a website and keep everything in one place.

Web designers use it to match a client's existing color scheme, developers grab exact hex and brand colors from a website to reproduce a design system, and brand strategists audit how a company uses color across its site. Anyone who needs to find the color palette of a website — a competitor's site, a source of inspiration, or their own — can do it here for free.
Download your palette in the format your workflow needs: CSS variables, SVG, SASS and SCSS, Adobe Swatch Exchange (ASE), Adobe Color Table (ACT), Adobe Color Swatch (ACO), Sketch Palette, GIMP (GPL), and more. Copy individual hex codes, or export the full color scheme to drop straight into Figma, Adobe, Tailwind, or your codebase.

Need color extraction inside your own app? The colorize.design API lets you extract brand colors, palettes, and homepage screenshots from any URL programmatically. Get a free API key to integrate website color, brand, and screenshot extraction into your product. Get an API key →
