Home · Branding · Bindwell

Bindwell Brand Identity

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

Download JSON
Primary
#23BA7D
Accent
#23BA7D
Body Font
Arial
Heading
Times New Roman

Color Palette

Brand palette extracted from https://bindwell.ai/.

primary
#23BA7D
rgb(35, 186, 125)
accent
#23BA7D
rgb(35, 186, 125)
background
#EEFFF6
rgb(238, 255, 246)
textPrimary
#000100
rgb(0, 1, 0)
link
#23BA7D
rgb(35, 186, 125)

Typography

Each font links to its Google Fonts page where available.

primary
Arial
heading
Times New Roman
Times New Roman Google Fonts →
Times New Roman, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, sans-serif, Apple Color Emoji, monospace
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

Bindwell favicon
Favicon

UI Components

Live previews rendered using Bindwell's actual button styles.

buttonPrimary
background #EEFFF6 textColor #23BA7D borderColor #23BA7D borderRadius 9.9px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy professionals in agriculture

Bindwell Brand in the Wild

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

Frequently Asked Questions

What is Bindwell's primary brand color?

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

What font does Bindwell use?

Bindwell uses Arial for body text and Times New Roman for headings. Fonts were detected on https://bindwell.ai/ as part of their live design system.

Does Bindwell use a light or dark theme?

Bindwell's primary site uses a light color scheme, with a background of #EEFFF6.

How was this brand profile generated?

This profile was extracted from https://bindwell.ai/ 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 Bindwell.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Times New Roman",
      "role": "heading"
    },
    {
      "family": "Roboto",
      "role": "unknown"
    },
    {
      "family": "Helvetica",
      "role": "unknown"
    },
    {
      "family": "Segoe UI",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#23BA7D",
    "accent": "#23BA7D",
    "background": "#EEFFF6",
    "textPrimary": "#000100",
    "link": "#23BA7D"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Arial",
      "heading": "Times New Roman"
    },
    "fontStacks": {
      "heading": [
        "Times New Roman",
        "Arial",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica",
        "sans-serif",
        "Apple Color Emoji",
        "monospace"
      ],
      "body": [
        "EB Garamond",
        "sans-serif"
      ],
      "paragraph": [
        "Times New Roman",
        "Arial",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica",
        "sans-serif",
        "Apple Color Emoji",
        "monospace"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "26.4px",
      "body": "17.6px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#EEFFF6",
      "textColor": "#23BA7D",
      "borderColor": "#23BA7D",
      "borderRadius": "9.9px",
      "borderRadiusCorners": {
        "topLeft": "9.9px",
        "topRight": "9.9px",
        "bottomRight": "9.9px",
        "bottomLeft": "9.9px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://bindwell.ai/_astro/favicon.dULsUXfS.svg",
    "ogImage": null
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get in touch",
      "reasoning": "The 'Get in touch' button is likely the primary CTA due to its action-oriented text, encouraging user interaction, and its placement as the first button in the list."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "All buttons share the same background color, making it impossible to select a secondary button with a different color."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals in agriculture"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles