Home · Branding · Blockscope

Blockscope Brand Identity

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

Download JSON
Primary
#344050
Accent
#00D27A
Body Font
Segoe UI
Heading
Segoe UI

Color Palette

Brand palette extracted from https://www.blockscope.co/.

primary
#344050
rgb(52, 64, 80)
secondary
#D8E2EF
rgb(216, 226, 239)
accent
#00D27A
rgb(0, 210, 122)
background
#EDF2F9
rgb(237, 242, 249)
textPrimary
#0B1727
rgb(11, 23, 39)
link
#0B1727
rgb(11, 23, 39)

Typography

Each font links to its Google Fonts page where available.

primary
Segoe UI
heading
Segoe UI
Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

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 (pricing, blog, careers) — 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 (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

Blockscope logo
Logo
Blockscope favicon
Favicon

UI Components

Live previews rendered using Blockscope's actual button styles.

input
background #FFFFFF textColor #344050 borderColor #D8E2EF borderRadius 4px shadow rgba(0, 0, 0, 0.075) 0px 1px 2px 0px inset
buttonPrimary
background #00D27A textColor #0B1727 borderColor #00D27A borderRadius 800px shadow rgba(255, 255, 255, 0.15) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.075) 0px 1px 1px 0px
buttonSecondary
background #2C7BE5 textColor #FFFFFF borderColor #2C7BE5 borderRadius 4px shadow rgba(255, 255, 255, 0.15) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.075) 0px 1px 1px 0px

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy professionals

Blockscope Brand in the Wild

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

Frequently Asked Questions

What is Blockscope's primary brand color?

Blockscope's primary brand color is #344050. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Blockscope use?

Blockscope uses #00D27A as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Blockscope use?

Blockscope uses Segoe UI as the primary typeface across body and headings.

Does Blockscope use a light or dark theme?

Blockscope's primary site uses a light color scheme, with a background of #EDF2F9.

Where can I find Blockscope's logo?

Blockscope's logo is available directly on their site (https://www.blockscope.co/). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://www.blockscope.co/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Blockscope.

Methodology

Brand data on this page was extracted from https://www.blockscope.co/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Blockscope.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Segoe UI",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#344050",
    "secondary": "#D8E2EF",
    "accent": "#00D27A",
    "background": "#EDF2F9",
    "textPrimary": "#0B1727",
    "link": "#0B1727"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Segoe UI",
      "heading": "Segoe UI"
    },
    "fontStacks": {
      "heading": [
        "Poppins",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "sans-serif",
        "Apple Color Emoji"
      ],
      "body": [
        "Open Sans",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "sans-serif",
        "Apple Color Emoji"
      ],
      "paragraph": [
        "Poppins",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "sans-serif",
        "Apple Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "39.8131px",
      "h2": "39.8131px",
      "body": "19.2px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#344050",
      "borderColor": "#D8E2EF",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "rgba(0, 0, 0, 0.075) 0px 1px 2px 0px inset"
    },
    "buttonPrimary": {
      "background": "#00D27A",
      "textColor": "#0B1727",
      "borderColor": "#00D27A",
      "borderRadius": "800px",
      "borderRadiusCorners": {
        "topLeft": "800px",
        "topRight": "800px",
        "bottomRight": "800px",
        "bottomLeft": "800px"
      },
      "shadow": "rgba(255, 255, 255, 0.15) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.075) 0px 1px 1px 0px"
    },
    "buttonSecondary": {
      "background": "#2C7BE5",
      "textColor": "#FFFFFF",
      "borderColor": "#2C7BE5",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "rgba(255, 255, 255, 0.15) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.075) 0px 1px 1px 0px"
    }
  },
  "images": {
    "logo": "https://www.blockscope.co/static/media/blockscope-green.cf8fee766a1b0803cb3d635de9a39889.svg",
    "favicon": "https://www.blockscope.co/favicon.ico",
    "ogImage": null,
    "logoHref": "/",
    "logoAlt": "Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of the main brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Schedule Demo",
      "reasoning": "The 'Schedule Demo' button uses a vibrant green color (#00D27A), which is typically associated with primary actions. The text is action-oriented, encouraging users to engage with the product."
    },
    "secondary": {
      "index": 1,
      "text": "Subscribe",
      "reasoning": "The 'Subscribe' button uses a different vibrant color (#2C7BE5) and serves as a secondary action, complementing the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "designSystem": {
    "framework": "bootstrap",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of the main brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles