{
  "version": "1.1.0",
  "method": "WCAG relative luminance and contrast ratio",
  "summary": {
    "tested": 11,
    "passed": 9,
    "failed": 2,
    "requiredFailures": 0
  },
  "results": [
    {
      "id": "halo.contrast.primary-on-page",
      "foreground": {
        "token": "core.color.neutral.ink",
        "hex": "#111316"
      },
      "background": {
        "token": "core.color.neutral.canvas",
        "hex": "#f6f5f2"
      },
      "ratio": 17.07,
      "minimum": 4.5,
      "intendedUse": "Normal editorial text",
      "required": true,
      "result": "pass"
    },
    {
      "id": "halo.contrast.muted-on-page",
      "foreground": {
        "token": "core.color.neutral.muted",
        "hex": "#626461"
      },
      "background": {
        "token": "core.color.neutral.canvas",
        "hex": "#f6f5f2"
      },
      "ratio": 5.48,
      "minimum": 4.5,
      "intendedUse": "Normal secondary text",
      "required": true,
      "result": "pass"
    },
    {
      "id": "halo.contrast.subtle-on-page",
      "foreground": {
        "token": "core.color.neutral.subtle",
        "hex": "#6e716f"
      },
      "background": {
        "token": "core.color.neutral.canvas",
        "hex": "#f6f5f2"
      },
      "ratio": 4.53,
      "minimum": 4.5,
      "intendedUse": "Small labels and metadata",
      "required": true,
      "result": "pass"
    },
    {
      "id": "halo.contrast.primary-on-dark",
      "foreground": {
        "token": "core.color.neutral.dark-ink",
        "hex": "#f4f1ea"
      },
      "background": {
        "token": "core.color.neutral.deep-black",
        "hex": "#08090b"
      },
      "ratio": 17.66,
      "minimum": 4.5,
      "intendedUse": "Normal text on dark sections",
      "required": true,
      "result": "pass"
    },
    {
      "id": "halo.contrast.muted-on-dark",
      "foreground": {
        "token": "core.color.neutral.dark-muted",
        "hex": "#b9b7b0"
      },
      "background": {
        "token": "core.color.neutral.deep-black",
        "hex": "#08090b"
      },
      "ratio": 9.92,
      "minimum": 4.5,
      "intendedUse": "Normal secondary text on dark sections",
      "required": true,
      "result": "pass"
    },
    {
      "id": "halo.contrast.ink-on-magenta",
      "foreground": {
        "token": "core.color.neutral.ink",
        "hex": "#111316"
      },
      "background": {
        "token": "core.color.brand.magenta",
        "hex": "#f13aad"
      },
      "ratio": 5.27,
      "minimum": 4.5,
      "intendedUse": "Preferred primary-action label",
      "required": true,
      "result": "pass"
    },
    {
      "id": "halo.contrast.white-on-magenta",
      "foreground": {
        "token": "core.color.neutral.raised",
        "hex": "#ffffff"
      },
      "background": {
        "token": "core.color.brand.magenta",
        "hex": "#f13aad"
      },
      "ratio": 3.53,
      "minimum": 4.5,
      "intendedUse": "Diagnostic for current white-label accent controls",
      "required": false,
      "result": "fail"
    },
    {
      "id": "halo.contrast.ink-on-verified",
      "foreground": {
        "token": "core.color.neutral.ink",
        "hex": "#111316"
      },
      "background": {
        "token": "core.color.state.verified",
        "hex": "#2ea77b"
      },
      "ratio": 6.14,
      "minimum": 4.5,
      "intendedUse": "Preferred verified-state label",
      "required": true,
      "result": "pass"
    },
    {
      "id": "halo.contrast.white-on-verified",
      "foreground": {
        "token": "core.color.neutral.raised",
        "hex": "#ffffff"
      },
      "background": {
        "token": "core.color.state.verified",
        "hex": "#2ea77b"
      },
      "ratio": 3.03,
      "minimum": 4.5,
      "intendedUse": "Diagnostic for white labels on verified green",
      "required": false,
      "result": "fail"
    },
    {
      "id": "halo.contrast.ink-on-warning",
      "foreground": {
        "token": "core.color.neutral.ink",
        "hex": "#111316"
      },
      "background": {
        "token": "core.color.state.warning",
        "hex": "#b7791f"
      },
      "ratio": 5.11,
      "minimum": 4.5,
      "intendedUse": "Preferred warning-state label",
      "required": true,
      "result": "pass"
    },
    {
      "id": "halo.contrast.white-on-danger",
      "foreground": {
        "token": "core.color.neutral.raised",
        "hex": "#ffffff"
      },
      "background": {
        "token": "core.color.state.danger",
        "hex": "#c44d5e"
      },
      "ratio": 4.59,
      "minimum": 4.5,
      "intendedUse": "Diagnostic for white labels on danger",
      "required": false,
      "result": "pass"
    }
  ]
}
