SubImage Brand: Colors, Fonts, Logo & Visual Identity

SubImage Brand Identity

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

Color Palette

Brand palette extracted from https://subimage.io.

Typography

Each font links to its Google Fonts page where available.

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

Logo

Favicon

UI Components

Live previews rendered using SubImage's actual button styles.

Button Primary

Brand Personality

SubImage Brand in the Wild

Image: subimage.io

Image: subimage.io

Image: subimage.io

Image: media.licdn.com

Image: researchgate.net

Frequently Asked Questions

Methodology

Brand data on this page was extracted from https://subimage.io on 2026-07-27 using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Public Sans",
      "role": "body"
    },
    {
      "family": "Space Grotesk",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#6F665E",
    "secondary": "#05DF72",
    "accent": "#6F665E",
    "background": "#FFFEFD",
    "textPrimary": "#26201A",
    "link": "#3A332B"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Public Sans",
      "heading": "Space Grotesk"
    },
    "fontStacks": {
      "heading": [
        "Space Grotesk"
      ],
      "body": [
        "fontCopy",
        "fontCopy Fallback"
      ],
      "paragraph": [
        "Public Sans"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "48px",
      "body": "17px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFEFD",
      "textColor": "#000000",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.subimage.io/logo-text.svg",
    "favicon": "https://www.subimage.io/favicon.ico",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "SubImage"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 12,
    "reasoning": "Selected #0 because it is visible, medium-sized, and matches the brand name 'SubImage'. It links to the homepage, making it the primary brand logo.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a Demo",
      "reasoning": "The 'Book a Demo' button is action-oriented and likely the main call-to-action for user engagement."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "Both buttons share the same background color, making it impossible to select a secondary button with a different color."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, and matches the brand name 'SubImage'. It links to the homepage, making it the primary brand logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}