Home · Branding · Latchel

Latchel Brand Identity

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

Download JSON
Primary
#FF9B8A
Accent
#FF9B8A
Body Font
GT Walsheim
Heading
GT Walsheim

Color Palette

Brand palette extracted from http://latchel.com.

primary
#FF9B8A
rgb(255, 155, 138)
secondary
#EA4335
rgb(234, 67, 53)
accent
#FF9B8A
rgb(255, 155, 138)
background
#FFFDFB
rgb(255, 253, 251)
textPrimary
#373737
rgb(55, 55, 55)
link
#EF3F56
rgb(239, 63, 86)

Typography

Each font links to its Google Fonts page where available.

primary
GT Walsheim
GT Walsheim Google Fonts →
heading
GT Walsheim
GT Walsheim Google Fonts →
GT Walsheim, 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

Latchel logo
Logo
Latchel favicon
Favicon
Latchel social image
Social Card

UI Components

Live previews rendered using Latchel's actual button styles.

buttonPrimary
background #FF9B8A textColor #373737 borderColor #373737 borderRadius 4px shadow none
buttonSecondary
background #FFFDFB textColor #333333 borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: property managers and real estate professionals

Latchel Brand in the Wild

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

Frequently Asked Questions

What is Latchel's primary brand color?

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

What font does Latchel use?

Latchel uses GT Walsheim as the primary typeface across body and headings.

Does Latchel use a light or dark theme?

Latchel's primary site uses a light color scheme, with a background of #FFFDFB.

Where can I find Latchel's logo?

Latchel's logo is available directly on their site (http://latchel.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 http://latchel.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 Latchel.

Methodology

Brand data on this page was extracted from http://latchel.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 Latchel.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "GT Walsheim",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FF9B8A",
    "secondary": "#EA4335",
    "accent": "#FF9B8A",
    "background": "#FFFDFB",
    "textPrimary": "#373737",
    "link": "#EF3F56"
  },
  "typography": {
    "fontFamilies": {
      "primary": "GT Walsheim",
      "heading": "GT Walsheim"
    },
    "fontStacks": {
      "heading": [
        "GT Walsheim",
        "sans-serif"
      ],
      "body": [
        "GT Walsheim",
        "sans-serif"
      ],
      "paragraph": [
        "GT Walsheim",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "70px",
      "h2": "60px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FF9B8A",
      "textColor": "#373737",
      "borderColor": "#373737",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFDFB",
      "textColor": "#333333",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://latchel.com/wp-content/uploads/2021/12/Primary-Latchel-Black-1.svg",
    "favicon": "https://latchel.com/wp-content/uploads/2021/12/favicon.png",
    "ogImage": "https://latchel.com/wp-content/uploads/2022/02/Video-Troubleshooting-3.png",
    "logoHref": "https://latchel.com/",
    "logoAlt": "latchel-logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and has an alt text matching the brand name 'Latchel'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Get a Demo",
      "reasoning": "Button #1 uses the vibrant brand color #FF9B8A, which is consistent with the primary brand color and has action-oriented text 'Get a Demo', making it the main call-to-action."
    },
    "secondary": {
      "index": 0,
      "text": "Get a Demo",
      "reasoning": "Button #0 has a different background color #FFFDFB and serves as a less prominent option with the same text, suitable for a secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "property managers and real estate professionals"
  },
  "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 has an alt text matching the brand name 'Latchel'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles