Home · Branding · The General Intelligence Company

The General Intelligence Company Brand Identity

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

Download JSON
Primary
#9DB0BD
Accent
#0081C0
Body Font
PP Mondwest
Heading
PP Mondwest

Color Palette

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

primary
#9DB0BD
rgb(157, 176, 189)
secondary
#41A1CF
rgb(65, 161, 207)
accent
#0081C0
rgb(0, 129, 192)
background
#FEFFFC
rgb(254, 255, 252)
textPrimary
#0081C0
rgb(0, 129, 192)
link
#0081C0
rgb(0, 129, 192)

Typography

Each font links to its Google Fonts page where available.

primary
PP Mondwest
PP Mondwest Google Fonts →
heading
PP Mondwest
PP Mondwest Google Fonts →
ppmondwest, ppmondwest Fallback
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

The General Intelligence Company logo
Logo
The General Intelligence Company favicon
Favicon
The General Intelligence Company social image
Social Card

UI Components

Live previews rendered using The General Intelligence Company's actual button styles.

input
background #F9FAF7 textColor #444141 borderColor null borderRadius 0px shadow none
buttonPrimary
background #0081C0 textColor #FFFFFF borderColor #41A1CF borderRadius 8px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.15) 0px 2px 6px 0px
buttonSecondary
background #FFFFFF textColor #2C2C2C borderRadius 4px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals and tech entrepreneurs

The General Intelligence Company Brand in the Wild

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

Frequently Asked Questions

What is The General Intelligence Company's primary brand color?

The General Intelligence Company's primary brand color is #9DB0BD. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does The General Intelligence Company use?

The General Intelligence Company uses #0081C0 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does The General Intelligence Company use?

The General Intelligence Company uses PP Mondwest as the primary typeface across body and headings.

Does The General Intelligence Company use a light or dark theme?

The General Intelligence Company's primary site uses a light color scheme, with a background of #FEFFFC.

Where can I find The General Intelligence Company's logo?

The General Intelligence Company's logo is available directly on their site (https://generalintelligencecompany.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://generalintelligencecompany.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 The General Intelligence Company.

Methodology

Brand data on this page was extracted from https://generalintelligencecompany.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 The General Intelligence Company.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "PP Mondwest",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#9DB0BD",
    "secondary": "#41A1CF",
    "accent": "#0081C0",
    "background": "#FEFFFC",
    "textPrimary": "#0081C0",
    "link": "#0081C0"
  },
  "typography": {
    "fontFamilies": {
      "primary": "PP Mondwest",
      "heading": "PP Mondwest"
    },
    "fontStacks": {
      "heading": [
        "ppmondwest",
        "ppmondwest Fallback"
      ],
      "body": [
        "af",
        "af Fallback"
      ],
      "paragraph": [
        "af",
        "af Fallback"
      ]
    },
    "fontSizes": {
      "h1": "54px",
      "h2": "40px",
      "body": "13px"
    }
  },
  "spacing": {
    "baseUnit": 12,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#F9FAF7",
      "textColor": "#444141",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#0081C0",
      "textColor": "#FFFFFF",
      "borderColor": "#41A1CF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.15) 0px 2px 6px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#2C2C2C",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2035%2034%22%20fill%3D%22none%22%20class%3D%22absolute%20inset-0%20transition-opacity%20duration-%5B250ms%5D%20ease-%5Bcubic-bezier(0.4%2C0%2C0.2%2C1)%5D%20opacity-100%20flex-shrink-0%22%20data-fc-idx%3D%220%22%3E%3Crect%20x%3D%220.921875%22%20width%3D%2234%22%20height%3D%2234%22%20rx%3D%226%22%20fill%3D%22url(%23paint0_linear_1951_378_dark)%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint0_linear_1951_378_dark%26quot%3B)%20!important%3B%22%2F%3E%3Crect%20x%3D%226.5%22%20y%3D%2220.9917%22%20width%3D%2222.841%22%20height%3D%221.26895%22%20fill%3D%22%23F9FAF7%22%20style%3D%22fill%3A%20rgb(249%2C%20250%2C%20247)%20!important%3B%22%2F%3E%3Crect%20x%3D%2224.8984%22%20y%3D%2216.5483%22%20width%3D%222.53789%22%20height%3D%221.26895%22%20fill%3D%22%23F9FAF7%22%20style%3D%22fill%3A%20rgb(249%2C%20250%2C%20247)%20!important%3B%22%2F%3E%3Crect%20x%3D%228.44531%22%20y%3D%2216.5483%22%20width%3D%222.53789%22%20height%3D%221.26895%22%20fill%3D%22%23F9FAF7%22%20style%3D%22fill%3A%20rgb(249%2C%20250%2C%20247)%20!important%3B%22%2F%3E%3Crect%20x%3D%2218.5625%22%20y%3D%229.5708%22%20width%3D%222.53789%22%20height%3D%221.26895%22%20transform%3D%22rotate(90%2018.5625%209.5708)%22%20fill%3D%22%23F9FAF7%22%20style%3D%22fill%3A%20rgb(249%2C%20250%2C%20247)%20!important%3B%22%2F%3E%3Crect%20x%3D%2224.2695%22%20y%3D%2211.4712%22%20width%3D%221.26895%22%20height%3D%221.26895%22%20transform%3D%22rotate(90%2024.2695%2011.4712)%22%20fill%3D%22%23F9FAF7%22%20style%3D%22fill%3A%20rgb(249%2C%20250%2C%20247)%20!important%3B%22%2F%3E%3Crect%20x%3D%2225.5352%22%20y%3D%2210.2021%22%20width%3D%221.26895%22%20height%3D%221.26895%22%20transform%3D%22rotate(90%2025.5352%2010.2021)%22%20fill%3D%22%23F9FAF7%22%20style%3D%22fill%3A%20rgb(249%2C%20250%2C%20247)%20!important%3B%22%2F%3E%3Crect%20width%3D%221.26895%22%20height%3D%221.26895%22%20transform%3D%22matrix(4.37114e-08%201%201%20-4.37114e-08%2011.5781%2011.4712)%22%20fill%3D%22%23F9FAF7%22%20style%3D%22fill%3A%20rgb(249%2C%20250%2C%20247)%20!important%3B%22%2F%3E%3Crect%20width%3D%221.26895%22%20height%3D%221.26895%22%20transform%3D%22matrix(4.37114e-08%201%201%20-4.37114e-08%2010.3125%2010.2021)%22%20fill%3D%22%23F9FAF7%22%20style%3D%22fill%3A%20rgb(249%2C%20250%2C%20247)%20!important%3B%22%2F%3E%3Crect%20x%3D%2214.1133%22%20y%3D%2214.0103%22%20width%3D%227.61367%22%20height%3D%221.26895%22%20fill%3D%22%23F9FAF7%22%20style%3D%22fill%3A%20rgb(249%2C%20250%2C%20247)%20!important%3B%22%2F%3E%3Crect%20x%3D%2222.9961%22%20y%3D%2215.2788%22%20width%3D%225.71273%22%20height%3D%221.26895%22%20transform%3D%22rotate(90%2022.9961%2015.2788)%22%20fill%3D%22%23F9FAF7%22%20style%3D%22fill%3A%20rgb(249%2C%20250%2C%20247)%20!important%3B%22%2F%3E%3Crect%20x%3D%2214.1133%22%20y%3D%2215.2788%22%20width%3D%225.71273%22%20height%3D%221.26895%22%20transform%3D%22rotate(90%2014.1133%2015.2788)%22%20fill%3D%22%23F9FAF7%22%20style%3D%22fill%3A%20rgb(249%2C%20250%2C%20247)%20!important%3B%22%2F%3E%3Cdefs%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3ClinearGradient%20id%3D%22paint0_linear_1951_378_dark%22%20x1%3D%2211.7852%22%20y1%3D%220.440415%22%20x2%3D%2233.2579%22%20y2%3D%2235.3959%22%20gradientUnits%3D%22userSpaceOnUse%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%3Cstop%20stop-color%3D%22%23F9FAF7%22%20stop-opacity%3D%220.12%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(249%2C%20250%2C%20247)%20!important%3B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F9FAF7%22%20stop-opacity%3D%220.18%22%20style%3D%22fill%3A%20none%20!important%3B%20stop-color%3A%20rgb(249%2C%20250%2C%20247)%20!important%3B%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E",
    "favicon": "https://www.generalintelligencecompany.com/favicon.ico",
    "ogImage": "https://www.generalintelligencecompany.com/images/og-home.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, aligning with the brand 'General Intelligence Company'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Cofounder",
      "reasoning": "Button #0 uses a vibrant brand color (#0081C0) and has action-oriented text ('Get Cofounder'), making it the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "come work with us",
      "reasoning": "Button #1 has a different background color (#FFFFFF) and less prominent text ('come work with us'), making it suitable as a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals and tech entrepreneurs"
  },
  "designSystem": {
    "framework": "tailwind",
    "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, and links to the homepage, aligning with the brand 'General Intelligence Company'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles