archbee.json
Archbee Brand Identity
A complete profile of Archbee's visual system — colors, typography, components, and personality — extracted from https://www.archbee.com. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #4A5565 |
| Accent | #F9FAFB |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #4A5565
- secondary: #344054
- accent: #F9FAFB
- background: #FFFFFF
- textPrimary: #171717
- link: #1E2939
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
- Logo:
- Favicon: https://www.archbee.com/icons/favicon/favicon.ico
- Social card (og:image): https://www.archbee.com/archbee-thumbnail.png
UI Components
- buttonPrimary: background=#FFFFFF, textColor=#344054, borderColor=#E5E7EB, borderRadius=8px, shadow=none
- buttonSecondary: background=#F9FAFB, textColor=#4A5565, borderRadius=33554400px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: businesses and developers
Archbee Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- How to Optimize Your Public Knowledge Base for Search Engines
- Best Technical Writing Blogs to Read
- Image:
- Source: https://www.archbee.com/blog/technical-writing-blogs
- Knowledge Base Portals Transform Self-Service Banking Support
- Optimize Documentation Management Workflows to Cut Your Time-to-Market
- Best Technical Writing Blogs to Read
- Image:
- Source: https://www.archbee.com/blog/technical-writing-blogs
Working with these fonts
Not found on Google Fonts? Follow these steps 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" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around — 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 and copy out the matching @font-face declarations.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Inter",
"role": "body"
}
],
"colors": {
"primary": "#4A5565",
"secondary": "#344054",
"accent": "#F9FAFB",
"background": "#FFFFFF",
"textPrimary": "#171717",
"link": "#1E2939"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter",
"system-ui",
"-apple-system",
"sans-serif"
],
"body": [
"Inter",
"system-ui",
"-apple-system",
"sans-serif"
],
"paragraph": [
"Inter",
"system-ui",
"-apple-system",
"sans-serif"
]
},
"fontSizes": {
"h1": "48px",
"h2": "30px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "8px"
},
"components": {
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#344054",
"borderColor": "#E5E7EB",
"borderRadius": "8px",
"shadow": "none"
},
"buttonSecondary": {
"background": "#F9FAFB",
"textColor": "#4A5565",
"borderRadius": "33554400px",
"shadow": "none"
}
},
"images": {
"logo": "https://www.archbee.com/archbee-logo.svg?dpl=dpl_EF3gGb8fPcArRrF9AvgswLnArHxj",
"favicon": "https://www.archbee.com/icons/favicon/favicon.ico",
"ogImage": "https://www.archbee.com/archbee-thumbnail.png"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "businesses and developers"
}
}