Home · Branding · Branch8

Branch8 Brand Identity

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

Download JSON
Primary
#A7A0B2
Accent
#4730A6
Body Font
Inter
Heading
Avenir

Color Palette

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

primary
#A7A0B2
rgb(167, 160, 178)
secondary
#00D5FF
rgb(0, 213, 255)
accent
#4730A6
rgb(71, 48, 166)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#22123F
rgb(34, 18, 63)
link
#22123F
rgb(34, 18, 63)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Avenir
Inter, Avenir, Helvetica Neue, Helvetica, Arial, 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

Branch8 logo
Logo
Branch8 favicon
Favicon
Branch8 social image
Social Card

UI Components

Live previews rendered using Branch8's actual button styles.

input
background transparent textColor #606060 borderColor null borderRadius 0px shadow none
buttonPrimary
background #4730A6 textColor #0A0A0A borderRadius 1000px shadow none
buttonSecondary
background #FFFFFF textColor #000000 borderColor #FFFFFF borderRadius 33554400px shadow none

Brand Personality

Tone: professional Energy: medium Audience: E-commerce businesses in APAC

Branch8 Brand in the Wild

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

Frequently Asked Questions

What is Branch8's primary brand color?

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

What accent color does Branch8 use?

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

What font does Branch8 use?

Branch8 uses Inter for body text and Avenir for headings. Fonts were detected on https://www.branch8.com as part of their live design system.

Does Branch8 use a light or dark theme?

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

Where can I find Branch8's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Avenir",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#A7A0B2",
    "secondary": "#00D5FF",
    "accent": "#4730A6",
    "background": "#FFFFFF",
    "textPrimary": "#22123F",
    "link": "#22123F"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Avenir"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "Avenir",
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Inter"
      ],
      "paragraph": [
        "Inter",
        "Avenir",
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "36px",
      "body": "52px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#606060",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#4730A6",
      "textColor": "#0A0A0A",
      "borderRadius": "1000px",
      "borderRadiusCorners": {
        "topLeft": "1000px",
        "topRight": "1000px",
        "bottomRight": "1000px",
        "bottomLeft": "1000px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#FFFFFF",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://branch8.com/images/logo-white.svg",
    "favicon": "https://branch8.com/favicon.ico",
    "ogImage": "https://branch8.com/media/og-b8.png",
    "logoHref": "/",
    "logoAlt": "Branch8"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage. The alt text matches the brand name 'Branch8', confirming it as the primary logo.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Submit",
      "reasoning": "Button #1 has a vibrant blue background (#4730A6), which is a strong indicator of a primary CTA. The color is distinct and stands out, making it suitable for a primary action."
    },
    "secondary": {
      "index": 0,
      "text": "Get Started",
      "reasoning": "Button #0 has a white background (#FFFFFF), which is less prominent and typically used for secondary actions. It complements the primary button without competing for attention."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "E-commerce businesses in APAC"
  },
  "designSystem": {
    "framework": "tailwind",
    "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. The alt text matches the brand name 'Branch8', confirming it as the primary logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles