Home · Branding · Tumult

Tumult Brand Identity

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

Download JSON
Primary
#0099CC
Accent
#0099CC
Body Font
Helvetica Neue
Heading
Montserrat

Color Palette

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

primary
#0099CC
rgb(0, 153, 204)
secondary
#007399
rgb(0, 115, 153)
accent
#0099CC
rgb(0, 153, 204)
background
#F1F1F1
rgb(241, 241, 241)
textPrimary
#888888
rgb(136, 136, 136)
link
#0084B0
rgb(0, 132, 176)

Typography

Each font links to its Google Fonts page where available.

primary
Helvetica Neue
Helvetica Neue Google Fonts →
heading
Montserrat
Source Sans Pro, Helvetica Neue, 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

Tumult logo
Logo
Tumult social image
Social Card

UI Components

Live previews rendered using Tumult's actual button styles.

buttonPrimary
background #0099CC textColor #FFFFFF borderRadius 25px shadow none
buttonSecondary
background #46484D textColor #EEEEEE borderColor #EEEEEE borderRadius 25px shadow none

Brand Personality

Tone: professional Energy: medium Audience: creative professionals and developers

Tumult Brand in the Wild

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

Frequently Asked Questions

What is Tumult's primary brand color?

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

What font does Tumult use?

Tumult uses Helvetica Neue for body text and Montserrat for headings. Fonts were detected on https://tumult.com as part of their live design system.

Does Tumult use a light or dark theme?

Tumult's primary site uses a light color scheme, with a background of #F1F1F1.

Where can I find Tumult's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Montserrat",
      "role": "heading"
    },
    {
      "family": "Source Sans Pro",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0099CC",
    "secondary": "#007399",
    "accent": "#0099CC",
    "background": "#F1F1F1",
    "textPrimary": "#888888",
    "link": "#0084B0"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Helvetica Neue",
      "heading": "Montserrat"
    },
    "fontStacks": {
      "heading": [
        "Source Sans Pro",
        "Helvetica Neue",
        "sans-serif"
      ],
      "body": [
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "50px",
      "h2": "50px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0099CC",
      "textColor": "#FFFFFF",
      "borderRadius": "25px",
      "borderRadiusCorners": {
        "topLeft": "25px",
        "topRight": "25px",
        "bottomRight": "25px",
        "bottomLeft": "25px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#46484D",
      "textColor": "#EEEEEE",
      "borderColor": "#EEEEEE",
      "borderRadius": "25px",
      "borderRadiusCorners": {
        "topLeft": "25px",
        "topRight": "25px",
        "bottomRight": "25px",
        "bottomLeft": "25px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://tumult.com/media/site-header.gif",
    "favicon": null,
    "ogImage": "https://tumult.com/hype/media/HypeApp-512.png",
    "logoHref": "https://tumult.com/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, medium-sized, and links to the homepage, aligning with the brand Tumult Inc.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 3,
      "text": "Learn More",
      "reasoning": "Button #3 uses the vibrant brand color #0099CC, making it stand out as the primary call-to-action."
    },
    "secondary": {
      "index": 2,
      "text": "Learn More",
      "reasoning": "Button #2 is from a different color group (#46484D) and has a distinct style with a border, making it suitable as a secondary option."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "creative professionals 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, medium-sized, and links to the homepage, aligning with the brand Tumult Inc.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles