Free Color Palette Extractor

Extract the dominant color palette from any website. Discover brand colors, backgrounds, and text colors with hex codes.

Capture full-page screenshots to extract visual design colors

🔌 ScreenURL API

curl "https://screenurl.com/api/screenshot?url=https://example.com&colorPalette=true&apiKey=YOUR_API_KEY"

# Returns JSON:
# {
#   "screenshot": "base64-encoded-image",
#   "colors": [
#     {"hex": "#ffffff", "rgb": [255,255,255], "percentage": 45.2},
#     {"hex": "#1a1a1a", "rgb": [26,26,26], "percentage": 12.8},
#     ...
#   ]
# }

Extract color palettes at scale?

Capture screenshots programmatically, then extract colors with your preferred library. 100 free API calls/month.

Powered by ScreenURL API