Home · Branding · Lattice

Lattice Brand Identity

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

Download JSON
Primary
#046645
Accent
#046645
Body Font
Matter
Heading
Matter

Color Palette

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

primary
#046645
rgb(4, 102, 69)
secondary
#CDFACE
rgb(205, 250, 206)
accent
#046645
rgb(4, 102, 69)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#001F1F
rgb(0, 31, 31)
link
#001F1F
rgb(0, 31, 31)

Typography

Each font links to its Google Fonts page where available.

primary
Matter
heading
Matter
Matter, 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

Lattice logo
Logo
Lattice favicon
Favicon
Lattice social image
Social Card

UI Components

Live previews rendered using Lattice's actual button styles.

buttonPrimary
background #046645 textColor #CDFACE borderRadius 14.1005px shadow none
buttonSecondary
background #ECDCFA textColor #652EA3 borderRadius 31.3344px shadow none

Brand Personality

Tone: professional Energy: medium Audience: HR professionals and businesses

Lattice Brand in the Wild

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

Frequently Asked Questions

What is Lattice's primary brand color?

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

What font does Lattice use?

Lattice uses Matter as the primary typeface across body and headings.

Does Lattice use a light or dark theme?

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

Where can I find Lattice's logo?

Lattice's logo is available directly on their site (https://lattice.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://lattice.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 Lattice.

Methodology

Brand data on this page was extracted from https://lattice.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 Lattice.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Matter",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#046645",
    "secondary": "#CDFACE",
    "accent": "#046645",
    "background": "#FFFFFF",
    "textPrimary": "#001F1F",
    "link": "#001F1F"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Matter",
      "heading": "Matter"
    },
    "fontStacks": {
      "heading": [
        "Matter",
        "sans-serif"
      ],
      "body": [
        "Matter",
        "sans-serif"
      ],
      "paragraph": [
        "Matter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "78.336px",
      "h2": "50.9184px",
      "body": "23.5008px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "20px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#046645",
      "textColor": "#CDFACE",
      "borderRadius": "14.1005px",
      "borderRadiusCorners": {
        "topLeft": "14.1005px",
        "topRight": "14.1005px",
        "bottomRight": "14.1005px",
        "bottomLeft": "14.1005px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#ECDCFA",
      "textColor": "#652EA3",
      "borderRadius": "31.3344px",
      "borderRadiusCorners": {
        "topLeft": "31.3344px",
        "topRight": "31.3344px",
        "bottomRight": "31.3344px",
        "bottomLeft": "31.3344px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/64ad6f1aef87635bd23449f1/66ed6200f5f22a3486307da2_logo-color-lattice.svg",
    "favicon": "https://cdn.prod.website-files.com/64ad6f1aef87635bd23449f1/66cc32f84279fba61a4fe1c5_lattice-favicon-32.png",
    "ogImage": "https://cdn.prod.website-files.com/64ad6f1aef87635bd23449f1/681d1463b7130290651a6126_og-lattice.webp",
    "logoHref": "/",
    "logoAlt": "Logo of Lattice"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 30,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Lattice'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Request a demo",
      "reasoning": "Button #1 'Request a demo' uses the vibrant brand color #046645, making it the most prominent CTA."
    },
    "secondary": {
      "index": 7,
      "text": "AI Agent\n/* Chevron animation */\n.pill:hover .arrow,\n.pill:focus-visible .arrow,\n.arrow-wrapper:hove",
      "reasoning": "Button #6 'AI Agent' uses a distinct color #ECDCFA, making it suitable as a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "HR professionals and businesses"
  },
  "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 the alt text matches the brand name 'Lattice'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles