Home · Branding · Agentic Fabriq

Agentic Fabriq Brand Identity

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

Download JSON
Primary
#676F7E
Accent
#3B82F6
Body Font
Georgia
Heading
Lora

Color Palette

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

primary
#676F7E
rgb(103, 111, 126)
secondary
#334155
rgb(51, 65, 85)
accent
#3B82F6
rgb(59, 130, 246)
background
#F9F7F4
rgb(249, 247, 244)
textPrimary
#000000
rgb(0, 0, 0)
link
#3B82F6
rgb(59, 130, 246)

Typography

Each font links to its Google Fonts page where available.

primary
Georgia
heading
Lora
Lora, Georgia, 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

Agentic Fabriq logo
Logo
Agentic Fabriq favicon
Favicon

UI Components

Live previews rendered using Agentic Fabriq's actual button styles.

input
background #F7F5F2 textColor #14181F borderColor #F1EFEB borderRadius 10px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
buttonPrimary
background #14181F textColor #FDFDFC borderRadius 9999px shadow none
buttonSecondary
background #E2E8F0 textColor #676F7E borderRadius 9999px shadow none

Brand Personality

Tone: modern Energy: medium Audience: business professionals

Agentic Fabriq Brand in the Wild

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

Frequently Asked Questions

What is Agentic Fabriq's primary brand color?

Agentic Fabriq's primary brand color is #676F7E. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Agentic Fabriq use?

Agentic Fabriq uses #3B82F6 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Agentic Fabriq use?

Agentic Fabriq uses Georgia for body text and Lora for headings. Fonts were detected on https://www.agenticfabriq.com as part of their live design system.

Does Agentic Fabriq use a light or dark theme?

Agentic Fabriq's primary site uses a light color scheme, with a background of #F9F7F4.

Where can I find Agentic Fabriq's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Georgia",
      "role": "body"
    },
    {
      "family": "Lora",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#676F7E",
    "secondary": "#334155",
    "accent": "#3B82F6",
    "background": "#F9F7F4",
    "textPrimary": "#000000",
    "link": "#3B82F6"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Georgia",
      "heading": "Lora"
    },
    "fontStacks": {
      "heading": [
        "Lora",
        "Georgia",
        "serif"
      ],
      "body": [
        "Georgia",
        "Times New Roman",
        "serif"
      ],
      "paragraph": [
        "Georgia",
        "Times New Roman",
        "serif"
      ]
    },
    "fontSizes": {
      "h1": "72px",
      "h2": "60px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#F7F5F2",
      "textColor": "#14181F",
      "borderColor": "#F1EFEB",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    },
    "buttonPrimary": {
      "background": "#14181F",
      "textColor": "#FDFDFC",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#E2E8F0",
      "textColor": "#676F7E",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.agenticfabriq.com/fabriq-logo.png",
    "favicon": "https://www.agenticfabriq.com/fabriq-logo.png",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "Fabriq Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and matches the favicon, indicating it is the main brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Request a demo",
      "reasoning": "Button #0 has a dark background (#14181F) with a strong call-to-action text 'Request a demo', making it stand out as the primary CTA."
    },
    "secondary": {
      "index": 6,
      "text": "02",
      "reasoning": "Button #6 has a different background color (#E2E8F0) and serves as a secondary option with a less prominent action ('02')."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "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, and matches the favicon, indicating it is the main brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles