Home · Branding · doinstruct

doinstruct Brand Identity

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

Download JSON
Primary
#5DBC92
Accent
#5DBC92
Body Font
Inter
Heading
Manrope

Color Palette

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

primary
#5DBC92
rgb(93, 188, 146)
secondary
#3898EC
rgb(56, 152, 236)
accent
#5DBC92
rgb(93, 188, 146)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#141E12
rgb(20, 30, 18)
link
#18794E
rgb(24, 121, 78)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Manrope
Manrope, 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

doinstruct logo
Logo
doinstruct favicon
Favicon
doinstruct social image
Social Card

UI Components

Live previews rendered using doinstruct's actual button styles.

input
background #FFFFFF textColor #6B716A borderColor #E5E5E5 borderRadius 11.2px shadow rgba(0, 0, 0, 0.06) 0px 4px 34px 0px
buttonPrimary
background #5DBC92 textColor #FFFFFF borderRadius 100000px shadow none
buttonSecondary
background transparent textColor #FFFFFF borderColor #FFFFFF borderRadius 100000px shadow none

Brand Personality

Tone: professional Energy: medium Audience: business professionals

doinstruct Brand in the Wild

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

Frequently Asked Questions

What is doinstruct's primary brand color?

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

What font does doinstruct use?

doinstruct uses Inter for body text and Manrope for headings. Fonts were detected on https://www.doinstruct.com/ as part of their live design system.

Does doinstruct use a light or dark theme?

doinstruct's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find doinstruct's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Manrope",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#5DBC92",
    "secondary": "#3898EC",
    "accent": "#5DBC92",
    "background": "#FFFFFF",
    "textPrimary": "#141E12",
    "link": "#18794E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Manrope"
    },
    "fontStacks": {
      "heading": [
        "Manrope",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "52px",
      "h2": "48px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#6B716A",
      "borderColor": "#E5E5E5",
      "borderRadius": "11.2px",
      "borderRadiusCorners": {
        "topLeft": "11.2px",
        "topRight": "11.2px",
        "bottomRight": "11.2px",
        "bottomLeft": "11.2px"
      },
      "shadow": "rgba(0, 0, 0, 0.06) 0px 4px 34px 0px"
    },
    "buttonPrimary": {
      "background": "#5DBC92",
      "textColor": "#FFFFFF",
      "borderRadius": "100000px",
      "borderRadiusCorners": {
        "topLeft": "100000px",
        "topRight": "100000px",
        "bottomRight": "100000px",
        "bottomLeft": "100000px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "100000px",
      "borderRadiusCorners": {
        "topLeft": "100000px",
        "topRight": "100000px",
        "bottomRight": "100000px",
        "bottomLeft": "100000px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22100%25%22%20style%3D%22%22%20viewBox%3D%220%200%20161%2032%22%20fill%3D%22currentColor%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%0A%3Cpath%20d%3D%22M8.26562%2010.1269H18.4878V0L8.26562%2010.1269Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M9.25974%2031.3015C14.3737%2031.3015%2018.5195%2027.1944%2018.5195%2022.128C18.5195%2017.0617%2014.3737%2012.9546%209.25974%2012.9546C4.14573%2012.9546%200%2017.0617%200%2022.128C0%2027.1944%204.14573%2031.3015%209.25974%2031.3015Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M45.0014%2010.127V29.4273H42.7777L42.4126%2027.8162C41.1183%2029.0328%2039.3592%2029.789%2037.3347%2029.789C32.987%2029.789%2029.8672%2026.5997%2029.8672%2022.3253C29.8672%2018.051%2032.987%2014.8616%2037.3347%2014.8616C39.1601%2014.8616%2040.8196%2015.4863%2042.0476%2016.5056V10.127H45.0014ZM37.567%2026.9942C40.2554%2026.9942%2042.2799%2024.9886%2042.2799%2022.3253C42.2799%2019.6621%2040.2885%2017.6564%2037.567%2017.6564C34.8455%2017.6564%2032.8874%2019.6292%2032.8874%2022.3253C32.8874%2025.0214%2034.8455%2026.9942%2037.567%2026.9942Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M55.026%2029.7892C50.6451%2029.7892%2047.3594%2026.5999%2047.3594%2022.3255C47.3594%2018.0183%2050.6451%2014.8618%2055.026%2014.8618C59.407%2014.8618%2062.6927%2018.0183%2062.6927%2022.3255C62.6927%2026.5999%2059.407%2029.7892%2055.026%2029.7892ZM59.7057%2022.3255C59.7057%2019.5965%2057.7475%2017.6566%2055.026%2017.6566C52.3045%2017.6566%2050.3464%2019.5965%2050.3464%2022.3255C50.3464%2025.0545%2052.3045%2026.9944%2055.026%2026.9944C57.7475%2026.9944%2059.7057%2025.0545%2059.7057%2022.3255Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M65.0469%2015.2231H68.0007V29.4272H65.0469V15.2231Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M78.7858%2014.8945C82.1379%2014.8945%2084.2288%2017.3605%2084.2288%2020.8786V29.4274H81.3082V21.4705C81.3082%2018.9059%2080.1798%2017.5249%2078.0225%2017.5249C75.7656%2017.5249%2074.1726%2019.3333%2074.1726%2021.8321V29.4274H71.2188V15.2233H73.2765L73.8407%2017.1961C74.9359%2015.7823%2076.6949%2014.8945%2078.7858%2014.8945Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M86.3516%2024.923H89.239C89.3054%2026.4355%2090.5998%2027.2246%2092.3256%2027.2246C93.9187%2027.2246%2095.1135%2026.567%2095.1135%2025.3833C95.1135%2024.0352%2093.5868%2023.7393%2091.8278%2023.4434C89.4381%2023.016%2086.6171%2022.457%2086.6171%2019.1691C86.6171%2016.6373%2088.8407%2014.8618%2092.1596%2014.8618C95.4785%2014.8618%2097.669%2016.6702%2097.7022%2019.3992H94.9143C94.8479%2018.0511%2093.8191%2017.3278%2092.0933%2017.3278C90.467%2017.3278%2089.4713%2018.0183%2089.4713%2019.0375C89.4713%2020.287%2090.9316%2020.55%2092.6575%2020.813C95.0803%2021.2076%2098.0341%2021.6679%2098.0341%2025.186C98.0341%2027.9479%2095.7109%2029.7234%2092.226%2029.7234C88.708%2029.7892%2086.4179%2027.8822%2086.3516%2024.923Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M119.149%2015.1577V17.9196H117.589C115.166%2017.9196%20113.938%2019.3006%20113.938%2021.8652V29.4275H110.984V15.2235H112.976L113.474%2017.1634C114.502%2015.8153%20115.896%2015.1577%20117.855%2015.1577H119.149Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M127.208%2029.7888C123.259%2029.7888%20120.703%2027.2571%20120.703%2023.4431V15.2231H123.657V23.0156C123.657%2025.4816%20125.018%2026.9941%20127.241%2026.9941C129.465%2026.9941%20130.793%2025.4816%20130.793%2023.0156V15.2231H133.746V23.4431C133.713%2027.2571%20131.158%2029.7888%20127.208%2029.7888Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M143.368%2029.789C139.087%2029.789%20135.867%2026.5668%20135.867%2022.3253C135.867%2018.0839%20139.087%2014.8945%20143.401%2014.8945C146.952%2014.8945%20149.707%2017.0317%20150.504%2020.3197H147.583C146.82%2018.6757%20145.26%2017.6893%20143.401%2017.6893C140.812%2017.6893%20138.887%2019.695%20138.887%2022.3582C138.887%2025.0215%20140.846%2027.0271%20143.401%2027.0271C145.293%2027.0271%20146.786%2026.0407%20147.583%2024.2981H150.57C149.74%2027.5861%20146.919%2029.789%20143.368%2029.789Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M98.1406%2017.7222L104.513%2011.3765V15.2234H108.794V17.7222H104.546V24.1338C104.546%2025.8435%20105.509%2026.7642%20107.234%2026.7642H108.861V29.4274H106.67C103.517%2029.4274%20101.592%2027.5204%20101.592%2024.3639V17.7222H98.1406Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M150.273%2017.7222L156.646%2011.3765V15.2234H160.927V17.7222H156.679V24.1338C156.679%2025.8435%20157.641%2026.7642%20159.367%2026.7642H160.993V29.4274H158.803C155.65%2029.4274%20153.725%2027.5204%20153.725%2024.3639V17.7222H150.273Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M66.5422%2013.2834C67.532%2013.2834%2068.3344%2012.4885%2068.3344%2011.5079C68.3344%2010.5273%2067.532%209.73242%2066.5422%209.73242C65.5524%209.73242%2064.75%2010.5273%2064.75%2011.5079C64.75%2012.4885%2065.5524%2013.2834%2066.5422%2013.2834Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/66008d4ee9c8c82134b576c5/66389214b1d6847949b9924d_favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/66008d4ee9c8c82134b576c5/6638960e77bfb3c8507611ce_og-img.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 11,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of the main brand logo. It matches the brand inferred from the page title and URL.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "get in touch",
      "reasoning": "Button #0 is selected as the primary CTA because it uses the vibrant brand color #5DBC92, which is consistent with the site's primary color scheme. The text 'get in touch' is action-oriented, making it a strong candidate for the main call-to-action."
    },
    "secondary": {
      "index": 5,
      "text": "Calculate savings",
      "reasoning": "Button #5 is selected as the secondary CTA because it has a transparent background, which differentiates it from the primary button's vibrant color. The text 'Calculate savings' suggests a secondary action, complementing the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business 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, located in the header, and links to the homepage, which are strong indicators of the main brand logo. It matches the brand inferred from the page title and URL.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles