Home · Branding · Invofox

Invofox Brand Identity

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

Download JSON
Primary
#0CB072
Accent
#0CB072
Body Font
DM Sans
Heading
DM Sans

Color Palette

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

primary
#0CB072
rgb(12, 176, 114)
secondary
#D5FF7A
rgb(213, 255, 122)
accent
#0CB072
rgb(12, 176, 114)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#22272C
rgb(34, 39, 44)
link
#13865A
rgb(19, 134, 90)

Typography

Each font links to its Google Fonts page where available.

primary
DM Sans
heading
DM Sans
DM Sans, 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

Invofox logo
Logo
Invofox favicon
Favicon
Invofox social image
Social Card

UI Components

Live previews rendered using Invofox's actual button styles.

buttonPrimary
background #0CB072 textColor #FFFFFF borderRadius 100px shadow none
buttonSecondary
background #F6F7F9 textColor #0CB072 borderColor #0CB072 borderRadius 100px shadow none

Brand Personality

Tone: professional Energy: medium Audience: developers

Invofox Brand in the Wild

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

Frequently Asked Questions

What is Invofox's primary brand color?

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

What font does Invofox use?

Invofox uses DM Sans as the primary typeface across body and headings.

Does Invofox use a light or dark theme?

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

Where can I find Invofox's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "DM Sans",
      "role": "body"
    },
    {
      "family": "Open Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0CB072",
    "secondary": "#D5FF7A",
    "accent": "#0CB072",
    "background": "#FFFFFF",
    "textPrimary": "#22272C",
    "link": "#13865A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "DM Sans",
      "heading": "DM Sans"
    },
    "fontStacks": {
      "heading": [
        "DM Sans",
        "sans-serif"
      ],
      "body": [
        "DM Sans",
        "sans-serif"
      ],
      "paragraph": [
        "DM Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "50px",
      "h2": "38px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "15px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#0CB072",
      "textColor": "#FFFFFF",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F6F7F9",
      "textColor": "#0CB072",
      "borderColor": "#0CB072",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/624411d5ef09b0d95229bf69/67ed57a3739111102c25fdb1_logohome.svg",
    "favicon": "https://cdn.prod.website-files.com/624411d5ef09b0d95229bf69/62a9bdebb19a5c72c38505ee_ico.png",
    "ogImage": "https://cdn.prod.website-files.com/624411d5ef09b0d95229bf69/69333de5f955b9fe906b70db_OGs-01.png",
    "logoHref": "#",
    "logoAlt": "Invofox logo – Document Parsing API for developers using AI"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and matches the brand inferred from the page title and URL.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a demo",
      "reasoning": "Button #0 has a vibrant brand color (#0CB072) and action-oriented text ('Book a demo'), making it the primary CTA."
    },
    "secondary": {
      "index": 4,
      "text": "Check our API docs",
      "reasoning": "Button #4 has a different background color (#F6F7F9) and serves a secondary action ('Check our API docs')."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "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, located in the header, and matches the brand inferred from the page title and URL.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles