Home · Branding · Louiza Labs

Louiza Labs Brand Identity

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

Download JSON
Primary
#88939E
Accent
#7E7FD4
Body Font
Questrial
Heading
Avenir LT W01 35 Light

Color Palette

Brand palette extracted from https://www.louizalabs.co.

primary
#88939E
rgb(136, 147, 158)
secondary
#0000EE
rgb(0, 0, 238)
accent
#7E7FD4
rgb(126, 127, 212)
background
#F0F3F1
rgb(240, 243, 241)
textPrimary
#000000
rgb(0, 0, 0)
link
#7E7FD4
rgb(126, 127, 212)

Typography

Each font links to its Google Fonts page where available.

primary
Questrial
heading
Avenir LT W01 35 Light
Avenir LT W01 35 Light Google Fonts →
Questrial, 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

Louiza Labs logo
Logo
Louiza Labs favicon
Favicon
Louiza Labs social image
Social Card

UI Components

Live previews rendered using Louiza Labs's actual button styles.

input
background transparent textColor #000000 borderColor null borderRadius 0px shadow none
buttonPrimary
background #7E7FD4 textColor #0000EE borderRadius 30px shadow none
buttonSecondary
background transparent textColor #0000EE borderColor #F0F3F1 borderRadius 30px shadow none

Brand Personality

Tone: professional Energy: medium Audience: biopharma professionals

Louiza Labs Brand in the Wild

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

Frequently Asked Questions

What is Louiza Labs's primary brand color?

Louiza Labs's primary brand color is #88939E. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Louiza Labs use?

Louiza Labs uses #7E7FD4 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Louiza Labs use?

Louiza Labs uses Questrial for body text and Avenir LT W01 35 Light for headings. Fonts were detected on https://www.louizalabs.co as part of their live design system.

Does Louiza Labs use a light or dark theme?

Louiza Labs's primary site uses a light color scheme, with a background of #F0F3F1.

Where can I find Louiza Labs's logo?

Louiza Labs's logo is available directly on their site (https://www.louizalabs.co). 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.louizalabs.co 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 Louiza Labs.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Questrial",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Helvetica",
      "role": "body"
    },
    {
      "family": "Avenir LT W01 35 Light",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#88939E",
    "secondary": "#0000EE",
    "accent": "#7E7FD4",
    "background": "#F0F3F1",
    "textPrimary": "#000000",
    "link": "#7E7FD4"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Questrial",
      "heading": "Avenir LT W01 35 Light"
    },
    "fontStacks": {
      "heading": [
        "Questrial",
        "sans-serif"
      ],
      "body": [
        "Arial",
        "Helvetica",
        "sans-serif"
      ],
      "paragraph": [
        "Questrial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "51px",
      "body": "25px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#7E7FD4",
      "textColor": "#0000EE",
      "borderRadius": "30px",
      "borderRadiusCorners": {
        "topLeft": "30px",
        "topRight": "30px",
        "bottomRight": "30px",
        "bottomLeft": "30px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#0000EE",
      "borderColor": "#F0F3F1",
      "borderRadius": "30px",
      "borderRadiusCorners": {
        "topLeft": "30px",
        "topRight": "30px",
        "bottomRight": "30px",
        "bottomLeft": "30px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20data-bbox%3D%220%200%20500%20540%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20500%20540%22%20height%3D%22540%22%20width%3D%22495%22%20data-type%3D%22color%22%20role%3D%22presentation%22%20aria-hidden%3D%22true%22%20aria-label%3D%22%22%20data-fc-idx%3D%220%22%3E%0A%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%20%20%3Cg%20clip-path%3D%22url(%2385c411f7-a120-4595-9003-fe838394094c_comp-m8r3oqvz)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0%200h500v70H0z%22%20data-color%3D%221%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M355%20136v404h-70V136z%22%20data-color%3D%221%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M215%20136v404h-70V136z%22%20data-color%3D%221%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M70%20275v265H0V275z%22%20data-color%3D%221%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M495%20275v265h-70V275z%22%20data-color%3D%221%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M500%20136v70H355v-70z%22%20data-color%3D%221%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M145%20136v70H0v-70z%22%20data-color%3D%221%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3Cdefs%20fill%3D%22none%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%2285c411f7-a120-4595-9003-fe838394094c_comp-m8r3oqvz%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M495%200v540H0V0z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://static.wixstatic.com/media/f94bb7_dd3b50172d384d699d7fc3e3ee085fcf%7Emv2.png/v1/fill/w_192%2Ch_192%2Clg_1%2Cusm_0.66_1.00_0.01/f94bb7_dd3b50172d384d699d7fc3e3ee085fcf%7Emv2.png",
    "ogImage": "https://static.wixstatic.com/media/f94bb7_4414a9f28d4f44318e7a844110d31638%7Emv2.png/v1/fit/w_2500,h_1330,al_c/f94bb7_4414a9f28d4f44318e7a844110d31638%7Emv2.png",
    "logoHref": "https://www.theorahq.com"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which aligns with the brand 'Theora'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 3,
      "text": "Book Demo",
      "reasoning": "Button #4 with text 'Book Demo' has a vibrant blue background (#7E7FD4), which is the accent color and stands out as the primary call-to-action."
    },
    "secondary": {
      "index": 13,
      "text": "Learn More",
      "reasoning": "Button #0 with text 'Learn More' has a transparent background and a distinct color group, making it suitable as a secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "biopharma 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 located in the header, is visible, and links to the homepage, which aligns with the brand 'Theora'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles