Home · Branding · Tanium

Tanium Brand Identity

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

Download JSON
Primary
#E01A33
Accent
#E63946
Body Font
Inter
Heading
Inter

Color Palette

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

primary
#E01A33
rgb(224, 26, 51)
secondary
#323C4E
rgb(50, 60, 78)
accent
#E63946
rgb(230, 57, 70)
background
#0A0A0F
rgb(10, 10, 15)
textPrimary
#0A0A0F
rgb(10, 10, 15)
link
#751323
rgb(117, 19, 35)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter
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

Tanium logo
Logo
Tanium favicon
Favicon
Tanium social image
Social Card

UI Components

Live previews rendered using Tanium's actual button styles.

input
background #323C4E textColor #FFFFFF borderColor #FFFFFF borderRadius 2px shadow none
buttonPrimary
background #E63946 textColor #FFFFFF borderRadius 12px shadow rgba(230, 57, 70, 0.3) 0px 0px 20px 0px
buttonSecondary
background #0A0A0F textColor #EAEAF0 borderColor #8A92FF borderRadius 12px shadow none

Brand Personality

Tone: professional Energy: medium Audience: IT professionals and enterprises

Tanium Brand in the Wild

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

Frequently Asked Questions

What is Tanium's primary brand color?

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

What accent color does Tanium use?

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

What font does Tanium use?

Tanium uses Inter as the primary typeface across body and headings.

Does Tanium use a light or dark theme?

Tanium's primary site uses a dark color scheme, with a background of #0A0A0F.

Where can I find Tanium's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Outfit",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#E01A33",
    "secondary": "#323C4E",
    "accent": "#E63946",
    "background": "#0A0A0F",
    "textPrimary": "#0A0A0F",
    "link": "#751323"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter"
      ],
      "body": [
        "Outfit",
        "-apple-system",
        "sans-serif"
      ],
      "paragraph": [
        "Inter"
      ]
    },
    "fontSizes": {
      "h1": "88px",
      "h2": "52px",
      "body": "15px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "input": {
      "background": "#323C4E",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#E63946",
      "textColor": "#FFFFFF",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(230, 57, 70, 0.3) 0px 0px 20px 0px"
    },
    "buttonSecondary": {
      "background": "#0A0A0F",
      "textColor": "#EAEAF0",
      "borderColor": "#8A92FF",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.tanium.com/core/images/header-logo.svg",
    "favicon": "https://www.tanium.com/core/images/favicon.ico",
    "ogImage": "https://cms.tanium.com/wp-content/uploads/Default_Tanium_Meta-2025.jpg",
    "logoHref": "/",
    "logoAlt": "Tanium"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is the main logo in the header, matches the brand name 'Tanium', and links to the homepage.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "See a demo",
      "reasoning": "Button #0 uses a vibrant brand color (#E63946) and has action-oriented text ('See a demo'), making it the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "See it in action →",
      "reasoning": "Button #1 has a different background color (#0A0A0F) and serves as a secondary action with text 'See it in action →'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "IT professionals and enterprises"
  },
  "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 the main logo in the header, matches the brand name 'Tanium', and links to the homepage.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles