llms.txt
Archon Brand Identity
A complete profile of Archon's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #4B5563 |
| Accent | #111827 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #4B5563
- secondary: #9CA3AF
- accent: #111827
- background: #4D4D4D
- textPrimary: #4D4D4D
- link: #111827
Typography
- primary: Inter — Inter Font
- heading: Inter — Inter Font
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- input: background=#1A1A1A, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=6px, shadow=none
- buttonPrimary: background=#FFFFFF, textColor=#000000, borderRadius=6px, shadow=none
- buttonSecondary: background=#111827, textColor=#F3F4F6, borderColor=#545558, borderRadius=8px, 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
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals seeking compliance solutions
Archon Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Archon - FedRAMP Compliance Automation
- Image:
- Source: Archon
- Archon - FedRAMP Compliance Automation
- Image:
- Source: Archon
- Archon - FedRAMP Compliance Automation
- Image:
- Source: Archon
- Quickstart | Archon Docs
- Image:
- Source: Quickstart
- Archon - FedRAMP Compliance Automation
- Image:
- Source: Archon
- Quickstart | Archon Docs
- Image:
- Source: Quickstart
Working with these fonts
Not found on Google Fonts? Here are some steps to manage font usage:
- 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 all font weights.
- For each captured font URL: right-click → Save As to download.
- View the page's CSS and copy out matching @font-face declarations.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{"family": "Inter", "role": "body"}
],
"colors": {
"primary": "#4B5563",
"secondary": "#9CA3AF",
"accent": "#111827",
"background": "#4D4D4D",
"textPrimary": "#4D4D4D",
"link": "#111827"
},
"typography": {
"fontFamilies": {"primary": "Inter", "heading": "Inter"},
"fontStacks": {
"heading": ["Inter","sans-serif"],
"body": ["Inter","sans-serif"],
"paragraph": ["ui-sans-serif","system-ui","sans-serif","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"]
},
"fontSizes": {"h1": "72px", "h2": "42px", "body": "30px"}
},
"spacing": {"baseUnit": 4, "borderRadius": "6px"},
"components": {
"input": {
"background": "#1A1A1A",
"textColor": "#FFFFFF",
"borderColor": "#FFFFFF",
"borderRadius": "6px",
"borderRadiusCorners": {"topLeft": "6px", "topRight": "6px", "bottomRight": "6px", "bottomLeft": "6px"},
"shadow": "none"
},
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#000000",
"borderRadius": "6px",
"borderRadiusCorners": {"topLeft": "6px", "topRight": "6px", "bottomRight": "6px", "bottomLeft": "6px"},
"shadow": "none"
},
"buttonSecondary": {
"background": "#111827",
"textColor": "#F3F4F6",
"borderColor": "#545558",
"borderRadius": "8px",
"borderRadiusCorners": {"topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px"},
"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"
}
},
"images": {
"logo": "https://archon.inc/assets/archon-white-dfcb884f.png",
"favicon": "https://archon.inc/icon.png",
"ogImage": "https://archon.inc/archon-og.png",
"logoHref": "/",
"logoAlt": "Archon Logo"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "business professionals seeking compliance solutions"
},
"designSystem": {
"framework": "tailwind"
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
}
}