traceloop.json

Traceloop Brand Identity

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

Quick Facts

Field Value
Primary #1F243A
Accent #FFA000
Body Font Geist Latin
Heading Font Geist Latin 500

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: business professionals and tech companies

Traceloop 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.

Machine-Readable Profile

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Geist Latin",
      "role": "body"
    },
    {
      "family": "Geist Latin 500",
      "role": "heading"
    },
    {
      "family": "Geist Mono Latin",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#1F243A",
    "secondary": "#0F253D",
    "accent": "#FFA000",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#FFA000"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Geist Latin",
      "heading": "Geist Latin 500"
    },
    "fontStacks": {
      "heading": [
        "Geist Latin",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Geist Latin",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Geist Mono",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "96px",
      "h2": "44.8px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "24px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFA000",
      "textColor": "#000000",
      "borderRadius": "80px",
      "borderRadiusCorners": {
        "topLeft": "80px",
        "topRight": "80px",
        "bottomRight": "80px",
        "bottomLeft": "80px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderColor": "#4D4D4D",
      "borderRadius": "80px",
      "borderRadiusCorners": {
        "topLeft": "80px",
        "topRight": "80px",
        "bottomRight": "80px",
        "bottomLeft": "80px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/6813b49cdb25f6ecabc12793/6813b49cdb25f6ecabc12a29_traceloop%20logo%20dark%20bg.png",
    "favicon": "https://cdn.prod.website-files.com/6813b49cdb25f6ecabc12793/6813b49cdb25f6ecabc1299d_32.png",
    "ogImage": "https://cdn.prod.website-files.com/6813b49cdb25f6ecabc12793/6915acf131f6d9813bf464c8_traceloop-ograph.jpg",
    "logoHref": "/"
  },
  "__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 'Traceloop'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Book a Demo",
      "reasoning": "Button #1 has a vibrant orange background (#FFA000), which is a strong indicator of a primary call-to-action. The text 'Book a Demo' is action-oriented, making it the most likely primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Sign in",
      "reasoning": "Button #2 has a different background color (#000000) and serves a secondary function with the text 'Sign in', which is typical for secondary actions."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals and tech companies"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__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 'Traceloop'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}