CircuitLab Brand: Colors, Fonts, Logo & Visual Identity

CircuitLab Brand Identity

A complete profile of CircuitLab's visual system — colors, typography, components, and personality — extracted from https://www.circuitlab.com/. Built for designers, agents, and AI tools.

Color Palette

Brand palette extracted from https://www.circuitlab.com/.

Color Value RGB
primary #4A5B68 rgb(74, 91, 104)
secondary #5BB75B rgb(91, 183, 91)
accent #5BB75B rgb(91, 183, 91)
background #FFFFFF rgb(255, 255, 255)
textPrimary #0088CC rgb(0, 136, 204)
link #0088CC rgb(0, 136, 204)

Typography

Each font links to its Google Fonts page where available.

Role Font Link
primary Helvetica Neue Google Fonts →
heading Palatino Linotype Google Fonts →

Visual Assets

UI Components

Input

Button Primary

Brand Personality

CircuitLab Brand in the Wild

Source: circuitlab.com

Source: circuitlab.com

Source: circuitlab.com

Source: circuitlab.com

Source: circuitlab.com

Source: circuitlab.com

Frequently Asked Questions

What is CircuitLab's primary brand color? CircuitLab's primary brand color is #4A5B68.

What accent color does CircuitLab use? CircuitLab uses #5BB75B as an accent color.

What font does CircuitLab use? CircuitLab uses Helvetica Neue for body text and Palatino Linotype for headings.

Does CircuitLab use a light or dark theme? CircuitLab's primary site uses a light color scheme.

Where can I find CircuitLab's logo? CircuitLab's logo is available directly on their site.

How was this brand profile generated? This profile was extracted using the Firecrawl branding extraction API.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling:

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Palatino Linotype",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#4A5B68",
    "secondary": "#5BB75B",
    "accent": "#5BB75B",
    "background": "#FFFFFF",
    "textPrimary": "#0088CC",
    "link": "#0088CC"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Helvetica Neue",
      "heading": "Palatino Linotype"
    },
    "fontStacks": {
      "heading": [
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "44px",
      "h2": "24px",
      "body": "13px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#FFFFFF",
      "borderColor": "#111111",
      "borderRadius": "6px",
      "shadow": "rgba(0, 0, 0, 0.1) 0px 1px 2px 0px inset, rgba(255, 255, 255, 0.15) 0px 1px 0px 0px"
    },
    "buttonPrimary": {
      "background": "#5BB75B",
      "textColor": "#FFFFFF",
      "borderColor": "#E6E6E6",
      "borderRadius": "6px",
      "shadow": "rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
    }
  },
  "images": {
    "logo": "https://www.circuitlab.com/assets/images/topbar_logo_60_2x.png",
    "favicon": "https://www.circuitlab.com/assets/images/favicon.png",
    "ogImage": "https://www.circuitlab.com/assets/images/og_logo.png"
  }
}