Home · Branding · Infinite Machine

Infinite Machine Brand Identity

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

Download JSON
Primary
#3898EC
Accent
#000000
Body Font
Helvetica Now Display
Heading
Helvetica Now Display

Color Palette

Brand palette extracted from https://www.infinitemachine.com.

primary
#3898EC
rgb(56, 152, 236)
secondary
#CC3732
rgb(204, 55, 50)
accent
#000000
rgb(0, 0, 0)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#0082F3
rgb(0, 130, 243)

Typography

Each font links to its Google Fonts page where available.

primary
Helvetica Now Display
Helvetica Now Display Google Fonts →
heading
Helvetica Now Display
Helvetica Now Display Google Fonts →
Helvetica Now Display, 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

Infinite Machine favicon
Favicon
Infinite Machine social image
Social Card

UI Components

Live previews rendered using Infinite Machine's actual button styles.

input
background #FFFFFF textColor #000000 borderColor #F8F8F8 borderRadius 0px shadow none
buttonPrimary
background #000000 textColor #FFFFFF borderRadius 0px shadow none
buttonSecondary
background #FFFFFF textColor #000000 borderColor #000000 borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy consumers

Infinite Machine Brand in the Wild

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

Frequently Asked Questions

What is Infinite Machine's primary brand color?

Infinite Machine's primary brand color is #3898EC. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Infinite Machine use?

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

What font does Infinite Machine use?

Infinite Machine uses Helvetica Now Display as the primary typeface across body and headings.

Does Infinite Machine use a light or dark theme?

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

How was this brand profile generated?

This profile was extracted from https://www.infinitemachine.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 Infinite Machine.

Methodology

Brand data on this page was extracted from https://www.infinitemachine.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 Infinite Machine.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Helvetica Now Display",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#3898EC",
    "secondary": "#CC3732",
    "accent": "#000000",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#0082F3"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Helvetica Now Display",
      "heading": "Helvetica Now Display"
    },
    "fontStacks": {
      "heading": [
        "Helvetica Now Display",
        "sans-serif"
      ],
      "body": [
        "Helvetica Now Display",
        "sans-serif"
      ],
      "paragraph": [
        "Helvetica Now Display",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "19.8835px",
      "h2": "89.4758px",
      "body": "39.767px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#F8F8F8",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#000000",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://cdn.prod.website-files.com/66856cd71d6df6db1cada051/66856d6895cb60752913bec6_favicon-32.png",
    "ogImage": "https://cdn.prod.website-files.com/66856cd71d6df6db1cada051/6849ec0028e839f37c5b791f_og-image-olto-infinite-machine.jpg"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "No suitable logo was found that clearly represents the brand 'Infinite Machine' in the header area. The visible candidates do not match the expected brand logo characteristics.",
    "confidence": 0.3,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Checkout",
      "reasoning": "Button #0 ('Checkout') has a dark background (#000000) which stands out prominently against the light theme, making it a strong candidate for the primary CTA."
    },
    "secondary": {
      "index": 6,
      "text": "Book Test Ride",
      "reasoning": "Button #6 ('Book Test Ride') has a white background (#FFFFFF), providing a clear contrast to the primary button's dark color, making it suitable as a secondary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy consumers"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "No suitable logo was found that clearly represents the brand 'Infinite Machine' in the header area. The visible candidates do not match the expected brand logo characteristics.",
        "confidence": 0.3
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles