Home · Branding · Branch

Branch Brand Identity

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

Download JSON
Primary
#130326
Accent
#9939EB
Body Font
Roboto
Heading
TT Hoves Pro

Color Palette

Brand palette extracted from https://branch.io.

primary
#130326
rgb(19, 3, 38)
secondary
#1D1224
rgb(29, 18, 36)
accent
#9939EB
rgb(153, 57, 235)
background
#090113
rgb(9, 1, 19)
textPrimary
#090113
rgb(9, 1, 19)
link
#090113
rgb(9, 1, 19)

Typography

Each font links to its Google Fonts page where available.

primary
Roboto
heading
TT Hoves Pro
TT Hoves Pro Google Fonts →
TT Hoves Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, 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

Branch logo
Logo
Branch favicon
Favicon

UI Components

Live previews rendered using Branch's actual button styles.

input
background #1D1224 textColor #FFFFFF borderColor #9D99A1 borderRadius 5px shadow none
buttonPrimary
background #9939EB textColor #FFFFFF borderColor #FFFFFF borderRadius 8px shadow rgba(153, 57, 235, 0.4) 0px 4px 15px 0px
buttonSecondary
background transparent textColor #FFFFFF borderRadius 2px shadow none

Brand Personality

Tone: professional Energy: medium Audience: businesses and developers

Branch Brand in the Wild

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

Frequently Asked Questions

What is Branch's primary brand color?

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

What accent color does Branch use?

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

What font does Branch use?

Branch uses Roboto for body text and TT Hoves Pro for headings. Fonts were detected on https://branch.io as part of their live design system.

Does Branch use a light or dark theme?

Branch's primary site uses a dark color scheme, with a background of #090113.

Where can I find Branch's logo?

Branch's logo is available directly on their site (https://branch.io). 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://branch.io 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 Branch.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "TT Hoves Pro",
      "role": "heading"
    },
    {
      "family": "TT Hoves Pro Mono",
      "role": "monospace"
    },
    {
      "family": "TT Hoves Pro Expanded",
      "role": "display"
    },
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#130326",
    "secondary": "#1D1224",
    "accent": "#9939EB",
    "background": "#090113",
    "textPrimary": "#090113",
    "link": "#090113"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "TT Hoves Pro"
    },
    "fontStacks": {
      "heading": [
        "TT Hoves Pro",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "sans-serif"
      ],
      "body": [
        "TT Hoves Pro",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "sans-serif"
      ],
      "paragraph": [
        "TT Hoves Pro",
        "monospace"
      ]
    },
    "fontSizes": {
      "h1": "52px",
      "h2": "40px",
      "body": "12px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "input": {
      "background": "#1D1224",
      "textColor": "#FFFFFF",
      "borderColor": "#9D99A1",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#9939EB",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(153, 57, 235, 0.4) 0px 4px 15px 0px"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.branch.io/wp-content/uploads/2026/02/branch-logo-tm.svg",
    "favicon": "https://www.branch.io/wp-content/themes/branch/assets/images/favicons/favicon-dark.svg",
    "ogImage": null,
    "logoHref": "https://www.branch.io/",
    "logoAlt": "Branch Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage. The alt text 'Branch Logo' matches the brand name inferred from the URL and page title.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "TAKE A TOUR",
      "reasoning": "Button #1 has a vibrant blue color (#9939EB) which stands out as the primary call-to-action. The text 'TAKE A TOUR' is action-oriented, making it a strong candidate for the primary CTA."
    },
    "secondary": {
      "index": 2,
      "text": "Request a demo",
      "reasoning": "Button #2 has a transparent background, making it a suitable secondary option. It contrasts with the primary button's vibrant color and offers a less prominent action with 'Request a demo'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses and developers"
  },
  "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, and links to the homepage. The alt text 'Branch Logo' matches the brand name inferred from the URL and page title.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles