Home · Branding · ZBiotics

ZBiotics Brand Identity

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

Download JSON
Primary
#ECEFDF
Accent
#FF961B
Body Font
Suisse Intl
Heading
Suisse Intl

Color Palette

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

primary
#ECEFDF
rgb(236, 239, 223)
secondary
#6BC6EC
rgb(107, 198, 236)
accent
#FF961B
rgb(255, 150, 27)
background
#F7F9EE
rgb(247, 249, 238)
textPrimary
#212121
rgb(33, 33, 33)
link
#FF961B
rgb(255, 150, 27)

Typography

Each font links to its Google Fonts page where available.

primary
Suisse Intl
Suisse Intl Google Fonts →
heading
Suisse Intl
Suisse Intl Google Fonts →
Suisse Intl, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
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

ZBiotics logo
Logo
ZBiotics favicon
Favicon
ZBiotics social image
Social Card

UI Components

Live previews rendered using ZBiotics's actual button styles.

input
background #FFFFFF textColor #212121 borderColor null borderRadius 100px shadow rgba(33, 33, 33, 0.16) 0px 44px 89px 0px
buttonPrimary
background #FF961B textColor #212121 borderRadius 99px shadow none
buttonSecondary
background #6BC6EC textColor #212121 borderRadius 99px shadow none

Brand Personality

Tone: modern Energy: high Audience: health-conscious consumers interested in innovative probiotics

ZBiotics Brand in the Wild

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

Frequently Asked Questions

What is ZBiotics's primary brand color?

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

What accent color does ZBiotics use?

ZBiotics uses #FF961B as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does ZBiotics use?

ZBiotics uses Suisse Intl as the primary typeface across body and headings.

Does ZBiotics use a light or dark theme?

ZBiotics's primary site uses a light color scheme, with a background of #F7F9EE.

Where can I find ZBiotics's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Suisse Intl",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#ECEFDF",
    "secondary": "#6BC6EC",
    "accent": "#FF961B",
    "background": "#F7F9EE",
    "textPrimary": "#212121",
    "link": "#FF961B"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Suisse Intl",
      "heading": "Suisse Intl"
    },
    "fontStacks": {
      "heading": [
        "Suisse Intl",
        "system-ui",
        "-apple-system",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Noto Sans",
        "Liberation Sans",
        "Arial",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "Suisse Intl",
        "system-ui",
        "-apple-system",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Noto Sans",
        "Liberation Sans",
        "Arial",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Suisse Intl",
        "system-ui",
        "-apple-system",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Noto Sans",
        "Liberation Sans",
        "Arial",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "13px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#212121",
      "borderColor": null,
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "rgba(33, 33, 33, 0.16) 0px 44px 89px 0px"
    },
    "buttonPrimary": {
      "background": "#FF961B",
      "textColor": "#212121",
      "borderRadius": "99px",
      "borderRadiusCorners": {
        "topLeft": "99px",
        "topRight": "99px",
        "bottomRight": "99px",
        "bottomLeft": "99px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#6BC6EC",
      "textColor": "#212121",
      "borderRadius": "99px",
      "borderRadiusCorners": {
        "topLeft": "99px",
        "topRight": "99px",
        "bottomRight": "99px",
        "bottomLeft": "99px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://zbiotics.com/cdn/shop/files/zbiotics-logo.svg?v=1714027569&width=600",
    "favicon": "https://zbiotics.com/cdn/shop/files/Favicon.png?crop=center&height=32&v=1634778367&width=32",
    "ogImage": "http://zbiotics.com/cdn/shop/files/logo_shop_2103a8da-3319-4138-980e-fd2e20fd14bd.png?v=1630194744",
    "logoHref": "/",
    "logoAlt": "Black ZBiotics logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 8,
    "reasoning": "Selected #8 because it is visible, located in the header, links to the homepage, and has an alt text matching the brand name 'ZBiotics'. It is the most prominent representation of the brand.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Buy now",
      "reasoning": "Button #4 with text 'Buy now' has a vibrant orange background (#FF961B), which is a strong indicator of a primary call-to-action. The text is action-oriented, encouraging immediate purchase, aligning with typical primary CTA characteristics."
    },
    "secondary": {
      "index": 1,
      "text": "Buy now",
      "reasoning": "Button #1 with text 'Buy now' has a vibrant blue background (#6BC6EC), which is distinct from the primary button's color. It serves as a secondary CTA with a similar action-oriented text, providing an alternative color option for users."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "health-conscious consumers interested in innovative probiotics"
  },
  "designSystem": {
    "framework": "bootstrap",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 8,
        "selectedLogoReasoning": "Selected #8 because it is visible, located in the header, links to the homepage, and has an alt text matching the brand name 'ZBiotics'. It is the most prominent representation of the brand.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles