Home · Branding · FundersClub

FundersClub Brand Identity

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

Download JSON
Primary
#2668A2
Accent
#184368
Body Font
Proxima Nova
Heading
Proxima Nova

Color Palette

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

primary
#2668A2
rgb(38, 104, 162)
secondary
#323B43
rgb(50, 59, 67)
accent
#184368
rgb(24, 67, 104)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#184368
rgb(24, 67, 104)
link
#184368
rgb(24, 67, 104)

Typography

Each font links to its Google Fonts page where available.

primary
Proxima Nova
Proxima Nova Google Fonts →
heading
Proxima Nova
Proxima Nova Google Fonts →
proxima-nova, 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

FundersClub logo
Logo
FundersClub favicon
Favicon
FundersClub social image
Social Card

UI Components

Live previews rendered using FundersClub's actual button styles.

buttonPrimary
background #184368 textColor #FFFFFF borderRadius 3px shadow rgba(14, 37, 58, 0.15) 0px 5px 10px 0px

Brand Personality

Tone: professional Energy: medium Audience: investors and startups

FundersClub Brand in the Wild

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

Frequently Asked Questions

What is FundersClub's primary brand color?

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

What accent color does FundersClub use?

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

What font does FundersClub use?

FundersClub uses Proxima Nova as the primary typeface across body and headings.

Does FundersClub use a light or dark theme?

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

Where can I find FundersClub's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Proxima Nova",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#2668A2",
    "secondary": "#323B43",
    "accent": "#184368",
    "background": "#FFFFFF",
    "textPrimary": "#184368",
    "link": "#184368"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Proxima Nova",
      "heading": "Proxima Nova"
    },
    "fontStacks": {
      "heading": [
        "proxima-nova",
        "sans-serif"
      ],
      "body": [
        "proxima-nova",
        "sans-serif"
      ],
      "paragraph": [
        "proxima-nova",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "36px",
      "h2": "24px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 10,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#184368",
      "textColor": "#FFFFFF",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "rgba(14, 37, 58, 0.15) 0px 5px 10px 0px"
    }
  },
  "images": {
    "logo": "https://d288gf2k0wd772.cloudfront.net/static/img/logos/wordmark-white.8858ff05333d.svg",
    "favicon": "https://d288gf2k0wd772.cloudfront.net/static/img/favicons/apple-icon-57x57.f5876eb91606.png",
    "ogImage": "https://d288gf2k0wd772.cloudfront.net/static/img/graphics/fc-meta-image-default.a2fcc7873aed.png",
    "logoHref": "/",
    "logoAlt": "FundersClub"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'FundersClub'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Join FundersClub for Free",
      "reasoning": "Button #0, 'Join FundersClub for Free', is likely the primary CTA due to its action-oriented text and vibrant brand color (#184368), which aligns with the site's primary color scheme."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "All buttons share the same background color (#184368), making it impossible to select a secondary button with a different color."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "investors and startups"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.95,
    "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, links to the homepage, and matches the brand name 'FundersClub'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles