Home · Branding · ACX

ACX Brand Identity

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

Download JSON
Primary
#C8E35B
Accent
#C8E35B
Body Font
Flama
Heading
Flama

Color Palette

Brand palette extracted from https://www.acxtherapeutics.com/.

primary
#C8E35B
rgb(200, 227, 91)
secondary
#0082F3
rgb(0, 130, 243)
accent
#C8E35B
rgb(200, 227, 91)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#1E1E1E
rgb(30, 30, 30)
link
#3898EC
rgb(56, 152, 236)

Typography

Each font links to its Google Fonts page where available.

primary
Flama
heading
Flama
Flama, Arial, 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

ACX logo
Logo
ACX favicon
Favicon
ACX social image
Social Card

UI Components

Live previews rendered using ACX's actual button styles.

buttonPrimary
background #C8E35B textColor #1E1E1E borderRadius 80px shadow none

Brand Personality

Tone: modern Energy: high Audience: agricultural professionals and businesses

ACX Brand in the Wild

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

Frequently Asked Questions

What is ACX's primary brand color?

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

What font does ACX use?

ACX uses Flama as the primary typeface across body and headings.

Does ACX use a light or dark theme?

ACX's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find ACX's logo?

ACX's logo is available directly on their site (https://www.acxtherapeutics.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.acxtherapeutics.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 ACX.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Flama",
      "role": "unknown"
    },
    {
      "family": "Arial",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#C8E35B",
    "secondary": "#0082F3",
    "accent": "#C8E35B",
    "background": "#FFFFFF",
    "textPrimary": "#1E1E1E",
    "link": "#3898EC"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Flama",
      "heading": "Flama"
    },
    "fontStacks": {
      "heading": [
        "Flama",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Flama",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Flama",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "100px",
      "h2": "60px",
      "body": "32px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#C8E35B",
      "textColor": "#1E1E1E",
      "borderRadius": "80px",
      "borderRadiusCorners": {
        "topLeft": "80px",
        "topRight": "80px",
        "bottomRight": "80px",
        "bottomLeft": "80px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/67c909a1ae5aa02e362b30a7/67c92a19c7f0c385ef891d68_logo-black.svg",
    "favicon": "https://cdn.prod.website-files.com/67c909a1ae5aa02e362b30a7/67caede4a5ddb10341b3eca6_favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/67c909a1ae5aa02e362b30a7/67cb23dcf0c6c4d4080df9fd_Capture%20d%E2%80%99e%CC%81cran%202025-03-07%20a%CC%80%2023.50.00.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand's favicon and domain.",
    "confidence": 0.95,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Explore the science",
      "reasoning": "Button #0, 'Explore the science', is selected as the primary CTA due to its action-oriented text and vibrant green color, which aligns with the brand's primary color."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "Both buttons share the same vibrant green color, making it impossible to select a secondary button with a different color."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "agricultural professionals and businesses"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.95,
    "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's favicon and domain.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles