# Bindwell Brand Identity

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

## Color Palette

Brand palette extracted from https://bindwell.ai/.  
primary  
#23BA7D

the rgbs are also here.rgbs are as follows:  
rgb(35, 186, 125)

accent  
#23BA7D

background  
#EEFFF6

textPrimary  
#000100

link  
#23BA7D

## Typography

Each font links to its Google Fonts page where available.

primary  
Arial

heading  
Times New Roman  
  
Times New Roman, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, sans-serif, Apple Color Emoji, monospace

## Visual Assets

## UI Components

Live previews rendered using Bindwell's actual button styles.

Button Primary

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

## Brand Personality

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

## 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/](https://bindwell.ai/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) 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.

```json
{
  "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",
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://bindwell.ai/_astro/favicon.dULsUXfS.svg"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals in agriculture"
  }
}
```
