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.
- primary: #6F665E (rgb(111, 102, 94))
- secondary: #05DF72 (rgb(5, 223, 114))
- accent: #6F665E (rgb(111, 102, 94))
- background: #FFFEFD (rgb(255, 254, 253))
- textPrimary: #26201A (rgb(38, 32, 26))
- link: #3A332B (rgb(58, 51, 43))
Typography
Each font links to its Google Fonts page where available.
- primary: Public Sans Google Fonts →
- heading: Space Grotesk Google 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:
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
- background: #FFFEFD
- textColor: #000000
- borderRadius: 0px
- shadow: none
Brand Personality
- Tone: modern
- Energy: medium
- Audience: tech-savvy professionals
SubImage Brand in the Wild
Image: subimage.io
Image: subimage.io
Image: subimage.io
Image: media.licdn.com
Image: researchgate.net
Frequently Asked Questions
What is SubImage's primary brand color?
SubImage's primary brand color is #6F665E. It anchors the visual identity across their website, product UI, and marketing materials.What font does SubImage use?
SubImage uses Public Sans for body text and Space Grotesk for headings. Fonts were detected on https://subimage.io as part of their live design system.Does SubImage use a light or dark theme?
SubImage's primary site uses a light color scheme, with a background of #FFFEFD.Where can I find SubImage's logo?
SubImage's logo is available directly on their site (https://subimage.io). 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://subimage.io 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 SubImage.
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
}
}
}