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

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: businesses and developers

Archbee Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

Working with these fonts

Not found on Google Fonts? Follow these steps if you have permission to use the fonts:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
  3. Hard-reload the page and click around — some weights only load on specific routes.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. 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"
  }
}