argil.json
Argil Brand Identity
A complete profile of Argil's visual system — colors, typography, components, and personality — extracted from https://www.argil.ai/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/argil
- Machine-readable JSON: https://characterquilt.com/branding/argil.json
- Per-page llms.txt: https://characterquilt.com/branding/argil/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #F0FFEC |
| Accent | #FFFFFF |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #F0FFEC
- secondary: #FF5300
- accent: #FFFFFF
- background: #000000
- textPrimary: #000000
- link: #0000EE
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#FFFFFF, textColor=#040404, borderColor=#F0F0F0, borderRadius=1920px, shadow=none
- buttonSecondary: background=transparent, textColor=#FFFFFF, borderColor=#1A1A1A, borderRadius=1000px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy individuals interested in AI and video creation
Argil Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Why Kpop Deepfakes Are Controversial & What to Do Instead
- Image:
- Source: Link
- Best Real Estate Marketing Agencies in 2026: How Argil Helps You Win Listings
- Image:
- Source: Link
- What's the Best AI Tool for Writing SEO Rich Blog Content?
- Image:
- Source: Link
- What's the Best AI Tool for Writing SEO Rich Blog Content?
- Image:
- Source: Link
- What's the Best AI Tool for Writing SEO Rich Blog Content?
- Image:
- Source: Link
- Streamline Your Short-Form Content with Argil's AI Reel Generator
- Image:
- Source: Link
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": "dark",
"fonts": [
{
"family": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#F0FFEC",
"secondary": "#FF5300",
"accent": "#FFFFFF",
"background": "#000000",
"textPrimary": "#000000",
"link": "#0000EE"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter",
"Arial",
"sans-serif"
],
"body": [
"Inter",
"Arial",
"sans-serif"
],
"paragraph": [
"Inter",
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "96px",
"h2": "96px",
"body": "24px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "24px"
},
"components": {
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#040404",
"borderColor": "#F0F0F0",
"borderRadius": "1920px",
"borderRadiusCorners": {
"topLeft": "1920px",
"topRight": "1920px",
"bottomRight": "1920px",
"bottomLeft": "1920px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "transparent",
"textColor": "#FFFFFF",
"borderColor": "#1A1A1A",
"borderRadius": "1000px",
"borderRadiusCorners": {
"topLeft": "1000px",
"topRight": "1000px",
"bottomRight": "1000px",
"bottomLeft": "1000px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/6410469654d67c5c70c12bc2/6707dff4f10ed02bb9932b46_argil-logo-white.svg",
"favicon": "https://cdn.prod.website-files.com/6410469654d67c5c70c12bc2/6707e63cb3618b65bc9bfaed_argil-favicon.svg",
"ogImage": "https://argildotai.s3.amazonaws.com/static/twitter-banner.png",
"logoHref": "/"
},
"__llm_logo_reasoning": {
"selectedIndex": 27,
"reasoning": "Selected #0 because it is visible, located in the body but links to the homepage, and matches the favicon domain, indicating it is the main brand logo.",
"confidence": 0.85,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 4,
"text": "Sign up for free",
"reasoning": "Button #3 ('Sign up for free') has a vibrant and inviting call-to-action text, with a light background color (#FFFFFF) that stands out against the dark theme, making it the primary CTA."
},
"secondary": {
"index": 12,
"text": "Sign in",
"reasoning": "Button #5 ('Sign in') has a transparent background, which contrasts with the primary button's light background, making it suitable as a secondary CTA."
},
"confidence": 0.9
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy individuals interested in AI and video creation"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the body but links to the homepage, and matches the favicon domain, indicating it is the main brand logo.",
"confidence": 0.85
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}