positron.json

Positron Brand Identity

A complete profile of Positron's visual system — colors, typography, components, and personality — extracted from https://www.positron.ai/. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #1A363B
Accent #050E15
Body Font IBM Plex Sans
Heading Font IBM Plex Sans

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: tech professionals

Positron Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

Working with these fonts

Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
  3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each src: url(...) to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Machine-Readable Profile

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "IBM Plex Sans",
      "role": "body"
    },
    {
      "family": "IBM Plex Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#1A363B",
    "secondary": "#E6F8F8",
    "accent": "#050E15",
    "background": "#050E15",
    "textPrimary": "#050E15",
    "link": "#050E15"
  },
  "typography": {
    "fontFamilies": {
      "primary": "IBM Plex Sans",
      "heading": "IBM Plex Sans"
    },
    "fontStacks": {
      "heading": [
        "__IBM_Plex_Sans_ee270e",
        "__IBM_Plex_Sans_Fallback_ee270e"
      ],
      "body": [
        "__IBM_Plex_Sans_ee270e",
        "__IBM_Plex_Sans_Fallback_ee270e"
      ],
      "paragraph": [
        "__IBM_Plex_Sans_ee270e",
        "__IBM_Plex_Sans_Fallback_ee270e"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "28px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#050E15",
      "textColor": "#FBFEFE",
      "borderColor": "#2A3B40",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#2A3B40",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.positron.ai/assets/logo.svg",
    "favicon": "https://www.positron.ai/favicon.ico",
    "ogImage": "https://www.positron.ai/opengraph-image-pwu6ef.png?dc038bfad54e9e0b",
    "logoHref": "/",
    "logoAlt": "Positron"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Positron'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "CONTACT US",
      "reasoning": "Button #0 ('CONTACT US') has a distinct dark background color (#050E15) and is likely a primary call-to-action due to its placement and visibility."
    },
    "secondary": {
      "index": 1,
      "text": "BROWSE FILES",
      "reasoning": "Button #1 ('BROWSE FILES') has a transparent background, making it a suitable secondary button with a less prominent appearance.
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Positron'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}