The Universal
Color Dataset.
A comprehensive, open-source collection of color values, names, and structured palettes. Built for machine learning, design tools, and developers.
sample.json
{
"hex": "#FF5733",
"name": "Persimmon",
"rgb": [255, 87, 51],
"hsl": [11, 100, 60],
"category": "Warm",
"tags": ["vibrant", "sunset", "ui-accent"]
}