{
  "id": "samsung",
  "version": "1.0.0",
  "name": "Samsung",
  "description": "Samsung Electronics Co., Ltd. is the consumer-electronics arm of the Samsung Group — smartphones (Galaxy), televisions, appliances (Bespoke), displays, and the memory and foundry business behind them. The corporate identity is anchored on the Samsung Blue (#1428A0) wordmark, which the parent brand pairs with a near- monochrome supporting palette: white canvas, fine grey rules, and near-black text for the global marketing surfaces, plus a brighter action blue (#2189FF) for the dark \"UX25\" product UI. Voice is engineered, optimistic, and product-led.\n",
  "provenance": {
    "source": "https://www.samsung.com/us/",
    "license": "Proprietary — All Rights Reserved",
    "attribution": "Samsung Electronics Co., Ltd. — identity values captured from the deployed stylesheet on samsung.com (us.css, ux25 base CSS, and inline declarations on the US homepage). Samsung, the Samsung logo, Galaxy, Bespoke, Bixby, SmartThings, SamsungOne, and Samsung Sharp Sans are trademarks of Samsung Electronics Co., Ltd.\n",
    "importedDate": "2026-05-18",
    "notes": "Derived from live site CSS at https://www.samsung.com/us/ on 2026-05-18; the published brand-identity guide at samsung.com/global/about-us/brand-identity/ is unavailable (returns 403 to non-browser clients). The proprietary brand typefaces (SamsungOne for body, SamsungSharpSans for display) are declared on samsung.com via @font-face but are not publicly distributed. This atom references Inter@1 as the open-source rendering substitute. Scope is the parent corporate identity only — Galaxy, Bespoke, SmartThings, and other sub-brands are deferred. assets: [] per the encyclopedia's trademark-redistribution policy.\n"
  },
  "tags": [
    "samsung",
    "hardware",
    "consumer-electronics",
    "blue",
    "korean-conglomerate"
  ],
  "palette": {
    "ref": "samsung@1.0.0",
    "swatches": [
      {
        "id": "samsung-blue",
        "name": "Samsung Blue",
        "value": "#1428A0",
        "description": "The signature Samsung wordmark blue. The brand's identity color and the only chromatic primary on the parent mark.\n",
        "aliases": []
      },
      {
        "id": "action-blue",
        "name": "Action Blue",
        "value": "#2189FF",
        "description": "Brighter action blue used on CTAs in the UX25 dark UI — higher contrast on dark surfaces than the corporate blue.\n",
        "aliases": []
      },
      {
        "id": "action-blue-pressed",
        "name": "Action Blue (Pressed)",
        "value": "#006BEA",
        "description": "Pressed / hover variant of Action Blue.",
        "aliases": []
      },
      {
        "id": "link-blue",
        "name": "Link Blue",
        "value": "#0381FE",
        "description": "Inline link color on the white canvas.",
        "aliases": []
      },
      {
        "id": "light-blue",
        "name": "Light Blue",
        "value": "#68AEFF",
        "description": "Light blue secondary; muted hover affordance.",
        "aliases": []
      },
      {
        "id": "legacy-navy",
        "name": "Legacy Navy",
        "value": "#0C4DA2",
        "description": "Older Samsung navy still present on US legacy templates; a softer mid-navy than the corporate #1428A0.\n",
        "aliases": []
      },
      {
        "id": "white",
        "name": "White",
        "value": "#FFFFFF",
        "description": "Default page canvas; reverse wordmark fill.",
        "aliases": []
      },
      {
        "id": "gray-50",
        "name": "Gray 50",
        "value": "#F7F7F7",
        "description": "Light page surface tint.",
        "aliases": []
      },
      {
        "id": "gray-100",
        "name": "Gray 100",
        "value": "#F4F4F4",
        "description": "Subtle elevated surface.",
        "aliases": []
      },
      {
        "id": "gray-200",
        "name": "Gray 200",
        "value": "#E7E7E7",
        "description": "Quiet rule / border on the white canvas.",
        "aliases": []
      },
      {
        "id": "gray-300",
        "name": "Gray 300",
        "value": "#CBCBCB",
        "description": "Mid-light gray; disabled borders.",
        "aliases": []
      },
      {
        "id": "gray-400",
        "name": "Gray 400",
        "value": "#8F8F8F",
        "description": "Mid-gray for inactive controls.",
        "aliases": []
      },
      {
        "id": "gray-500",
        "name": "Gray 500",
        "value": "#757575",
        "description": "Tertiary text on the white canvas.",
        "aliases": []
      },
      {
        "id": "gray-600",
        "name": "Gray 600",
        "value": "#6E6E73",
        "description": "Cool secondary text — the value declared inline on the samsung.com US homepage.\n",
        "aliases": []
      },
      {
        "id": "gray-700",
        "name": "Gray 700",
        "value": "#363636",
        "description": "Elevated dark surface on the UX25 dark canvas.",
        "aliases": []
      },
      {
        "id": "gray-800",
        "name": "Gray 800",
        "value": "#313131",
        "description": "Dark surface; near-canvas in UX25 dark UI.",
        "aliases": []
      },
      {
        "id": "gray-900",
        "name": "Gray 900",
        "value": "#1C1C1C",
        "description": "Near-black; canvas in UX25 dark UI.",
        "aliases": []
      },
      {
        "id": "black",
        "name": "Black",
        "value": "#000000",
        "description": "Primary text on light surfaces; logo fill in mono.",
        "aliases": []
      },
      {
        "id": "success",
        "name": "Success",
        "value": "#007E3B",
        "description": "Confirmation / success state color.",
        "aliases": []
      },
      {
        "id": "warning",
        "name": "Warning",
        "value": "#F66700",
        "description": "Warning / caution state color.",
        "aliases": []
      },
      {
        "id": "error",
        "name": "Error",
        "value": "#EF3434",
        "description": "Error / destructive state color.",
        "aliases": []
      }
    ],
    "modes": {
      "light": {
        "roles": {
          "background": "white",
          "surface": "gray-50",
          "surface-elevated": "white",
          "text-primary": "black",
          "text-secondary": "gray-600",
          "text-tertiary": "gray-500",
          "primary": "samsung-blue",
          "primary-hover": "legacy-navy",
          "accent": "link-blue",
          "accent-hover": "action-blue-pressed",
          "success": "success",
          "warning": "warning",
          "error": "error",
          "border": "gray-200"
        }
      },
      "dark": {
        "roles": {
          "background": "gray-900",
          "surface": "gray-800",
          "surface-elevated": "gray-700",
          "text-primary": "white",
          "text-secondary": "gray-300",
          "text-tertiary": "gray-400",
          "primary": "action-blue",
          "primary-hover": "action-blue-pressed",
          "accent": "light-blue",
          "accent-hover": "action-blue",
          "success": "success",
          "warning": "warning",
          "error": "error",
          "border": "gray-700"
        }
      }
    }
  },
  "fonts": [
    {
      "role": "heading",
      "ref": "inter@1.0.0",
      "family": "Inter",
      "classification": "sans-serif",
      "source": {
        "kind": "google-fonts",
        "family": "Inter",
        "url": "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
      },
      "fallbackStack": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ],
      "availableStyles": [
        {
          "weight": 100,
          "style": "normal"
        },
        {
          "weight": 100,
          "style": "italic"
        },
        {
          "weight": 200,
          "style": "normal"
        },
        {
          "weight": 200,
          "style": "italic"
        },
        {
          "weight": 300,
          "style": "normal"
        },
        {
          "weight": 300,
          "style": "italic"
        },
        {
          "weight": 400,
          "style": "normal"
        },
        {
          "weight": 400,
          "style": "italic"
        },
        {
          "weight": 500,
          "style": "normal"
        },
        {
          "weight": 500,
          "style": "italic"
        },
        {
          "weight": 600,
          "style": "normal"
        },
        {
          "weight": 600,
          "style": "italic"
        },
        {
          "weight": 700,
          "style": "normal"
        },
        {
          "weight": 700,
          "style": "italic"
        },
        {
          "weight": 800,
          "style": "normal"
        },
        {
          "weight": 800,
          "style": "italic"
        },
        {
          "weight": 900,
          "style": "normal"
        },
        {
          "weight": 900,
          "style": "italic"
        }
      ]
    },
    {
      "role": "body",
      "ref": "inter@1.0.0",
      "family": "Inter",
      "classification": "sans-serif",
      "source": {
        "kind": "google-fonts",
        "family": "Inter",
        "url": "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
      },
      "fallbackStack": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ],
      "availableStyles": [
        {
          "weight": 100,
          "style": "normal"
        },
        {
          "weight": 100,
          "style": "italic"
        },
        {
          "weight": 200,
          "style": "normal"
        },
        {
          "weight": 200,
          "style": "italic"
        },
        {
          "weight": 300,
          "style": "normal"
        },
        {
          "weight": 300,
          "style": "italic"
        },
        {
          "weight": 400,
          "style": "normal"
        },
        {
          "weight": 400,
          "style": "italic"
        },
        {
          "weight": 500,
          "style": "normal"
        },
        {
          "weight": 500,
          "style": "italic"
        },
        {
          "weight": 600,
          "style": "normal"
        },
        {
          "weight": 600,
          "style": "italic"
        },
        {
          "weight": 700,
          "style": "normal"
        },
        {
          "weight": 700,
          "style": "italic"
        },
        {
          "weight": 800,
          "style": "normal"
        },
        {
          "weight": 800,
          "style": "italic"
        },
        {
          "weight": 900,
          "style": "normal"
        },
        {
          "weight": 900,
          "style": "italic"
        }
      ]
    },
    {
      "role": "mono",
      "ref": "jetbrainsmono-nerdfont@1.0.0",
      "family": "JetBrainsMono Nerd Font",
      "classification": "monospace",
      "source": {
        "kind": "external",
        "family": "JetBrainsMono Nerd Font",
        "notes": "Nerd-Font-patched build of JetBrains Mono. Not available via Google Fonts. Download woff2/ttf files from the Nerd Fonts GitHub release and self-host, or install system-wide for terminal/IDE use.\n"
      },
      "fallbackStack": [
        "JetBrains Mono",
        "Fira Code",
        "Menlo",
        "Monaco",
        "Consolas",
        "Liberation Mono",
        "monospace"
      ],
      "availableStyles": [
        {
          "weight": 100,
          "style": "normal"
        },
        {
          "weight": 100,
          "style": "italic"
        },
        {
          "weight": 200,
          "style": "normal"
        },
        {
          "weight": 200,
          "style": "italic"
        },
        {
          "weight": 300,
          "style": "normal"
        },
        {
          "weight": 300,
          "style": "italic"
        },
        {
          "weight": 400,
          "style": "normal"
        },
        {
          "weight": 400,
          "style": "italic"
        },
        {
          "weight": 500,
          "style": "normal"
        },
        {
          "weight": 500,
          "style": "italic"
        },
        {
          "weight": 600,
          "style": "normal"
        },
        {
          "weight": 600,
          "style": "italic"
        },
        {
          "weight": 700,
          "style": "normal"
        },
        {
          "weight": 700,
          "style": "italic"
        },
        {
          "weight": 800,
          "style": "normal"
        },
        {
          "weight": 800,
          "style": "italic"
        }
      ]
    }
  ],
  "roles": {
    "colors": {
      "identity": "white",
      "on-identity": "black",
      "primary": "samsung-blue",
      "primary-hover": "legacy-navy",
      "accent": "link-blue",
      "mark": "samsung-blue",
      "success": "success",
      "warning": "warning",
      "error": "error",
      "background-light": "white",
      "background-dark": "gray-900",
      "surface-light": "gray-50",
      "surface-dark": "gray-800",
      "text-primary-light": "black",
      "text-primary-dark": "white",
      "text-secondary-light": "gray-600",
      "text-tertiary-light": "gray-500",
      "border-light": "gray-200"
    },
    "typography": {
      "display": "heading",
      "prose": "body",
      "code": "mono"
    }
  },
  "assets": [],
  "rules": [
    {
      "type": "colorChoice",
      "target": "roles.colors.mark",
      "severity": "error",
      "rationale": "The Samsung wordmark fills with Samsung Blue (#1428A0) on light surfaces, or with monochrome black-on-light / white-on-dark when a one-color treatment is required. The brighter action blues are product-UI affordances; the legacy navy (#0C4DA2) is a softer historical variant. Substituting any of them for the corporate blue dilutes the wordmark's anchor color.\n",
      "allowed": [
        "samsung-blue",
        "black",
        "white"
      ],
      "forbidden": [
        "action-blue",
        "link-blue",
        "light-blue",
        "legacy-navy",
        "gray-600"
      ]
    },
    {
      "type": "forbiddenTreatment",
      "target": "logo",
      "severity": "error",
      "rationale": "The Samsung wordmark is a fixed-proportion identity. The live site uses it only in solid-color treatments (Samsung Blue, black, or white) on plain backgrounds. Skewing, rotating, gradient-filling, drop-shadowing, or placing the mark on a busy photo conflicts with the restrained corporate identity.\n",
      "treatments": [
        "stretched",
        "rotated",
        "recolored",
        "drop-shadow",
        "gradient-fill",
        "on-busy-photo",
        "outlined",
        "distorted"
      ]
    },
    {
      "type": "contrastRatio",
      "target": "text-primary",
      "severity": "error",
      "rationale": "Black (#000000) on white (#FFFFFF) measures ~21:1 — clears WCAG AA at the body-text floor decisively. The high- contrast monochrome posture is the parent brand's default reading environment.\n",
      "against": "background",
      "minRatio": 4.5,
      "standard": "WCAG-AA"
    },
    {
      "type": "contrastRatio",
      "target": "roles.colors.primary",
      "severity": "error",
      "rationale": "Samsung Blue (#1428A0) on white (#FFFFFF) measures ~11:1 — clears WCAG AA for body text decisively. This headroom is meaningful because Samsung Blue is used not only on the wordmark but also on inline links inside paragraph text.\n",
      "against": "background",
      "minRatio": 4.5,
      "standard": "WCAG-AA"
    },
    {
      "type": "colorChoice",
      "target": "roles.colors.primary",
      "severity": "error",
      "rationale": "The identity-primary role is filled by Samsung Blue (default), Action Blue (on dark UX25 surfaces), or Legacy Navy (on legacy US templates). Link Blue (#0381FE) and Light Blue (#68AEFF) are inline-link and hover affordances — not primary action colors.\n",
      "allowed": [
        "samsung-blue",
        "action-blue",
        "legacy-navy"
      ],
      "forbidden": [
        "link-blue",
        "light-blue",
        "gray-600"
      ]
    },
    {
      "type": "contextRestriction",
      "target": "roles.colors.error",
      "severity": "error",
      "rationale": "Error (#EF3434) is the destructive / failure-state accent in the UX25 product UI. It must not appear in marketing context — the brand's marketing CTAs are blue, not red, and treating Error as a brand color collapses the destructive-state affordance.\n",
      "allowedContexts": [
        "error-state",
        "destructive-action",
        "form-validation"
      ],
      "forbiddenContexts": [
        "marketing-headline",
        "hero-background",
        "cta"
      ]
    },
    {
      "type": "accessibilityRequirement",
      "target": "*",
      "severity": "error",
      "rationale": "WCAG 2.1 Success Criterion 1.4.3 (Contrast Minimum) — Level AA. The monochrome-on-white text pairings and Samsung Blue inline links all clear AA at the body-text floor with significant headroom.\n",
      "standard": "WCAG-AA",
      "criterion": "1.4.3"
    },
    {
      "type": "fontPairing",
      "target": "typography.display",
      "severity": "recommendation",
      "rationale": "Samsung's marketing surfaces pair SamsungSharpSans (display, proprietary) with SamsungOne (body, proprietary) on the live site. Maintain at least a 1.3× ratio between display and prose to preserve the two-family hierarchy when both roles render through the Inter substitute.\n",
      "requires": "prose",
      "minSizeRatio": 1.3
    }
  ]
}
