Home · Branding · TensorWave

TensorWave Brand Identity

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

Download JSON
Primary
#A0C0C0
Accent
#0CE2F2
Body Font
Timothy Grotesk
Heading
Neue Haas Grotesk Display

Color Palette

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

primary
#A0C0C0
rgb(160, 192, 192)
secondary
#00001A
rgb(0, 0, 26)
accent
#0CE2F2
rgb(12, 226, 242)
background
#1B1F1F
rgb(27, 31, 31)
textPrimary
#8C8C98
rgb(140, 140, 152)
link
#0CE2F2
rgb(12, 226, 242)

Typography

Each font links to its Google Fonts page where available.

primary
Timothy Grotesk
Timothy Grotesk Google Fonts →
heading
Neue Haas Grotesk Display
Neue Haas Grotesk Display Google Fonts →
timothyGrotesk, timothyGrotesk Fallback
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

TensorWave logo
Logo
TensorWave favicon
Favicon
TensorWave social image
Social Card

UI Components

Live previews rendered using TensorWave's actual button styles.

input
background transparent textColor #A0C0C0 borderColor null borderRadius 8px shadow rgba(0, 0, 0, 0) 0px 0px 20px 20px inset
buttonPrimary
background #0CE2F2 textColor #000000 borderRadius 4px shadow none
buttonSecondary
background #A0C0C0 textColor #00233D borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech professionals and AI developers

TensorWave Brand in the Wild

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

Frequently Asked Questions

What is TensorWave's primary brand color?

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

What accent color does TensorWave use?

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

What font does TensorWave use?

TensorWave uses Timothy Grotesk for body text and Neue Haas Grotesk Display for headings. Fonts were detected on https://tensorwave.com/ as part of their live design system.

Does TensorWave use a light or dark theme?

TensorWave's primary site uses a dark color scheme, with a background of #1B1F1F.

Where can I find TensorWave's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Timothy Grotesk",
      "role": "body"
    },
    {
      "family": "Neue Haas Grotesk Display",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#A0C0C0",
    "secondary": "#00001A",
    "accent": "#0CE2F2",
    "background": "#1B1F1F",
    "textPrimary": "#8C8C98",
    "link": "#0CE2F2"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Timothy Grotesk",
      "heading": "Neue Haas Grotesk Display"
    },
    "fontStacks": {
      "heading": [
        "timothyGrotesk",
        "timothyGrotesk Fallback"
      ],
      "body": [
        "Times New Roman"
      ],
      "paragraph": [
        "timothyGrotesk",
        "timothyGrotesk Fallback"
      ]
    },
    "fontSizes": {
      "h1": "96px",
      "h2": "96px",
      "body": "21px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#A0C0C0",
      "borderColor": null,
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 20px 20px inset"
    },
    "buttonPrimary": {
      "background": "#0CE2F2",
      "textColor": "#000000",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#A0C0C0",
      "textColor": "#00233D",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://tensorwave.com/logo.svg",
    "favicon": "https://tensorwave.com/favicon/favicon-96x96.png",
    "ogImage": "https://cdn.builder.io/api/v1/image/assets%2Ff941d509b8ea45f8972dd215996c7055%2Ff0c61542d8394482bf2cd6472420fd3b",
    "logoHref": "/",
    "logoAlt": "TensorWave Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 6,
    "reasoning": "Selected #6 because it is visible, medium-sized, and matches the brand name 'TensorWave'. It links to the homepage, indicating it is the primary brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Subscribe",
      "reasoning": "Button #0 has a vibrant blue color (#0CE2F2) which stands out as the primary call-to-action. The text 'Subscribe' is action-oriented, making it a strong candidate for the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Documentation",
      "reasoning": "Button #1 has a neutral color (#A0C0C0) and serves a supportive role with the text 'Documentation', making it suitable as a secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech professionals and AI 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": 6,
        "selectedLogoReasoning": "Selected #6 because it is visible, medium-sized, and matches the brand name 'TensorWave'. It links to the homepage, indicating it is the primary brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles