blockscope.json
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.
- Page: https://characterquilt.com/branding/blockscope
- Machine-readable JSON: https://characterquilt.com/branding/blockscope.json
- Per-page llms.txt: https://characterquilt.com/branding/blockscope/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #344050 |
| Accent | #00D27A |
| Body Font | Segoe UI |
| Heading Font | Segoe UI |
Color Palette
- primary: #344050
- secondary: #D8E2EF
- accent: #00D27A
- background: #EDF2F9
- textPrimary: #0B1727
- link: #0B1727
Typography
- primary: Segoe UI — https://fonts.google.com/specimen/Segoe+UI
- heading: Segoe UI — https://fonts.google.com/specimen/Segoe+UI
Visual Assets
- Logo: https://www.blockscope.co/static/media/blockscope-green.cf8fee766a1b0803cb3d635de9a39889.svg
- Favicon: https://www.blockscope.co/favicon.ico
UI Components
- 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, marketing materials.
- Gala Games Exploit - Blockscope Investigation | Blockscope
- Image:
- Source: Link
- Blog | Blockscope
- Image:
- Source: Link
- Tracer Product | Blockscope
- Image:
- Source: Link
- Blockscope
- Image:
- Source: Link
- Tokenization of Real-World Assets and the Crucial Role of Compliance | Blockscope
- Image:
- Source: Link
- Gala Games Exploit - Blockscope Investigation | Blockscope
- Image:
- Source: Link
Working with these fonts
Not found on Google Fonts? Here are instructions that can help:
CharacterQuilt.com suggests this flow that can help:
- 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 (pricing, blog, careers) — 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 (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.
Machine-Readable Profile
{
"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
}
}
}