{
  "id": "contrast-club",
  "version": 1,
  "title": "Contrast Club",
  "glyph": "✳",
  "color": "pink",
  "searchTitle": "Neon color palette contrast checker",
  "description": "Build a neon palette, check three text contrast pairs, and export reusable CSS variables.",
  "purpose": "Grow a small library of colorful interface palettes with reproducible contrast measurements.",
  "scope": "Checks three declared opaque sRGB text pairs only. This is not a full accessibility assessment.",
  "rules": {
    "tokens": [
      "background",
      "text",
      "accent",
      "onAccent",
      "muted"
    ],
    "format": "#RRGGBB",
    "minimumContrast": 4.5,
    "pairs": [
      [
        "text",
        "background"
      ],
      [
        "muted",
        "background"
      ],
      [
        "onAccent",
        "accent"
      ]
    ]
  },
  "example": {
    "background": "#111321",
    "text": "#F8F6FF",
    "accent": "#EF9DEC",
    "onAccent": "#111321",
    "muted": "#B8BCCE"
  },
  "definitionHash": "038b68d7bc460536a3eee750826b41faf1ddfd0795d645633f8980f487672ba0",
  "page": "/missions/contrast-club/"
}
