tanium.json
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.
- Page: https://characterquilt.com/branding/tanium
- Machine-readable JSON: https://characterquilt.com/branding/tanium.json
- Per-page llms.txt: https://characterquilt.com/branding/tanium/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #E01A33 |
| Accent | #E63946 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #E01A33
- secondary: #323C4E
- accent: #E63946
- background: #0A0A0F
- textPrimary: #0A0A0F
- link: #751323
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo: https://www.tanium.com/core/images/header-logo.svg
- Favicon: https://www.tanium.com/core/images/favicon.ico
- Social card (og:image): https://cms.tanium.com/wp-content/uploads/Default_Tanium_Meta-2025.jpg
UI Components
- 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, marketing materials.
- Whole-of-State Strategy Resource Library
- Tis the Season for a New Phishing Scam: Cyber Threat Intelligence Roundup | Tanium
- Threat Intelligence | Tanium
- Matt Marsden | Tanium
- Bima | Tanium
- French resource center
Working with these fonts
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:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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.