Home · Branding · InfluxData

InfluxData Brand Identity

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

Download JSON
Primary
#9B2AFF
Accent
#020A47
Body Font
Proxima Nova
Heading
Proxima Nova

Color Palette

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

primary
#9B2AFF
rgb(155, 42, 255)
secondary
#1A2050
rgb(26, 32, 80)
accent
#020A47
rgb(2, 10, 71)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#020A47
rgb(2, 10, 71)
link
#020A47
rgb(2, 10, 71)

Typography

Each font links to its Google Fonts page where available.

primary
Proxima Nova
Proxima Nova Google Fonts →
heading
Proxima Nova
Proxima Nova Google Fonts →
Proxima-Nova, 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

InfluxData logo
Logo
InfluxData favicon
Favicon

UI Components

Live previews rendered using InfluxData's actual button styles.

buttonPrimary
background #020A47 textColor #171717 borderRadius 0px shadow none
buttonSecondary
background #F2F4F6 textColor #FFFFFF borderRadius 10px shadow none

Brand Personality

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

InfluxData Brand in the Wild

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

Frequently Asked Questions

What is InfluxData's primary brand color?

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

What accent color does InfluxData use?

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

What font does InfluxData use?

InfluxData uses Proxima Nova as the primary typeface across body and headings.

Does InfluxData use a light or dark theme?

InfluxData's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find InfluxData's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Proxima Nova",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#9B2AFF",
    "secondary": "#1A2050",
    "accent": "#020A47",
    "background": "#FFFFFF",
    "textPrimary": "#020A47",
    "link": "#020A47"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Proxima Nova",
      "heading": "Proxima Nova"
    },
    "fontStacks": {
      "heading": [
        "Proxima-Nova",
        "sans-serif"
      ],
      "body": [
        "Proxima-Nova",
        "sans-serif"
      ],
      "paragraph": [
        "Proxima-Nova",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "24px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "14px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#020A47",
      "textColor": "#171717",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F2F4F6",
      "textColor": "#FFFFFF",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.influxdata.com/images/influxdata_full_white.svg",
    "favicon": "https://www.influxdata.com/images/cubo.ico",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'InfluxData'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Get InfluxDB\n                      Contact Sales",
      "reasoning": "Button #1 uses the vibrant brand color #020A47, which is a strong indicator of a primary CTA. The text 'Get InfluxDB' is action-oriented, making it the main call-to-action."
    },
    "secondary": {
      "index": 2,
      "text": "Learn More",
      "reasoning": "Button #2 has a different background color (#F2F4F6) and serves as a secondary action with the text 'Learn More', which is typical for secondary CTAs."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "developers and IT professionals"
  },
  "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, located in the header, links to the homepage, and matches the brand name 'InfluxData'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles