llms.txt
Compyle Brand Identity
A complete profile of Compyle's visual system — colors, typography, components, and personality — extracted from https://compyle.ai. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #394840 |
| Accent | #F5F3EC |
| Body Font | Inter |
| Heading Font | Georgia |
Color Palette
- primary: #394840
- secondary: #A8B8C2
- accent: #F5F3EC
- background: #EFEDE6
- textPrimary: #0B1F16
- link: #0B1F16
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Georgia — https://fonts.google.com/specimen/Georgia
Visual Assets
- Logo: data:image/svg+xml;utf8,%3Csvg%20width%3D%2229%22%20height%3D%2228%22%20viewBox%3D%220%200%20843%20821%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%20%3Cpath%20d%3D%22M109.963%20410.556L110.11%20410.791L337.946%20775.755L565.782%20410.791L565.93%20410.556H675.085L674.607%20411.32L419.39%20820.146L419.243%20820.382H256.649L256.503%20820.146L1.285%20411.32L0.808%20410.556H109.963ZM841.804%20410.789L586.586%20819.615L586.439%20819.851H477.283L477.761%20819.086L732.979%20410.26L733.126%20410.024H842.281L841.804%20410.789ZM419.391%200.888L674.608%20409.714L675.086%20410.479H565.93L565.783%20410.243L337.946%2045.277L110.109%20410.243L109.963%20410.479H0.807L1.284%20409.714L256.502%200.888L256.649%200.652H419.243L419.391%200.888ZM586.587%200.356L841.805%20409.183L842.282%20409.947H733.126L732.979%20409.712L477.762%200.886L477.284%200.121H586.439L586.587%200.356Z%22%20fill%3D%22%23FFFFFF%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%20%3C%2Fsvg%3E
- Favicon: https://www.compyle.ai/favicon.svg
UI Components
- buttonPrimary: background=#F5F3EC, textColor=#191919, borderColor=#F5F3EC, borderRadius=33554400px, shadow=none
- buttonSecondary: background=#191919, textColor=#A8B8C2, borderRadius=33554400px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: environmental professionals
Compyle Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- CompyleAI Docs
- Compyle — The AI platform for Environmental Due Diligence
- Compyle — The AI platform for Environmental Due Diligence
- CompyleAI Docs
- CompyleAI Docs
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": "Inter",
"role": "body"
},
{
"family": "Georgia",
"role": "heading"
},
{
"family": "Instrument Serif",
"role": "unknown"
},
{
"family": "Fraunces",
"role": "unknown"
}
],
"colors": {
"primary": "#394840",
"secondary": "#A8B8C2",
"accent": "#F5F3EC",
"background": "#EFEDE6",
"textPrimary": "#0B1F16",
"link": "#0B1F16"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Georgia"
},
"fontStacks": {
"heading": [
"Instrument Serif",
"Georgia",
"serif"
],
"body": [
"Inter",
"ui-sans-serif",
"system-ui",
"sans-serif"
],
"paragraph": [
"Inter",
"ui-sans-serif",
"system-ui",
"sans-serif"
]
},
"fontSizes": {
"h1": "92px",
"h2": "22px",
"body": "17px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#F5F3EC",
"textColor": "#191919",
"borderColor": "#F5F3EC",
"borderRadius": "33554400px",
"borderRadiusCorners": {
"topLeft": "33554400px",
"topRight": "33554400px",
"bottomRight": "33554400px",
"bottomLeft": "33554400px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#191919",
"textColor": "#A8B8C2",
"borderRadius": "33554400px",
"borderRadiusCorners": {
"topLeft": "33554400px",
"topRight": "33554400px",
"bottomRight": "33554400px",
"bottomLeft": "33554400px"
},
"shadow": "none"
}
},
"images": {
"logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2229%22%20height%3D%2228%22%20viewBox%3D%220%200%20843%20821%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%20%3Cpath%20d%3D%22M109.963%20410.556L110.11%20410.791L337.946%20775.755L565.782%20410.791L565.93%20410.556H675.085L674.607%20411.32L419.39%20820.146L419.243%20820.382H256.649L256.503%20820.146L1.285%20411.32L0.808%20410.556H109.963ZM841.804%20410.789L586.586%20819.615L586.439%20819.851H477.283L477.761%20819.086L732.979%20410.26L733.126%20410.024H842.281L841.804%20410.789ZM419.391%200.888L674.608%20409.714L675.086%20410.479H565.93L565.783%20410.243L337.946%2045.277L110.109%20410.243L109.963%20410.479H0.807L1.284%20409.714L256.502%200.888L256.649%200.652H419.243L419.391%200.888ZM586.587%200.356L841.805%20409.183L842.282%20409.947H733.126L732.979%20409.712L477.762%200.886L477.284%200.121H586.439L586.587%200.356Z%22%20fill%3D%22%23FFFFFF%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%20%3C%2Fsvg%3E",
"favicon": "https://www.compyle.ai/favicon.svg",
"ogImage": null,
"logoHref": "/"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, matching the brand 'Compyle'.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Request a demo →",
"reasoning": "Button #1, 'Request a demo →', is the primary CTA due to its action-oriented text and distinct background color (#F5F3EC), which stands out as a call-to-action."
},
"secondary": {
"index": 0,
"text": "hello@compyle.ai",
"reasoning": "Button #0, 'hello@compyle.ai', serves as a secondary action with a different color group (#191919), suitable for contact purposes."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "environmental 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 links to the homepage, matching the brand 'Compyle'.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}