Home · Branding · Tensorfuse

Tensorfuse Brand Identity

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

Download JSON
Primary
#0000EE
Accent
#EB5729
Body Font
Inter
Heading
Raleway

Color Palette

Brand palette extracted from https://www.tensorfuse.io/.

primary
#0000EE
rgb(0, 0, 238)
secondary
#FFEAE3
rgb(255, 234, 227)
accent
#EB5729
rgb(235, 87, 41)
background
#FFFEFE
rgb(255, 254, 254)
textPrimary
#EB5729
rgb(235, 87, 41)
link
#EB5729
rgb(235, 87, 41)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Raleway
Hanken Grotesk, 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

Tensorfuse favicon
Favicon
Tensorfuse social image
Social Card

UI Components

Live previews rendered using Tensorfuse's actual button styles.

input
background transparent textColor #FFEAE3 borderColor null borderRadius 0px shadow none
buttonPrimary
background #EB5729 textColor #0000EE borderRadius 31px shadow none
buttonSecondary
background #F9D2C4 textColor #0000EE borderRadius 31px shadow none

Brand Personality

Tone: modern Energy: high Audience: tech-savvy professionals

Tensorfuse Brand in the Wild

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

Frequently Asked Questions

What is Tensorfuse's primary brand color?

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

What accent color does Tensorfuse use?

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

What font does Tensorfuse use?

Tensorfuse uses Inter for body text and Raleway for headings. Fonts were detected on https://www.tensorfuse.io/ as part of their live design system.

Does Tensorfuse use a light or dark theme?

Tensorfuse's primary site uses a light color scheme, with a background of #FFFEFE.

How was this brand profile generated?

This profile was extracted from https://www.tensorfuse.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 Tensorfuse.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Raleway",
      "role": "heading"
    },
    {
      "family": "Hanken Grotesk",
      "role": "unknown"
    },
    {
      "family": "Segoe UI",
      "role": "unknown"
    },
    {
      "family": "TT Hoves Pro Trial Regular",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#FFEAE3",
    "accent": "#EB5729",
    "background": "#FFFEFE",
    "textPrimary": "#EB5729",
    "link": "#EB5729"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Raleway"
    },
    "fontStacks": {
      "heading": [
        "Hanken Grotesk",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Raleway",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "32px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#FFEAE3",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#EB5729",
      "textColor": "#0000EE",
      "borderRadius": "31px",
      "borderRadiusCorners": {
        "topLeft": "31px",
        "topRight": "31px",
        "bottomRight": "31px",
        "bottomLeft": "31px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F9D2C4",
      "textColor": "#0000EE",
      "borderRadius": "31px",
      "borderRadiusCorners": {
        "topLeft": "31px",
        "topRight": "31px",
        "bottomRight": "31px",
        "bottomLeft": "31px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://framerusercontent.com/images/JRJSW7QsGnlPSmjVt1zXLpGqWPo.png",
    "ogImage": "https://framerusercontent.com/assets/ZUEsq8J4Rgs9IbKZiarl9dQZNWk.svg"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Get started",
      "reasoning": "Button #2 has a vibrant brand color (#EB5729) and action-oriented text ('Get started'), making it the primary CTA."
    },
    "secondary": {
      "index": 0,
      "text": "Get started",
      "reasoning": "Button #0 has a different background color (#F9D2C4) and serves as a secondary action with the text 'Get started'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "tech-savvy professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles