Home · Branding · FarmLogs

FarmLogs Brand Identity

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

Download JSON
Primary
#F2BC23
Accent
#F2BC23
Body Font
Inter
Heading
Montserrat

Color Palette

Brand palette extracted from http://farmlogs.com.

primary
#F2BC23
rgb(242, 188, 35)
secondary
#212D3A
rgb(33, 45, 58)
accent
#F2BC23
rgb(242, 188, 35)
background
#EDF2F7
rgb(237, 242, 247)
textPrimary
#191919
rgb(25, 25, 25)
link
#2D3748
rgb(45, 55, 72)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Montserrat
Montserrat, 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

FarmLogs logo
Logo
FarmLogs favicon
Favicon

UI Components

Live previews rendered using FarmLogs's actual button styles.

buttonPrimary
background #F2BC23 textColor #000000 borderRadius 100px shadow rgb(218, 163, 11) 0px 5px 0px 0px
buttonSecondary
background #2D3748 textColor #F2F2F2 borderRadius 100px shadow rgba(0, 0, 0, 0.15) 0px 5px 0px 0px

Brand Personality

Tone: professional Energy: medium Audience: farmers and agribusiness professionals

FarmLogs Brand in the Wild

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

Frequently Asked Questions

What is FarmLogs's primary brand color?

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

What font does FarmLogs use?

FarmLogs uses Inter for body text and Montserrat for headings. Fonts were detected on http://farmlogs.com as part of their live design system.

Does FarmLogs use a light or dark theme?

FarmLogs's primary site uses a light color scheme, with a background of #EDF2F7.

Where can I find FarmLogs's logo?

FarmLogs's logo is available directly on their site (http://farmlogs.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 http://farmlogs.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 FarmLogs.

Methodology

Brand data on this page was extracted from http://farmlogs.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 FarmLogs.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Montserrat",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#F2BC23",
    "secondary": "#212D3A",
    "accent": "#F2BC23",
    "background": "#EDF2F7",
    "textPrimary": "#191919",
    "link": "#2D3748"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Montserrat"
    },
    "fontStacks": {
      "heading": [
        "Montserrat",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter"
      ]
    },
    "fontSizes": {
      "h1": "20px",
      "h2": "60px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#F2BC23",
      "textColor": "#000000",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "rgb(218, 163, 11) 0px 5px 0px 0px"
    },
    "buttonSecondary": {
      "background": "#2D3748",
      "textColor": "#F2F2F2",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "rgba(0, 0, 0, 0.15) 0px 5px 0px 0px"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/69036d34b67c2b1bb700e2d3/692f3ea2a57d5a22feb814d9_logo_Bushel_RGB_yellow.png",
    "favicon": "https://cdn.prod.website-files.com/69036d34b67c2b1bb700e2d3/6915f49914ef50e038ef415b_favicon_32.png",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 5,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #5 because it is visible, located in the header, links to the homepage, and matches the brand 'Bushel Farm'.",
    "confidence": 0.9,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start Free Trial",
      "reasoning": "Button #0 'Start Free Trial' is the primary CTA due to its vibrant brand color (#F2BC23) and action-oriented text, making it the most prominent call-to-action."
    },
    "secondary": {
      "index": 3,
      "text": "Explore All Plans",
      "reasoning": "Button #3 'Explore All Plans' is selected as secondary because it has a different background color (#2D3748) and serves as a supportive action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "farmers and agribusiness 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": 5,
        "selectedLogoReasoning": "Selected #5 because it is visible, located in the header, links to the homepage, and matches the brand 'Bushel Farm'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles