Home · Branding · Appcubator

Appcubator Brand Identity

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

Download JSON
Primary
#FC5F2C
Accent
#FC5F2C
Body Font
Inter
Heading
DM Sans

Color Palette

Brand palette extracted from http://appcubator.com.

primary
#FC5F2C
rgb(252, 95, 44)
secondary
#0C2D60
rgb(12, 45, 96)
accent
#FC5F2C
rgb(252, 95, 44)
background
#F7F9FF
rgb(247, 249, 255)
textPrimary
#414E62
rgb(65, 78, 98)
link
#414E62
rgb(65, 78, 98)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
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

Appcubator favicon
Favicon
Appcubator social image
Social Card

UI Components

Live previews rendered using Appcubator's actual button styles.

input
background #FFFFFF textColor #414E62 borderColor #97A1AF borderRadius 12px shadow none
buttonPrimary
background #FBFCFF textColor #FC5F2C borderColor #FC5F2C borderRadius 10px shadow none

Brand Personality

Tone: professional Energy: low Audience: businesses looking to purchase the domain

Appcubator Brand in the Wild

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

Frequently Asked Questions

What is Appcubator's primary brand color?

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

What font does Appcubator use?

Appcubator uses Inter for body text and DM Sans for headings. Fonts were detected on http://appcubator.com as part of their live design system.

Does Appcubator use a light or dark theme?

Appcubator's primary site uses a light color scheme, with a background of #F7F9FF.

How was this brand profile generated?

This profile was extracted from http://appcubator.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 Appcubator.

Methodology

Brand data on this page was extracted from http://appcubator.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 Appcubator.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "DM Sans",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FC5F2C",
    "secondary": "#0C2D60",
    "accent": "#FC5F2C",
    "background": "#F7F9FF",
    "textPrimary": "#414E62",
    "link": "#414E62"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "DM Sans"
    },
    "fontStacks": {
      "heading": [
        "DM Sans",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "32px",
      "h2": "32px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#414E62",
      "borderColor": "#97A1AF",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FBFCFF",
      "textColor": "#FC5F2C",
      "borderColor": "#FC5F2C",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://appcubator.com/img/favicon.png",
    "ogImage": "https://appcubator.com/img/1200x630.jpg"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "No suitable brand logo was found that matches 'APPCUBATOR.COM'. The visible logos are not in the header and do not link to the homepage, indicating they are not the main brand logo.",
    "confidence": 0.3,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Make an Offer",
      "reasoning": "The button 'Make an Offer' is the only button available and uses a vibrant color scheme with a border color matching the primary brand color (#FC5F2C), making it the primary CTA by default."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "There is only one button available, so no secondary button can be selected."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "low",
    "targetAudience": "businesses looking to purchase the domain"
  },
  "designSystem": {
    "framework": "bootstrap",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.95,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "No suitable brand logo was found that matches 'APPCUBATOR.COM'. The visible logos are not in the header and do not link to the homepage, indicating they are not the main brand logo.",
        "confidence": 0.3
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles