Home · Branding · inBuild

inBuild Brand Identity

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

Download JSON
Primary
#244C62
Accent
#CCE6F1
Body Font
Open Sans
Heading
Open Sans

Color Palette

Brand palette extracted from https://www.inbuild.ai/.

primary
#244C62
rgb(36, 76, 98)
secondary
#CCE6F1
rgb(204, 230, 241)
accent
#CCE6F1
rgb(204, 230, 241)
background
#0D2231
rgb(13, 34, 49)
textPrimary
#0D2231
rgb(13, 34, 49)
link
#0D2231
rgb(13, 34, 49)

Typography

Each font links to its Google Fonts page where available.

primary
Open Sans
heading
Open Sans
PPtelegraf, sans-serif
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

inBuild logo
Logo
inBuild favicon
Favicon
inBuild social image
Social Card

UI Components

Live previews rendered using inBuild's actual button styles.

buttonPrimary
background #CCE6F1 textColor #0D2231 borderRadius 30px shadow rgba(7, 25, 47, 0.4) 0px 0px 20px 7px
buttonSecondary
background #FFFFFF textColor #0D2231 borderRadius 30px shadow rgba(7, 25, 47, 0.4) 0px 0px 20px 7px

Brand Personality

Tone: professional Energy: medium Audience: construction and finance professionals

inBuild Brand in the Wild

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

Frequently Asked Questions

What is inBuild's primary brand color?

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

What accent color does inBuild use?

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

What font does inBuild use?

inBuild uses Open Sans as the primary typeface across body and headings.

Does inBuild use a light or dark theme?

inBuild's primary site uses a dark color scheme, with a background of #0D2231.

Where can I find inBuild's logo?

inBuild's logo is available directly on their site (https://www.inbuild.ai/). 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.inbuild.ai/ 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 inBuild.

Methodology

Brand data on this page was extracted from https://www.inbuild.ai/ 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 inBuild.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Open Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#244C62",
    "secondary": "#CCE6F1",
    "accent": "#CCE6F1",
    "background": "#0D2231",
    "textPrimary": "#0D2231",
    "link": "#0D2231"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sans",
      "heading": "Open Sans"
    },
    "fontStacks": {
      "heading": [
        "PPtelegraf",
        "sans-serif"
      ],
      "body": [
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "Open Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "82px",
      "h2": "48px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#CCE6F1",
      "textColor": "#0D2231",
      "borderRadius": "30px",
      "borderRadiusCorners": {
        "topLeft": "30px",
        "topRight": "30px",
        "bottomRight": "30px",
        "bottomLeft": "30px"
      },
      "shadow": "rgba(7, 25, 47, 0.4) 0px 0px 20px 7px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0D2231",
      "borderRadius": "30px",
      "borderRadiusCorners": {
        "topLeft": "30px",
        "topRight": "30px",
        "bottomRight": "30px",
        "bottomLeft": "30px"
      },
      "shadow": "rgba(7, 25, 47, 0.4) 0px 0px 20px 7px"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/668c66d3ec599e9ae8279e2c/668c7295dbc7665001080859_inbuild-logo.svg",
    "favicon": "https://cdn.prod.website-files.com/668c66d3ec599e9ae8279e2c/687ab40fa9305fdad3e6bcd4_favicon-32x32.png",
    "ogImage": "https://cdn.prod.website-files.com/668c66d3ec599e9ae8279e2c/68f7fae5a4669e6b355cce89_f732018ffc057b0ca6d94b83dd1610e2_homepage_SEO.jpg",
    "logoHref": "/",
    "logoAlt": "inBuild Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, medium-sized, located in the body, and matches the brand name 'inBuild'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "GET STARTED",
      "reasoning": "Button #0 with the text 'GET STARTED' has a vibrant blue background (#CCE6F1) and action-oriented text, making it the primary CTA."
    },
    "secondary": {
      "index": 3,
      "text": "GET STARTED",
      "reasoning": "Button #3 also has 'GET STARTED' text but with a white background (#FFFFFF), making it a suitable secondary CTA due to its less vibrant appearance."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "construction and finance professionals"
  },
  "designSystem": {
    "framework": "custom",
    "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 visible, medium-sized, located in the body, and matches the brand name 'inBuild'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles