LogoTrycolors
Mixer
Paints
289
Games Challenges
Feedback
Help center
Logo
PricingContact Us

Mix and Unmix Colors with Ease

Enhance your applications with our color mixing API. Get started quickly.

Get API KeyExplore API Docs
async function mixColors() {
    const apiKey = 'YOUR_API_KEY'; // Replace with your actual API key
    const endpoint = 'https://api.trycolors.com/v1/mix-colors';
    const payload = {
        colors: [
            { hex: '#FFAA16', count: 1 },
            { hex: '#BA12FF', count: 1 }
        ]
    };

    try {
        const response = await fetch(endpoint, {
            method: 'POST',
            headers: {
                'Content-Type': 'application/json',
                'X-API-KEY': apiKey
            },
            body: JSON.stringify(payload)
        });

        if (!response.ok) {
            throw new Error(`HTTP error! status: ${response.status}`);
        }

        const data = await response.json();
        console.log('Mixed Color:', data.mixedColor);
    } catch (error) {
        console.error('Error mixing colors:', error.message);
    }
}

mixColors();

Getting Started

1

Sign Up

Create an account at trycolors.com/signin to get started.
2

Generate API Key

Generate your API key in your user account settings.
3

Test API

Test the API endpoints using our Swagger sandbox.
4

Integrate

Integrate the API into your application using our documentation and example code.

Rate Limits

Hobby and PRO (individual) Plans

API EndpointRate Limit (requests/second)Daily Limit (requests/day)
Mix Colors250
Unmix Color110
Similar Paints110

Business Plan (Tier 1)

API EndpointRate Limit (requests/second)Daily Limit (requests/day)
Mix Colors102,000
Unmix Color51,000
Similar Paints51,000

Business plan limits can be increased upon request. Contact our support team if you need higher limits.

Empower Your Application with Advanced Color Tools

Our API brings advanced color mixing technology directly to your platform, enhancing your users' experience with powerful and flexible color manipulation.

Seamless Integration

Integrate our color mixing and matching tools directly into your application with our well-documented API, enhancing your digital offering with powerful color manipulation.

Flexible Implementation

Our API allows for flexible implementation, enabling you to create custom color tools and experiences tailored to your users' needs.

Scalable Solution

Our API is built to scale, allowing you to handle increasing demand as your application grows, with options for higher rate limits on business plans.

Frequently Asked Questions

Contact Us

Have questions or feedback? We're here to help.

Contact Support
LogoTrycolors

Discover the color you need by seamlessly mixing the colors you already have.

Tools
MixerPaintsGamesChallengesCommunity palettes
For business
APIWidgets
Support
Help centerContact
Legal
Terms of ServicePrivacy Policy
© 2012 - 2025 Trycolors. All rights reserved.