agentic fabriq.json
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.
- Page: https://characterquilt.com/branding/agentic-fabriq
- Machine-readable JSON: https://characterquilt.com/branding/agentic-fabriq.json
- Per-page llms.txt: https://characterquilt.com/branding/agentic-fabriq/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #676F7E |
| Accent | #3B82F6 |
| Body Font | Georgia |
| Heading Font | Lora |
Color Palette
- primary: #676F7E
- secondary: #334155
- accent: #3B82F6
- background: #F9F7F4
- textPrimary: #000000
- link: #3B82F6
Typography
- primary: Georgia — https://fonts.google.com/specimen/Georgia
- heading: Lora — https://fonts.google.com/specimen/Lora
Visual Assets
- Logo: https://www.agenticfabriq.com/fabriq-logo.png
- Favicon: https://www.agenticfabriq.com/fabriq-logo.png
UI Components
- 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, marketing materials.
- Agentic Fabriq
- Agentic Fabriq
- Agentic Fabriq
- Agentic Fabriq
- Agentic Fabriq
- Agentic Fabriq
Working with these fonts
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:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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.
Machine-Readable Profile
{
"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
}
}
}