Home · Branding · Offstream

Offstream Brand Identity

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

Download JSON
Primary
#0C5546
Accent
#0C5546
Body Font
Aspekta
Heading
Aspekta

Color Palette

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

primary
#0C5546
rgb(12, 85, 70)
secondary
#DDF223
rgb(221, 242, 35)
accent
#0C5546
rgb(12, 85, 70)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#102930
rgb(16, 41, 48)
link
#102930
rgb(16, 41, 48)

Typography

Each font links to its Google Fonts page where available.

primary
Aspekta
heading
Aspekta
Aspekta, Arial, 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

Offstream logo
Logo
Offstream favicon
Favicon
Offstream social image
Social Card

UI Components

Live previews rendered using Offstream's actual button styles.

input
background transparent textColor #FFFFFF borderColor null borderRadius 0px shadow none
buttonPrimary
background #0C5546 textColor #FFFFFF borderRadius 50px shadow none
buttonSecondary
background #FFFFFF textColor #0C5546 borderRadius 1200px shadow none

Brand Personality

Tone: professional Energy: medium Audience: businesses focused on carbon compliance and revenue optimization

Offstream Brand in the Wild

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

Frequently Asked Questions

What is Offstream's primary brand color?

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

What font does Offstream use?

Offstream uses Aspekta as the primary typeface across body and headings.

Does Offstream use a light or dark theme?

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

Where can I find Offstream's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Aspekta",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0C5546",
    "secondary": "#DDF223",
    "accent": "#0C5546",
    "background": "#FFFFFF",
    "textPrimary": "#102930",
    "link": "#102930"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Aspekta",
      "heading": "Aspekta"
    },
    "fontStacks": {
      "heading": [
        "Aspekta",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Aspekta",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Aspekta",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "48px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "12px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#0C5546",
      "textColor": "#FFFFFF",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0C5546",
      "borderRadius": "1200px",
      "borderRadiusCorners": {
        "topLeft": "1200px",
        "topRight": "1200px",
        "bottomRight": "1200px",
        "bottomLeft": "1200px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22197%22%20height%3D%2234%22%20viewBox%3D%220%200%20197%2034%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%22M17.8148%201.40775L11.3284%202.33888C10.3973%202.50741%209.65928%202.59744%208.95593%202.639L7.79702%202.75904C7.43688%202.90295%207.3707%203.58783%207.53846%205.42547C7.71853%207.34699%207.79702%207.82794%208.24104%209.77948L9.79626%2015.7549C9.98249%2016.1397%2010.3673%2016.626%2010.4811%2016.626C10.505%2016.626%2010.5235%2016.2112%2010.5235%2015.7072L10.5173%2014.7945L9.87475%2012.843L7.96478%206.05648C7.74238%204.7529%207.67081%203.41391%207.79625%203.17382L7.88013%203.02376L8.77509%203.04146C9.45998%203.05916%2010.1141%203.01761%2011.4777%202.87909L17.1768%202.50664C19.1168%202.51895%2019.4593%202.55435%2020.6905%202.87293C21.4831%203.08302%2021.5793%203.08917%2021.7532%202.94527C21.9695%202.77136%2022.0595%202.56127%2022.0718%202.20652C22.0895%201.69016%2022.0118%201.63014%2021.2069%201.52164C20.552%201.4316%2018.3365%201.35927%2017.8132%201.40775H17.8148ZM23.7479%202.08032C23.2915%202.31425%2021.5801%203.49779%2020.709%204.17652C19.6878%204.97529%2014.9552%209.46166%2014.535%2010.038C14.2949%2010.362%2014.0302%2010.9392%2014.0302%2011.1308C14.0302%2011.2331%2014.1264%2011.2508%2014.1803%2011.1608C14.198%2011.1308%2014.4088%2011.0107%2014.6489%2010.9022C15.3092%2010.5898%2015.6701%2010.272%2016.859%208.93838C18.4566%207.14845%2019.8617%205.64094%2020.6728%204.85448C22.1865%203.38313%2024.1442%201.98951%2024.4982%202.12803C24.5405%202.14034%2024.7621%202.51202%2024.9968%202.95066C25.2546%203.4193%2025.7833%204.23577%2026.3058%204.95682C27.5732%206.71674%2029.0561%208.8368%2029.1946%209.10075C29.4366%209.55032%2029.6808%209.99871%2029.9272%2010.4459C30.6121%2011.6833%2030.7621%2012.0434%2031.0623%2013.1423C31.1761%2013.5563%2031.3208%2013.9411%2031.3808%2014.0011C31.6271%2014.2535%2032.2096%2014.175%2032.5759%2013.8449C32.7622%2013.671%2032.7437%2013.5086%2032.462%2012.8538C31.5555%2010.7337%2030.4382%209.07613%2027.7179%205.81485C25.8979%203.63477%2025.7717%203.4724%2025.2615%202.66208C25.0576%202.33195%2024.8291%202.01337%2024.7567%201.9595C24.5528%201.79174%2024.2342%201.82791%2023.7479%202.08032ZM5.93552%205.30619C5.52151%205.77484%204.5419%207.23387%204.21177%207.87643C3.40684%209.42011%202.74658%2011.0354%201.51533%2014.4344L0.53649%2016.7584C-0.052201%2017.9711%20-0.052201%2017.9958%200.4226%2018.4044C0.692705%2018.6383%202.21869%2019.4071%203.55767%2019.9781C4.99285%2020.5906%2011.3169%2022.5068%2012.2295%2022.6029C12.8298%2022.6691%2013.6708%2022.4767%2013.3346%2022.3567C13.2745%2022.3328%2013.1006%2022.2182%2012.9506%2022.1043C12.3503%2021.648%2011.9717%2021.5279%209.70776%2021.047C5.88781%2020.242%204.57884%2019.9119%203.34143%2019.4617C1.51533%2018.7953%200.464924%2018.2605%200.368733%2017.9542C0.344877%2017.8703%200.47108%2017.6179%200.795053%2017.1016C1.06516%2016.6629%201.47994%2015.858%201.81006%2015.1316C3.43147%2011.5225%203.78622%2010.7953%204.70504%209.2762C5.54614%207.8772%205.6962%207.67866%206.52498%206.8137C7.13137%206.1773%207.18601%206.10496%207.18601%205.89488C7.17985%205.58861%207.08982%205.43855%206.76585%205.22231C6.38185%204.96375%206.22564%204.97606%205.93706%205.30619H5.93552ZM21.0091%2011.4078C20.4689%2011.4978%2020.4689%2011.5279%2021.0091%2011.8764C21.8017%2012.399%2021.9941%2012.459%2024.2219%2012.9338L30.876%2014.6214C32.4497%2015.2101%2033.6086%2015.8226%2033.6086%2016.075C33.6086%2016.135%2033.4163%2016.489%2033.1762%2016.8676C32.9422%2017.2462%2032.5336%2018.0327%2032.2696%2018.6091L29.2069%2024.7946C28.4197%2026.0982%2028.1619%2026.4398%2027.2608%2027.3833C26.7383%2027.9235%2026.6959%2028.0135%2026.8283%2028.386C26.9068%2028.6199%2027.387%2028.9385%2027.6509%2028.9385C27.8133%2028.9385%2027.8849%2028.8846%2028.1134%2028.5899C28.6836%2027.875%2029.5786%2026.476%2029.9272%2025.7549C30.8222%2023.9235%2031.1584%2023.1008%2032.2635%2020.0496L33.4347%2017.2093C33.6933%2016.6868%2033.9088%2016.1881%2033.9088%2016.1043C33.9088%2015.798%2033.4163%2015.4194%2032.3351%2014.8969C30.215%2013.858%2029.5363%2013.6056%2026.2812%2012.6329C22.3358%2011.4501%2021.6809%2011.2993%2021.0083%2011.4078H21.0091ZM16.1387%2014.6445C15.7486%2014.783%2015.5323%2014.9207%2015.5323%2015.0231C15.5323%2015.0654%2015.4%2015.197%2015.2384%2015.3232C14.8544%2015.6056%2014.6497%2015.9596%2014.5296%2016.5421C14.4458%2016.9623%2014.4458%2017.0223%2014.5358%2017.2085C14.5897%2017.3163%2014.632%2017.4725%2014.632%2017.551C14.632%2017.8873%2014.8244%2018.3074%2015.1183%2018.6322C15.4723%2019.0223%2015.7486%2019.2024%2016.0248%2019.2386C16.1333%2019.2509%2016.385%2019.3163%2016.5835%2019.3886C17.0037%2019.5448%2017.3823%2019.521%2017.8871%2019.3224C18.3373%2019.1485%2019.1961%2018.2713%2019.3346%2017.8511C19.497%2017.3647%2019.527%2016.8961%2019.4131%2016.7222C19.3551%2016.6237%2019.322%2016.5124%2019.3169%2016.3982C19.3169%2016.302%2019.2746%2016.1043%2019.2207%2015.948C19.0529%2015.4617%2018.3319%2014.7653%2017.9956%2014.7653C17.9056%2014.7653%2017.7132%2014.7114%2017.5693%2014.6452C17.2207%2014.489%2016.5781%2014.489%2016.1403%2014.6452L16.1387%2014.6445ZM23.43%2018.2597L23.4362%2019.1785L24.0726%2021.1L25.6163%2026.0543C26.0611%2027.6942%2026.3612%2030.3121%2026.1627%2030.8346L26.0965%2030.997L25.2138%2030.9608C24.5174%2030.9308%2024.0364%2030.9547%2022.9198%2031.0693L16.7944%2031.4718C14.7228%2031.4595%2014.6682%2031.4541%2013.2992%2031.1178C12.4581%2030.9077%2012.4165%2030.9016%2012.2665%2030.9978C12.0387%2031.1478%2011.924%2031.3579%2011.894%2031.688C11.8578%2032.0605%2011.9417%2032.289%2012.1464%2032.3606C12.3988%2032.4568%2014.1226%2032.6068%2014.9929%2032.6068C16.6982%2032.6068%2018.3804%2032.4029%2022.3619%2031.6942L25.0584%2031.3456C26.2119%2031.2794%2026.3135%2031.2379%2026.452%2030.7931C26.5844%2030.3606%2026.4643%2028.349%2026.1934%2026.4752C26.0857%2025.7365%2025.4431%2022.9261%2024.8121%2020.4098C24.3381%2018.5298%2024.1396%2018.0073%2023.7371%2017.5687C23.6232%2017.4486%2023.5031%2017.3463%2023.4793%2017.3463C23.4554%2017.3463%2023.4316%2017.7603%2023.4316%2018.2589L23.43%2018.2597ZM1.63538%2019.9773C1.22676%2020.2112%201.19136%2020.3197%201.35912%2020.7822C1.7487%2021.7547%202.21872%2022.6929%202.76428%2023.5872C3.82162%2025.2024%204.62578%2026.2474%207.02826%2029.1124L8.56578%2031.124L9.15447%2031.9828C9.35301%2032.1928%209.707%2032.169%2010.2172%2031.905C10.8782%2031.5688%2013.0822%2030.0012%2013.8809%2029.2986L19.3338%2024.0797C19.6101%2023.7434%2019.8502%2023.2747%2019.8987%2022.9569C19.9348%2022.7345%2019.9287%2022.7284%2019.8202%2022.8184C19.7602%2022.8661%2019.4662%2023.0223%2019.1776%2023.167C18.5351%2023.4794%2018.2826%2023.7134%2016.4989%2025.7134L14.1926%2028.2298C12.2949%2030.2359%209.82088%2032.1097%209.42996%2031.8396C9.3938%2031.8096%209.17756%2031.4433%208.94362%2031.0108C8.70353%2030.5661%208.151%2029.7134%207.6585%2029.0293L4.97976%2025.2155L4.04324%2023.5641C3.36452%2022.3151%203.04054%2021.5164%202.79968%2020.4829C2.69733%2020.0381%202.53573%2019.8642%202.19945%2019.8342C1.98321%2019.8165%201.86932%2019.8465%201.63461%2019.9781L1.63538%2019.9773ZM53.7503%208.03033C59.7927%208.03033%2062.8016%2012.6691%2062.7515%2017.2578C62.7015%2021.7965%2059.9181%2026.3344%2053.7503%2026.3344C47.5826%2026.3344%2044.7237%2021.8965%2044.7237%2017.2832C44.7237%2012.6698%2047.6826%208.0311%2053.7503%208.0311V8.03033ZM53.7503%2011.0392C49.6133%2011.0392%2047.9081%2014.3736%2047.9835%2017.3324C48.0589%2020.2159%2049.6133%2023.3001%2053.7503%2023.3001C57.8873%2023.3001%2059.4418%2020.1912%2059.4926%2017.3078C59.5426%2014.349%2057.8881%2011.0392%2053.7503%2011.0392ZM68.4938%2025.9327H65.184V8.40663H77.7967V11.591H68.493V16.3797H77.2942V19.4386H68.493V25.9327H68.4938ZM83.3881%2025.9327H80.0783V8.40663H92.6902V11.591H83.3881V16.3797H92.1884V19.4386H83.3881V25.9327ZM108.436%2011.2647L105.804%2012.6183C105.202%2011.6156%20103.547%2010.6629%20101.641%2010.6629C99.1842%2010.6629%2098.0061%2011.691%2098.0061%2012.9946C98.0061%2014.5244%2099.8114%2014.95%20101.918%2015.2008C105.578%2015.6518%20108.988%2016.6052%20108.988%2020.7922C108.988%2024.7038%20105.528%2026.3837%20101.617%2026.3837C98.0307%2026.3837%2095.2727%2025.2801%2093.9691%2022.0712L96.7271%2020.6422C97.5043%2022.5729%2099.5352%2023.4256%20101.667%2023.4256C103.748%2023.4256%20105.704%2022.6984%20105.704%2020.793C105.704%2019.1377%20103.973%2018.4613%20101.641%2018.2105C98.0561%2017.7841%2094.7464%2016.8315%2094.7464%2012.8945C94.7464%209.2839%2098.307%207.80486%20101.541%207.77946C104.274%207.77946%20107.107%208.55669%20108.436%2011.2647ZM116.084%2025.9327V11.3901H110.518V8.38124H124.96V11.3901H119.394V25.9327H116.084ZM142.537%2025.7072V25.9327H138.6L133.485%2020.0658H130.301V25.9327H126.991V8.35584L135.341%208.38124C139.478%208.40586%20141.659%2011.1646%20141.659%2014.1981C141.659%2016.6052%20140.556%2019.0377%20137.221%2019.7141L142.537%2025.7072ZM135.341%2011.4655H130.301V17.0823H135.341C137.447%2017.0823%20138.35%2015.6779%20138.35%2014.2743C138.35%2012.8707%20137.421%2011.4663%20135.341%2011.4663V11.4655ZM156.979%2022.6737V25.9335H143.841V8.38124H156.979V11.591H147.125V15.6279H156.628V18.7122H147.125V22.6737H156.979ZM173.478%2025.9335L171.998%2022.6237H162.821L161.317%2025.9335H157.732L165.604%208.38124H169.215L177.088%2025.9327H173.477L173.478%2025.9335ZM170.669%2019.5394L167.41%2012.0673L164.15%2019.5394H170.669ZM193.612%2025.9581V13.2208L187.895%2020.843H187.243L181.652%2013.1954V25.9581H178.342V8.40663H182.153L187.644%2015.9542L193.136%208.40663H196.922V25.9581H193.612Z%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/679671ca28bd788ccf9c3ad7/67cf92571c58f28a67844249_Offstream%20favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/679671ca28bd788ccf9c3ad7/681ab4dc9e3f914397ddfa94_Offstream%20Open%20Graph%20compressed.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, located in the header, and links to the homepage, which are strong indicators of the primary brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get started",
      "reasoning": "Button #0 uses the brand's primary color #0C5546, which is vibrant and aligns with the typical primary CTA style. The text 'Get started' is action-oriented, making it a strong candidate for the primary CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Get started",
      "reasoning": "Button #1 has a different background color (#FFFFFF) and serves as a secondary option with the same text. Its design is less prominent, making it suitable as a secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses focused on carbon compliance and revenue optimization"
  },
  "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": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, located in the header, and links to the homepage, which are strong indicators of the primary brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles