Brainfish Brand: Colors, Fonts, Logo & Visual Identity

Brainfish Brand Identity

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

Color Palette

Brand palette extracted from https://www.brainfishai.com/.
primary
#A3E635
rgb(163, 230, 53)

secondary
#D2FAE5
rgb(210, 250, 229)

accent
#A3E635
rgb(163, 230, 53)

background
#FFFFFF
rgb(255, 255, 255)

textPrimary
#000000
rgb(0, 0, 0)

link
#FBBF25
rgb(251, 191, 37)

Typography

Each font links to its Google Fonts page where available.

primary
Satoshi
Satoshi Google Fonts →

heading
Satoshi
Satoshi 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

Social Card

UI Components

Live previews rendered using Brainfish's actual button styles.

Input

Button Primary

Button Secondary

Brand Personality

Tone: modern
Energy: high
Audience: tech-savvy professionals

Brainfish Brand in the Wild

Image: cdn.prod.website-files.com
Source: brainfishai.com

.png)
Image: cdn.prod.website-files.com
Source: brainfishai.com

Image: cdn.prod.website-files.com
Source: brainfishai.com

Image: cdn.prod.website-files.com
Source: brainfishai.com

Image: cdn.prod.website-files.com
Source: brainfishai.com

Image: cdn.prod.website-files.com
Source: brainfishai.com

Frequently Asked Questions

What is Brainfish's primary brand color?
Brainfish's primary brand color is #A3E635. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Brainfish use?
Brainfish uses Satoshi as the primary typeface across body and headings.

Does Brainfish use a light or dark theme?
Brainfish's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Brainfish's logo?
Brainfish's logo is available directly on their site (https://www.brainfishai.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://www.brainfishai.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 Brainfish.

Methodology

Brand data on this page was extracted from https://www.brainfishai.com/ 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. 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 Brainfish.

Machine-Readable Profile

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

GET /branding/brainfish.json GET /branding/brainfish/llms.txt

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Satoshi",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#A3E635",
    "secondary": "#D2FAE5",
    "accent": "#A3E635",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#FBBF25"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Satoshi",
      "heading": "Satoshi"
    },
    "fontStacks": {
      "heading": [
        "Satoshi",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Satoshi",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Satoshi",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "48px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#737373",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#A3E635",
      "textColor": "#000000",
      "borderColor": "#171717",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "rgb(10, 10, 13) 2px 2px 0px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#171717",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "rgb(10, 10, 13) 2px 2px 0px 0px"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/68397108d6cb6ceb1b41f856/683a9e2c4b25fe9ea405a15f_Logo.svg",
    "favicon": "https://cdn.prod.website-files.com/68397108d6cb6ceb1b41f856/6882242a43cf1d17bbabb147_32.png",
    "ogImage": "https://cdn.prod.website-files.com/68397108d6cb6ceb1b41f856/69a09db4e8dea1f5dcba8d67_NewOpenGraph.jpg",
    "logoHref": "/",
    "logoAlt": "brand logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 15,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Brainfish'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Book Demo",
      "reasoning": "Button #1 'Book Demo' is a strong call-to-action with a vibrant brand color (#A3E635), making it the primary CTA."
    },
    "secondary": {
      "index": 3,
      "text": "Get Free Walkthrough",
      "reasoning": "Button #3 'Get Free Walkthrough' has a different background color (#FFFFFF) and serves as a secondary action, complementing the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "tech-savvy professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "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 'Brainfish'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles

Sentry Miro Retool Mixpanel 1Password Vanta