Home · Branding · lapzo

lapzo Brand Identity

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

Download JSON
Primary
#8B55FE
Accent
#8B55FE
Body Font
Poppins
Heading
degular

Color Palette

Brand palette extracted from https://www.lapzo.com.

primary
#8B55FE
rgb(139, 85, 254)
secondary
#211F54
rgb(33, 31, 84)
accent
#8B55FE
rgb(139, 85, 254)
background
#FCFCFC
rgb(252, 252, 252)
textPrimary
#000000
rgb(0, 0, 0)
link
#160042
rgb(22, 0, 66)

Typography

Each font links to its Google Fonts page where available.

primary
Poppins
heading
degular
degular, 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

lapzo logo
Logo
lapzo favicon
Favicon
lapzo social image
Social Card

UI Components

Live previews rendered using lapzo's actual button styles.

buttonPrimary
background #8B55FE textColor #FFFFFF borderRadius 12px shadow none
buttonSecondary
background #FCFCFC textColor #14142B borderColor #8B55FE borderRadius 12px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals

lapzo Brand in the Wild

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

Frequently Asked Questions

What is lapzo's primary brand color?

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

What font does lapzo use?

lapzo uses Poppins for body text and degular for headings. Fonts were detected on https://www.lapzo.com as part of their live design system.

Does lapzo use a light or dark theme?

lapzo's primary site uses a light color scheme, with a background of #FCFCFC.

Where can I find lapzo's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Poppins",
      "role": "body"
    },
    {
      "family": "degular",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#8B55FE",
    "secondary": "#211F54",
    "accent": "#8B55FE",
    "background": "#FCFCFC",
    "textPrimary": "#000000",
    "link": "#160042"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Poppins",
      "heading": "degular"
    },
    "fontStacks": {
      "heading": [
        "degular",
        "sans-serif"
      ],
      "body": [
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Poppins",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "55px",
      "h2": "45px",
      "body": "22px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#8B55FE",
      "textColor": "#FFFFFF",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FCFCFC",
      "textColor": "#14142B",
      "borderColor": "#8B55FE",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/62bbfb429eaf728cd08009f8/65aacf48bde4467e127570ba_logo-lapzo2.png",
    "favicon": "https://cdn.prod.website-files.com/62bbfb429eaf728cd08009f8/62bcb5c4a03aaf168da8e300_favicon.ico",
    "ogImage": "https://cdn.prod.website-files.com/62bbfb429eaf728cd08009f8/65aec88d2e536148dcc22e06_lapzo.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 19,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Solicita una demo gratis",
      "reasoning": "Button #0 uses the vibrant brand color #8B55FE and has strong CTA text 'Solicita una demo gratis', making it the primary call-to-action."
    },
    "secondary": {
      "index": 3,
      "text": "Más info",
      "reasoning": "Button #3 has a different background color (#FCFCFC) and serves as a secondary option with the text 'Más info'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business 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 matches the brand inferred from the URL and page title.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles