Home · Branding · Fieldguide

Fieldguide Brand Identity

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

Download JSON
Primary
#151C24
Accent
#36853A
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from http://fieldguide.io.

primary
#151C24
rgb(21, 28, 36)
secondary
#36853A
rgb(54, 133, 58)
accent
#36853A
rgb(54, 133, 58)
background
#131A21
rgb(19, 26, 33)
textPrimary
#131A21
rgb(19, 26, 33)
link
#1A232D
rgb(26, 35, 45)

Typography

Each font links to its Google Fonts page where available.

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

Fieldguide logo
Logo
Fieldguide favicon
Favicon

UI Components

Live previews rendered using Fieldguide's actual button styles.

buttonPrimary
background #36853A textColor #FFFFFF borderColor #3C9541 borderRadius 3px shadow none
buttonSecondary
background #FFFFFF textColor #151C24 borderColor #71767A borderRadius 3px shadow none

Brand Personality

Tone: professional Energy: medium Audience: audit and advisory professionals

Fieldguide Brand in the Wild

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

Frequently Asked Questions

What is Fieldguide's primary brand color?

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

What accent color does Fieldguide use?

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

What font does Fieldguide use?

Fieldguide uses Inter as the primary typeface across body and headings.

Does Fieldguide use a light or dark theme?

Fieldguide's primary site uses a dark color scheme, with a background of #131A21.

Where can I find Fieldguide's logo?

Fieldguide's logo is available directly on their site (http://fieldguide.io). 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://fieldguide.io 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 Fieldguide.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#151C24",
    "secondary": "#36853A",
    "accent": "#36853A",
    "background": "#131A21",
    "textPrimary": "#131A21",
    "link": "#1A232D"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter"
      ],
      "body": [
        "Inter"
      ],
      "paragraph": [
        "Inter"
      ]
    },
    "fontSizes": {
      "h1": "84.8px",
      "h2": "48px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#36853A",
      "textColor": "#FFFFFF",
      "borderColor": "#3C9541",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#151C24",
      "borderColor": "#71767A",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.fieldguide.io/hubfs/Fieldguide/Images/5fe35f11bf78e333bb651667_fieldguide-logo.svg",
    "favicon": "https://www.fieldguide.io/hubfs/601010ba543c954d3c14cb44_favicon-32x32.png",
    "ogImage": null,
    "logoHref": "https://www.fieldguide.io",
    "logoAlt": "Fieldguide"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Fieldguide'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Request Demo",
      "reasoning": "Button #1 uses the vibrant green color (#36853A), which is typically used for primary CTAs. The text 'Request Demo' is action-oriented, making it a strong candidate for the primary button."
    },
    "secondary": {
      "index": 3,
      "text": "Request Demo",
      "reasoning": "Button #3 has a different background color (#FFFFFF) and serves as a secondary action with the same text 'Request Demo', but in a less prominent style, making it suitable as a secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "audit and advisory 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 'Fieldguide'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles