Home · Branding · Trigo

Trigo Brand Identity

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

Download JSON
Primary
#0000EE
Accent
#000000
Body Font
Inter
Heading
Montserrat

Color Palette

Brand palette extracted from https://trigodata.com/.

primary
#0000EE
rgb(0, 0, 238)
secondary
#8199F6
rgb(129, 153, 246)
accent
#000000
rgb(0, 0, 0)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#8088F8
rgb(128, 136, 248)
link
#8088F8
rgb(128, 136, 248)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Montserrat
Montserrat, sans-serif
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.

Visual Assets

Trigo logo
Logo
Trigo favicon
Favicon
Trigo social image
Social Card

UI Components

Live previews rendered using Trigo's actual button styles.

buttonPrimary
background #000000 textColor #FFFFFF borderRadius 8px shadow none
buttonSecondary
background #FFFFFF textColor #0000EE borderRadius 8px shadow rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px, rgba(0, 0, 0, 0.145) 0px 1.80656px 1.80656px -1.25px, rgba(0, 0, 0, 0.137) 0px 3.62176px 3.62176px -1.875px, rgba(0, 0, 0, 0.125) 0px 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.106) 0px 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px

Brand Personality

Tone: professional Energy: medium Audience: real estate professionals

Trigo Brand in the Wild

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

Frequently Asked Questions

What is Trigo's primary brand color?

Trigo's primary brand color is #0000EE. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Trigo use?

Trigo uses #000000 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Trigo use?

Trigo uses Inter for body text and Montserrat for headings. Fonts were detected on https://trigodata.com/ as part of their live design system.

Does Trigo use a light or dark theme?

Trigo's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Trigo's logo?

Trigo's logo is available directly on their site (https://trigodata.com/). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://trigodata.com/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Trigo.

Methodology

Brand data on this page was extracted from https://trigodata.com/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Trigo.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Montserrat",
      "role": "heading"
    },
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Poppins",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#8199F6",
    "accent": "#000000",
    "background": "#FFFFFF",
    "textPrimary": "#8088F8",
    "link": "#8088F8"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Montserrat"
    },
    "fontStacks": {
      "heading": [
        "Montserrat",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Montserrat",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "28px",
      "h2": "60px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 10,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0000EE",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px, rgba(0, 0, 0, 0.145) 0px 1.80656px 1.80656px -1.25px, rgba(0, 0, 0, 0.137) 0px 3.62176px 3.62176px -1.875px, rgba(0, 0, 0, 0.125) 0px 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.106) 0px 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px"
    }
  },
  "images": {
    "logo": "https://framerusercontent.com/images/bmtV0k2s8OX4adPGG66O42auMw.png?width=251&height=97",
    "favicon": "https://framerusercontent.com/images/gB03qvCzLYKHsT5xqvJnisfctZs.png",
    "ogImage": "https://framerusercontent.com/images/IFPbZOm2baSNZsBz2SkDzXBe9hk.png",
    "logoHref": "./"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is the only visible logo candidate, links to the homepage, and is positioned prominently in the body area, matching the brand 'Trigo Rent Verification'.",
    "confidence": 0.8,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Accept",
      "reasoning": "Button #2 ('Accept') has a dark background (#000000) with contrasting white text, making it stand out as the primary call-to-action. The text 'Accept' is action-oriented, suggesting a primary action."
    },
    "secondary": {
      "index": 0,
      "text": "Contact Us",
      "reasoning": "Button #0 ('Contact Us') has a light background (#FFFFFF) with blue text, making it less prominent than the primary button but still important for user interaction."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "real estate 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 the only visible logo candidate, links to the homepage, and is positioned prominently in the body area, matching the brand 'Trigo Rent Verification'.",
        "confidence": 0.8
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles