Home · Branding · BackerKit

BackerKit Brand Identity

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

Download JSON
Primary
#2E2EFF
Accent
#99A1AF
Body Font
Inter
Heading
GT Walsheim Medium

Color Palette

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

primary
#2E2EFF
rgb(46, 46, 255)
secondary
#6A7282
rgb(106, 114, 130)
accent
#99A1AF
rgb(153, 161, 175)
background
#F7F7F7
rgb(247, 247, 247)
textPrimary
#000000
rgb(0, 0, 0)
link
#99A1AF
rgb(153, 161, 175)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
GT Walsheim Medium
GT Walsheim Medium Google Fonts →
Inter, 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

BackerKit logo
Logo
BackerKit favicon
Favicon
BackerKit social image
Social Card

UI Components

Live previews rendered using BackerKit's actual button styles.

input
background transparent textColor #000000 borderColor #E7E7E7 borderRadius 6px shadow none
buttonSecondary
background #FFFFFF textColor #454545 borderColor #C4C4C4 borderRadius 33554400px shadow none

Brand Personality

Tone: modern Energy: medium Audience: crowdfunding enthusiasts

BackerKit Brand in the Wild

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

Frequently Asked Questions

What is BackerKit's primary brand color?

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

What accent color does BackerKit use?

BackerKit uses #99A1AF as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does BackerKit use?

BackerKit uses Inter for body text and GT Walsheim Medium for headings. Fonts were detected on https://backerkit.com as part of their live design system.

Does BackerKit use a light or dark theme?

BackerKit's primary site uses a light color scheme, with a background of #F7F7F7.

Where can I find BackerKit's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "GT Walsheim Medium",
      "role": "heading"
    },
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#2E2EFF",
    "secondary": "#6A7282",
    "accent": "#99A1AF",
    "background": "#F7F7F7",
    "textPrimary": "#000000",
    "link": "#99A1AF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "GT Walsheim Medium"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "sans-serif"
      ],
      "body": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "GT Walsheim Medium",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "18px",
      "h2": "20px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": "#E7E7E7",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#454545",
      "borderColor": "#C4C4C4",
      "borderRadius": "33554400px",
      "borderRadiusCorners": {
        "topLeft": "33554400px",
        "topRight": "33554400px",
        "bottomRight": "33554400px",
        "bottomLeft": "33554400px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://assets.backerkit.com/assets/logo/backerkit_logo-4652180ff2de6c0221cb73546ca27c7de2d9bbb17214f4465ad5608ef2232229.png",
    "favicon": "https://assets.backerkit.com/apple-touch-icon.png",
    "ogImage": "https://assets.backerkit.com/assets/new-logo-c130861c35b19c4d4770c50bfbc8d10834ea8be2e3ac08ee4ad793c014464e17.png",
    "logoHref": "/",
    "logoAlt": "backerkit company logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 2,
    "reasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'BackerKit'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "The button does not have a vibrant or brand color background, which is typically required for a primary CTA. It uses a white background, which is not distinctive enough for a primary action."
    },
    "secondary": {
      "index": 0,
      "text": "Repost on Instagram!",
      "reasoning": "This button is the only one available and uses a subtle color scheme, making it more suitable as a secondary action."
    },
    "confidence": 0.7
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "crowdfunding enthusiasts"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.7,
    "colors": 0.9,
    "overall": 0.8
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 2,
        "selectedLogoReasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'BackerKit'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles