AI-ready color reference

Colors Encyclopedia

A structured encyclopedia for named colors, HEX values, palettes, harmonies, WCAG accessibility, CSS utilities, and brand color references.

Explore colors by family, tone, palette, brand reference, accessibility, or technical format, with every major section connected to static APIs and dataset documentation.

Explorer Entry Points

Start with the navigation path that matches the task: family, tone, luminance, accessibility, brand, palette, or comparison.

Core Systems

The main systems expose Colors Encyclopedia as both a human website and a machine-readable color knowledge graph.

Dataset & API Hub

Dataset v1.0.0 publishes stable static resources for crawling, integration, audit, and AI ingestion.

Trust & Editorial

Colors Encyclopedia separates generated color math from editorial judgment and publishes the policies needed to evaluate the site seriously.

Machine-readable data

Machine-Readable Home Graph (JSON)

Root-node metadata for Colors Encyclopedia sections, semantic groups, endpoints, relationships, and AI ingestion notes.

AI-Ready Dataset v1.0.0
sectionsPrimary home sections and anchor nodes
semanticGroupsColor knowledge graph groups
endpointsStatic JSON and manifest resources
relationshipsHuman navigation hubs connected from home
ingestionNotesGuidance for AI and dataset crawlers
Download JSON Open API
Structured sections
sections
[
  "hero",
  "featured_colors",
  "explorer_entry_points",
  "core_systems",
  "dataset_api_hub",
  "trust_editorial",
  "footer"
]
semanticGroups
[
  "color_families",
  "tones",
  "temperature",
  "luminance",
  "wcag",
  "palettes",
  "brand_colors",
  "hex_atlas"
]
endpoints
{
  "index": "/api/index.json",
  "colors": "/api/colors.json",
  "hex": "/api/hex.json",
  "palettes": "/api/palettes.json",
  "harmonies": "/api/harmonies.json",
  "comparisons": "/api/compare.json",
  "brands": "/api/brand-colors.json",
  "tools": "/api/tools.json",
  "wcag": "/api/wcag/accessible-colors.json",
  "manifest": "/dataset/manifest.json"
}
relationships
{
  "explorer": "/color-explorer/",
  "namedColors": "/colors/",
  "colorFamilies": "/colors/families/",
  "hexAtlas": "/hex/",
  "brandColors": "/brand-colors/",
  "tools": "/tools/",
  "dataset": "/dataset/",
  "aiPolicy": "/ai-access-policy/"
}
Full JSON dataset
{
  "page": "home",
  "version": "1.0.0",
  "sections": [
    "hero",
    "featured_colors",
    "explorer_entry_points",
    "core_systems",
    "dataset_api_hub",
    "trust_editorial",
    "footer"
  ],
  "semanticGroups": [
    "color_families",
    "tones",
    "temperature",
    "luminance",
    "wcag",
    "palettes",
    "brand_colors",
    "hex_atlas"
  ],
  "endpoints": {
    "index": "/api/index.json",
    "colors": "/api/colors.json",
    "hex": "/api/hex.json",
    "palettes": "/api/palettes.json",
    "harmonies": "/api/harmonies.json",
    "comparisons": "/api/compare.json",
    "brands": "/api/brand-colors.json",
    "tools": "/api/tools.json",
    "wcag": "/api/wcag/accessible-colors.json",
    "manifest": "/dataset/manifest.json"
  },
  "relationships": {
    "explorer": "/color-explorer/",
    "namedColors": "/colors/",
    "colorFamilies": "/colors/families/",
    "hexAtlas": "/hex/",
    "brandColors": "/brand-colors/",
    "tools": "/tools/",
    "dataset": "/dataset/",
    "aiPolicy": "/ai-access-policy/"
  },
  "ingestionNotes": "Use the home page as the root node for discovering human navigation hubs, static JSON endpoints, dataset versioning, editorial trust pages, and Pay Per Crawl guidance."
}