dimension labs.json

Dimension Labs Brand Identity

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

Quick Facts

Field Value
Primary #0000EE
Accent #000000
Body Font Rethink Sans
Heading Font Rethink Sans

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

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

Dimension Labs 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": "light",
  "fonts": [
    {
      "family": "Rethink Sans",
      "role": "body"
    },
    {
      "family": "Fragment Mono",
      "role": "monospace"
    },
    {
      "family": "Inter Variable",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#3B82F6",
    "accent": "#000000",
    "background": "#F1F1F1",
    "textPrimary": "#1F1F1F",
    "link": "#8A8A65"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Rethink Sans",
      "heading": "Rethink Sans"
    },
    "fontStacks": {
      "heading": [
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Rethink Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "12px",
      "h2": "56px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#0000EE",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#0D1117",
      "textColor": "#3B82F6",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://framerusercontent.com/images/tHFJ87m11PXxXG3vEO9MCttbArE.svg?width=78&height=72",
    "favicon": "https://framerusercontent.com/images/F0AtUR41Azrm3OtMKwnAxuouCug.png",
    "ogImage": "https://framerusercontent.com/assets/JwoqjsR2wWfIIA12ayEj4vvU5U.png",
    "logoHref": "./"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Dimension Labs'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a DemoBook a Demo",
      "reasoning": "Button #0 with text 'Book a Demo' is the primary CTA due to its action-oriented text and distinct background color (#000000) compared to other buttons."
    },
    "secondary": {
      "index": 1,
      "text": "Node.js",
      "reasoning": "Button #1 with text 'Node.js' is selected as secondary due to its different background color (#0D1117) and less prominent text."
    },
    "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, and links to the homepage, matching the brand 'Dimension Labs'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}