llms.txt
ArchiLabs Brand Identity
A complete profile of ArchiLabs's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #0A101D |
| Accent | #8CC63F |
| Body Font | GeistSans |
| Heading Font | GeistSans |
Color Palette
- primary: #0A101D
- secondary: #070C18
- accent: #8CC63F
- background: #FFFFFF
- textPrimary: #030712
- link: #030712
Typography
- primary: GeistSans — https://fonts.google.com/specimen/GeistSans
- heading: GeistSans — https://fonts.google.com/specimen/GeistSans
Visual Assets
- Logo:
- Favicon:
UI Components
- input: background=#111825, textColor=#FFFFFF, borderColor=#374151, borderRadius=3.2px, shadow=none
- buttonPrimary: background=#8CC63F, textColor=#FFFFFF, borderRadius=9999px, 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
- buttonSecondary: background=#2563EB, textColor=#FFFFFF, borderRadius=3.2px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: architects and designers
Working with these fonts
Not found on Google Fonts? Instructions that you can follow if you have permission to use the fonts:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font".
- Hard-reload the page and click around to load specific weights.
- For each captured font URL, download the file locally.
- Rewrite each `src: url(...`) to point to your local file path.
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": "GeistSans",
"role": "body"
}
],
"colors": {
"primary": "#0A101D",
"secondary": "#070C18",
"accent": "#8CC63F",
"background": "#FFFFFF",
"textPrimary": "#030712",
"link": "#030712"
},
"typography": {
"fontFamilies": {
"primary": "GeistSans",
"heading": "GeistSans"
},
"fontStacks": {
"heading": [
"GeistSans"
],
"body": [
"GeistSans"
],
"paragraph": [
"GeistSans"
]
},
"fontSizes": {
"h1": "72px",
"h2": "16px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "5px"
},
"components": {
"input": {
"background": "#111825",
"textColor": "#FFFFFF",
"borderColor": "#374151",
"borderRadius": "3.2px",
"borderRadiusCorners": {
"topLeft": "3.2px",
"topRight": "3.2px",
"bottomRight": "3.2px",
"bottomLeft": "3.2px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#8CC63F",
"textColor": "#FFFFFF",
"borderRadius": "9999px",
"borderRadiusCorners": {
"topLeft": "9999px",
"topRight": "9999px",
"bottomRight": "9999px",
"bottomLeft": "9999px"
},
"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"
},
"buttonSecondary": {
"background": "#2563EB",
"textColor": "#FFFFFF",
"borderRadius": "3.2px",
"borderRadiusCorners": {
"topLeft": "3.2px",
"topRight": "3.2px",
"bottomRight": "3.2px",
"bottomLeft": "3.2px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://archilabs.ai/archilabs-logo-text.png",
"favicon": "https://archilabs.ai/favicon.ico",
"ogImage": null,
"logoHref": "/",
"logoAlt": "ArchiLabs Logo"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "architects and designers"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
}
}