Color API
RESTful API for color processing
Integrate powerful color tools into your applications. Convert colors, analyze accessibility, generate palettes, and access our comprehensive car color database.
Quick Start
Authentication
API Key Authentication
All API requests require authentication using an API key. Include your API key in the Authorization header:
Free Tier Limits
- • 1,000 requests per month
- • 10 requests per minute
- • Basic color conversion
- • Standard support
Pro Tier Benefits
- • 100,000 requests per month
- • 100 requests per minute
- • All endpoints access
- • Priority support
API Endpoints
/api/v1/color/convert
Convert colors between different formats
Parameters
color
stringrequiredInput color in any supported format
from
stringrequiredSource format (hex, rgb, hsl, cmyk)
to
string[]requiredTarget formats array
Example
Request
Response
/api/v1/color/analyze
Analyze color properties and accessibility
Parameters
color
stringrequiredColor to analyze in hex format
background
stringBackground color for contrast analysis
Example
Request
Response
/api/v1/color/palette
Generate color palettes using color theory
Parameters
base_color
stringrequiredBase color in hex format
scheme
stringrequiredColor scheme (complementary, analogous, triadic, etc.)
count
numberNumber of colors to generate (default: 5)
Example
Request
Response
/api/v1/car-colors/{brand}
Get car color database for specific brand
Parameters
brand
stringrequiredCar brand (tesla, bmw, mercedes-benz, audi, etc.)
model
stringSpecific model filter
year
stringYear filter
Example
Request
Response
/api/v1/color/match
Find closest matching colors from database
Parameters
color
stringrequiredTarget color in hex format
database
stringDatabase to search (car-colors, pantone, ral)
tolerance
numberMatching tolerance (0-100, default: 10)
Example
Request
Response
Ready to Get Started?
Sign up for free and start integrating powerful color tools into your applications.