{
  "$description": "Brand: Kubernetes (kubernetes@1.0.0)",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette kubernetes@1.0.0",
      "k8s-blue": {
        "$value": "#326CE5",
        "$type": "color",
        "$description": "The Kubernetes signature blue — the fill of the helm-wheel mark and the principal accent across kubernetes.io.\n"
      },
      "k8s-blue-dark": {
        "$value": "#2956B2",
        "$type": "color",
        "$description": "Pressed/active state for the primary CTA."
      },
      "k8s-blue-light": {
        "$value": "#7493E0",
        "$type": "color",
        "$description": "Soft accent used on illustrations and tags."
      },
      "k8s-navy": {
        "$value": "#0B132B",
        "$type": "color",
        "$description": "Dark-mode canvas color — the navy used on the kubernetes.io dark-theme hero and on CNCF presentation chrome.\n"
      },
      "k8s-navy-deep": {
        "$value": "#050911",
        "$type": "color",
        "$description": "Darkest navy used as the page-level dark canvas."
      },
      "k8s-ink": {
        "$value": "#303030",
        "$type": "color",
        "$description": "Primary text on light surfaces."
      },
      "k8s-gray": {
        "$value": "#5F6368",
        "$type": "color",
        "$description": "Secondary text and metadata."
      },
      "k8s-gray-light": {
        "$value": "#9AA0A6",
        "$type": "color",
        "$description": "Tertiary text and disabled UI."
      },
      "k8s-surface": {
        "$value": "#F1F3F4",
        "$type": "color",
        "$description": "Quiet surface — card backgrounds on kubernetes.io."
      },
      "k8s-border": {
        "$value": "#DADCE0",
        "$type": "color",
        "$description": "Hairline borders and dividers."
      },
      "k8s-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Primary canvas on light surfaces."
      },
      "k8s-success": {
        "$value": "#0F9D58",
        "$type": "color",
        "$description": "Healthy / ready pod state."
      },
      "k8s-warning": {
        "$value": "#F4B400",
        "$type": "color",
        "$description": "Pending / scheduling state."
      },
      "k8s-error": {
        "$value": "#DB4437",
        "$type": "color",
        "$description": "Failed / crash-loop state."
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Inter (inter@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "body": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Inter (inter@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "mono": {
      "family": {
        "$value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "$type": "fontFamily",
        "$description": "mono role → JetBrainsMono Nerd Font (jetbrainsmono-nerdfont@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    }
  },
  "$extensions": {
    "com.brand-atoms.rules": [
      {
        "type": "colorChoice",
        "target": "logo.helm-wheel.fill",
        "severity": "error",
        "rationale": "The Kubernetes helm-wheel renders in Kubernetes Blue (#326CE5) or reversed white per the CNCF trademark guidelines. The darker pressed-state and the lighter illustration accent are interactive-state tokens and never mark fills.\n",
        "allowed": [
          "k8s-blue",
          "k8s-white"
        ],
        "forbidden": [
          "k8s-blue-dark",
          "k8s-blue-light",
          "k8s-navy"
        ]
      },
      {
        "type": "forbiddenTreatment",
        "target": "logo",
        "severity": "error",
        "rationale": "The CNCF trademark guidelines explicitly prohibit altering the proportions, color, or arrangement of the Kubernetes helm-wheel mark. The seven spokes are a defined feature of the mark and must not be modified.\n",
        "treatments": [
          "stretched",
          "rotated",
          "recolored",
          "drop-shadow",
          "on-busy-photo",
          "spokes-altered",
          "gradient-fill"
        ]
      },
      {
        "type": "contrastRatio",
        "target": "text-primary",
        "severity": "error",
        "rationale": "Kubernetes Ink (#303030) on Kubernetes White gives ~13:1 — well above WCAG 2.1 Level AA. The kubernetes.io documentation surface targets AA as the accessibility floor; consumers must not reduce this contrast.\n",
        "against": "background",
        "minRatio": 4.5,
        "standard": "WCAG-AA"
      },
      {
        "type": "contrastRatio",
        "target": "roles.colors.primary",
        "severity": "error",
        "rationale": "Kubernetes Blue (#326CE5) on Kubernetes White gives ~5.1:1 — clearing WCAG AA for body-sized interactive text. The documentation site relies on this contrast for link legibility.\n",
        "against": "background",
        "minRatio": 4.5,
        "standard": "WCAG-AA"
      },
      {
        "type": "compositionConstraint",
        "target": "roles.colors.primary",
        "severity": "recommendation",
        "rationale": "The Kubernetes Blue pairs cleanly against the white canvas and the navy dark-mode chrome. Pairing the brand blue directly with the warning amber or error red on the same surface creates a status-color conflict that competes with the brand voice.\n",
        "pairsWith": [
          "k8s-white",
          "k8s-navy",
          "k8s-surface"
        ],
        "doesNotPairWith": [
          "k8s-warning",
          "k8s-error"
        ]
      },
      {
        "type": "accessibilityRequirement",
        "target": "*",
        "severity": "error",
        "rationale": "WCAG 2.1 Success Criterion 1.4.3 (Contrast Minimum) — Level AA. The kubernetes.io documentation surface and CNCF project sites both target AA as the floor for accessibility on open-source documentation.\n",
        "standard": "WCAG-AA",
        "criterion": "1.4.3"
      },
      {
        "type": "contextRestriction",
        "target": "logo.helm-wheel",
        "severity": "error",
        "rationale": "The Linux Foundation / CNCF trademark usage policy requires explicit permission for commercial endorsement or co-branding uses of the Kubernetes mark. Use of the helm-wheel to imply endorsement of a commercial product requires written approval from the CNCF.\n",
        "forbiddenContexts": [
          "commercial-endorsement",
          "product-co-branding-without-permission"
        ]
      },
      {
        "type": "fontPairing",
        "target": "typography.heading",
        "severity": "recommendation",
        "rationale": "The kubernetes.io documentation surface uses a single family for heading and body, with hierarchy established through size. A 1.5× heading-to-body floor preserves the display-to-prose distinction across the long-form reference content.\n",
        "requires": "body",
        "minSizeRatio": 1.5
      }
    ],
    "com.brand-atoms.assets": [],
    "com.brand-atoms.provenance": {
      "source": "https://kubernetes.io/community/branding/",
      "license": "Apache-2.0",
      "attribution": "Kubernetes is a registered trademark of The Linux Foundation / Cloud Native Computing Foundation. The Kubernetes name and logo are used under the CNCF trademark usage guidelines (cncf.io/brand-guidelines). The Kubernetes project source is licensed under Apache License 2.0; brand colors and identity guidance documented here are derived from the project's branding page (kubernetes.io/community/branding/), the kubernetes/community repository, and the CNCF Style Guide. Copyright The Kubernetes Authors / Cloud Native Computing Foundation.\n",
      "importedDate": "2026-05-18",
      "notes": "Kubernetes is the only Apache-2.0-licensed brand atom in this initial cloud-and-devops set — the project itself is open-source and the brand assets are governed by the CNCF trademark policy. No asset files are bundled here; the helm- wheel mark must be retrieved directly from the Kubernetes branding page under the CNCF brand guidelines. Use of the Kubernetes name and mark must comply with the Linux Foundation / CNCF trademark usage policy.\n"
    },
    "com.brand-atoms.references": {
      "palette": "kubernetes@1.0.0",
      "fonts": {
        "heading": "inter@1.0.0",
        "body": "inter@1.0.0",
        "mono": "jetbrainsmono-nerdfont@1.0.0"
      }
    }
  }
}
