Home · Branding · Found

Found Brand Identity

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

Download JSON
Primary
#938D62
Accent
#151418
Body Font
Fakt
Heading
Quincy CF

Color Palette

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

primary
#938D62
rgb(147, 141, 98)
secondary
#CDC4A8
rgb(205, 196, 168)
accent
#151418
rgb(21, 20, 24)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#5C6857
rgb(92, 104, 87)
link
#5C6857
rgb(92, 104, 87)

Typography

Each font links to its Google Fonts page where available.

primary
Fakt
heading
Quincy CF
Fakt, 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

Found logo
Logo
Found favicon
Favicon
Found social image
Social Card

UI Components

Live previews rendered using Found's actual button styles.

input
background #FFFFFF textColor #000000 borderColor null borderRadius 24px shadow none
buttonPrimary
background #151418 textColor #FFFFFF borderRadius 24px shadow none
buttonSecondary
background #FFFFFF textColor #151418 borderRadius 24px shadow none

Brand Personality

Tone: professional Energy: medium Audience: small business owners

Found Brand in the Wild

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

Frequently Asked Questions

What is Found's primary brand color?

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

What accent color does Found use?

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

What font does Found use?

Found uses Fakt for body text and Quincy CF for headings. Fonts were detected on https://found.com as part of their live design system.

Does Found use a light or dark theme?

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

Where can I find Found's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Fakt",
      "role": "body"
    },
    {
      "family": "Quincy CF",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#938D62",
    "secondary": "#CDC4A8",
    "accent": "#151418",
    "background": "#FFFFFF",
    "textPrimary": "#5C6857",
    "link": "#5C6857"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Fakt",
      "heading": "Quincy CF"
    },
    "fontStacks": {
      "heading": [
        "Fakt",
        "sans-serif"
      ],
      "body": [
        "Fakt",
        "sans-serif"
      ],
      "paragraph": [
        "quincy-cf"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "16px",
      "body": "64px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": null,
      "borderRadius": "24px",
      "borderRadiusCorners": {
        "topLeft": "24px",
        "topRight": "24px",
        "bottomRight": "24px",
        "bottomLeft": "24px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#151418",
      "textColor": "#FFFFFF",
      "borderRadius": "24px",
      "borderRadiusCorners": {
        "topLeft": "24px",
        "topRight": "24px",
        "bottomRight": "24px",
        "bottomLeft": "24px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#151418",
      "borderRadius": "24px",
      "borderRadiusCorners": {
        "topLeft": "24px",
        "topRight": "24px",
        "bottomRight": "24px",
        "bottomLeft": "24px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://found.com/_next/static/media/found_logo.f15d7d2b.svg",
    "favicon": "https://found.com/icon.png?icon.f6372534.png",
    "ogImage": "https://found.com/opengraph-image.jpg?opengraph-image.0401bb2c.jpg",
    "logoAlt": "Found logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is the only candidate with alt text matching the brand 'Found' and is located at the top of the page, which is typical for a brand logo.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get started",
      "reasoning": "Button #0 is selected as the primary CTA because it has a dark background (#151418) which contrasts well with the text, making it stand out. The text 'Get started' is action-oriented, indicating a primary call-to-action."
    },
    "secondary": {
      "index": 2,
      "text": "Get started",
      "reasoning": "Button #2 is selected as the secondary CTA because it has a different background color (#FFFFFF) compared to the primary button. It also has the same action-oriented text, but the lighter background makes it less prominent."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "small business owners"
  },
  "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 the only candidate with alt text matching the brand 'Found' and is located at the top of the page, which is typical for a brand logo.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles