Home · Branding · Unstructured

Unstructured Brand Identity

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

Download JSON
Primary
#FFA5EC
Accent
#FFA5EC
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://unstructured.io/.

primary
#FFA5EC
rgb(255, 165, 236)
secondary
#5AFDA5
rgb(90, 253, 165)
accent
#FFA5EC
rgb(255, 165, 236)
background
#000000
rgb(0, 0, 0)
textPrimary
#000000
rgb(0, 0, 0)
link
#FEF95D
rgb(254, 249, 93)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto 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

Unstructured logo
Logo
Unstructured favicon
Favicon
Unstructured social image
Social Card

UI Components

Live previews rendered using Unstructured's actual button styles.

input
background #FFFFFF textColor #000000 borderColor null borderRadius 4px shadow none
buttonPrimary
background #FFA5EC textColor #000000 borderColor #000000 borderRadius 4px shadow none
buttonSecondary
background #5AFDA5 textColor #000000 borderColor #000000 borderRadius 4px shadow none

Brand Personality

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

Unstructured Brand in the Wild

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

Frequently Asked Questions

What is Unstructured's primary brand color?

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

What font does Unstructured use?

Unstructured uses Inter as the primary typeface across body and headings.

Does Unstructured use a light or dark theme?

Unstructured's primary site uses a dark color scheme, with a background of #000000.

Where can I find Unstructured's logo?

Unstructured's logo is available directly on their site (https://unstructured.io/). 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://unstructured.io/ 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 Unstructured.

Methodology

Brand data on this page was extracted from https://unstructured.io/ 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 Unstructured.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FFA5EC",
    "secondary": "#5AFDA5",
    "accent": "#FFA5EC",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#FEF95D"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "88px",
      "h2": "88px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": null,
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FFA5EC",
      "textColor": "#000000",
      "borderColor": "#000000",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#5AFDA5",
      "textColor": "#000000",
      "borderColor": "#000000",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20role%3D%22img%22%20aria-label%3D%22Logo%22%20class%3D%22size-full%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M12.7749%2056.3285C12.7749%2056.9347%2012.9438%2057.4066%2013.2132%2057.7434C13.5163%2058.0799%2013.9203%2058.248%2014.4589%2058.248C14.9977%2058.248%2015.4023%2058.0801%2015.6718%2057.7434C15.9412%2057.4066%2016.0758%2056.9347%2016.0758%2056.3285V51.2422H17.9283V56.295C17.9283%2057.1369%2017.7937%2057.8441%2017.5243%2058.383C17.2548%2058.9219%2016.8509%2059.36%2016.3457%2059.6294C15.8405%2059.8989%2015.2001%2060.0335%2014.4253%2060.0335C13.6508%2060.0334%2013.011%2059.8988%2012.5058%2059.6294C12.0005%2059.36%2011.5959%2058.9219%2011.3264%2058.383C11.057%2057.8105%2010.9224%2057.1369%2010.9224%2056.295V51.2422H12.7749V56.3285Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M46.7626%2053.0276H43.1247V54.678H46.0551V56.4291H43.1247V58.1131H46.7626V59.8985H41.2722V51.2757H46.7626V53.0276Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M56.7334%2051.2757C57.6426%2051.2757%2058.4171%2051.4444%2059.0569%2051.7811C59.6969%2052.118%2060.2021%2052.6232%2060.5389%2053.2631C60.9095%2053.9031%2061.0779%2054.6781%2061.0779%2055.5875C61.0779%2056.4968%2060.8757%2057.2712%2060.5389%2057.9111C60.1684%2058.5511%2059.6634%2059.0571%2059.0234%2059.3939C58.3835%2059.7306%2057.6084%2059.8985%2056.699%2059.8985H53.7015V51.2757H56.7334ZM55.554%2053.0611V58.1131H56.5649C57.07%2058.1131%2057.5415%2058.0124%2057.9119%2057.844C58.316%2057.6756%2058.6193%2057.4063%2058.8214%2057.036V57.0695C59.0572%2056.699%2059.1584%2056.2273%2059.1584%2055.621C59.1584%2055.0147%2059.057%2054.5431%2058.8549%2054.1726C58.6191%2053.8021%2058.316%2053.4986%2057.9455%2053.3302C57.575%2053.1618%2057.1035%2053.0611%2056.5984%2053.0611H55.554Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M28.775%2051.2422C29.3813%2051.2422%2029.9539%2051.3769%2030.4255%2051.6127C30.8971%2051.8484%2031.301%2052.2192%2031.5705%2052.6571C31.8736%2053.0949%2032.0089%2053.5998%2032.0089%2054.2397C32.0089%2054.8797%2031.84%2055.4187%2031.5705%2055.8566H31.6049C31.3354%2056.2608%2030.9648%2056.5982%2030.5269%2056.834L32.1095%2059.865H30.0885L28.708%2057.238H27.4615V59.865H25.609V51.2422H28.775ZM27.4615%2055.4861H28.6401C29.1116%2055.4861%2029.4485%2055.3848%2029.718%2055.1827C29.9538%2054.9806%2030.0885%2054.6773%2030.0885%2054.2732C30.0885%2053.8692%2029.9874%2053.5658%2029.718%2053.3637C29.4822%2053.1618%2029.1114%2053.0611%2028.6401%2053.0611H27.4615V55.4861Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M27.5965%2036.7241C27.5965%2037.3304%2027.7645%2037.8022%2028.034%2038.139C28.3372%2038.4758%2028.7416%2038.6436%2029.2805%2038.6436C29.8192%2038.6436%2030.2231%2038.4756%2030.4925%2038.139C30.762%2037.8022%2030.8974%2037.3304%2030.8974%2036.7241V31.6378H32.7499V36.6906C32.7499%2037.5325%2032.6152%2038.2397%2032.3459%2038.7786C32.0764%2039.3175%2031.6717%2039.7556%2031.1665%2040.025C30.6613%2040.2944%2030.0215%2040.429%2029.2469%2040.4291C28.4722%2040.4291%2027.8318%2040.2945%2027.3265%2040.025C26.8213%2039.7556%2026.4175%2039.3175%2026.148%2038.7786C25.8786%2038.206%2025.7432%2037.5326%2025.7431%2036.6906V31.6378H27.5965V36.7241Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M44.3032%2031.4693C45.3138%2031.4693%2046.1561%2031.7053%2046.7961%2032.1432C47.4361%2032.5811%2047.9413%2033.2209%2048.2781%2034.0292L46.5941%2034.6696C46.3247%2034.1982%2045.988%2033.861%2045.6176%2033.6252C45.2471%2033.3894%2044.7748%2033.2882%2044.3032%2033.2882C43.8318%2033.2883%2043.3937%2033.3895%2043.0233%2033.6252V33.5238C42.6528%2033.7596%2042.3502%2034.0634%2042.1482%2034.4676C41.9124%2034.8717%2041.8112%2035.3429%2041.8112%2035.8817C41.8112%2036.4206%2041.946%2036.8924%2042.1482%2037.2966C42.3502%2037.7007%2042.6529%2038.0039%2043.0233%2038.2396C43.3937%2038.4754%2043.7981%2038.5766%2044.3032%2038.5766C44.8085%2038.5766%2045.2471%2038.4754%2045.6176%2038.2396C45.9879%2038.0375%2046.3248%2037.6673%2046.5941%2037.196L48.2781%2037.8356C47.9413%2038.6439%2047.4361%2039.2837%2046.7961%2039.7216C46.1561%2040.1595%2045.2127%2040.3955%2044.3032%2040.3955C43.394%2040.3955%2042.6195%2040.1934%2041.9797%2039.823C41.3397%2039.4525%2040.8338%2038.9133%2040.4633%2038.2396C40.0929%2037.5659%2039.9243%2036.5551%2039.9243%2035.9152C39.9244%2035.2755%2040.0593%2034.6694%2040.2613%2034.1306C40.4634%2033.5917%2040.7666%2033.1199%2041.1708%2032.7157C41.5413%2032.3452%2042.0132%2032.0084%2042.5522%2031.8062C43.0573%2031.5705%2043.2931%2031.4693%2044.3032%2031.4693Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.4932%2031.6378C15.0994%2031.6378%2015.6722%2031.7725%2016.1437%2032.0083C16.6152%2032.2441%2017.0193%2032.6149%2017.2887%2033.0527C17.5918%2033.4905%2017.7262%2033.9955%2017.7263%2034.6353C17.7263%2035.2751%2017.5581%2035.8143%2017.2887%2036.2522H17.3223C17.0528%2036.6564%2016.6822%2036.9938%2016.2443%2037.2296L17.8277%2040.2606H15.8067L14.4253%2037.6336H13.1789V40.2606H11.3264V31.6378H14.4932ZM13.1454%2035.8482H14.3247C14.7962%2035.8481%2015.1333%2035.7468%2015.4027%2035.5447C15.6383%2035.3426%2015.7732%2035.0392%2015.7732%2034.6353C15.7731%2034.2313%2015.6721%2033.9278%2015.4027%2033.7258C15.167%2033.5237%2014.7962%2033.4232%2014.3247%2033.4232H13.1454V35.8482Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M60.9103%2033.4232H58.316V40.2606H56.4635V33.4232H53.9035V31.6378H60.9103V33.4232Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M44.0677%2011.9663C44.8086%2011.9663%2045.415%2012.1008%2045.9202%2012.4039C46.4255%2012.6733%2046.83%2013.0446%2047.1331%2013.5162L45.6846%2014.5262C45.4489%2014.2568%2045.1789%2014.0549%2044.8758%2013.9202C44.5727%2013.7855%2044.3367%2013.7182%2043.9663%2013.7182C43.596%2013.7182%2043.3267%2013.7855%2043.1247%2013.9202C42.9226%2014.0549%2042.8213%2014.2569%2042.8213%2014.4927C42.8213%2014.7285%2042.9226%2014.8968%2043.1247%2015.0652C43.3268%2015.2336%2043.6972%2015.3681%2044.3032%2015.5028C45.0106%2015.6712%2045.5837%2015.8739%2046.0216%2016.1097C46.4594%2016.3791%2046.7626%2016.6487%2046.9646%2017.0191C47.1667%2017.3896%2047.2681%2017.7939%2047.2681%2018.2991C47.268%2018.8042%2047.1669%2019.242%2046.8976%2019.6461C46.6281%2020.0503%2046.2568%2020.3533%2045.7852%2020.5891C45.3137%2020.8248%2044.6064%2020.9261%2044.1012%2020.9261C43.596%2020.9261%2043.1241%2020.8253%2042.6863%2020.6906C42.2485%2020.5558%2041.8445%2020.3197%2041.5077%2020.0166C41.1709%2019.7471%2040.8676%2019.3431%2040.6318%2018.8716L42.0803%2017.9621C42.3497%2018.3663%2042.6192%2018.6695%2042.9897%2018.8716C43.3266%2019.0737%2043.7312%2019.175%2044.1691%2019.175V19.2756C44.573%2019.2756%2044.8422%2019.2083%2045.0442%2019.0401C45.2463%2018.8717%2045.3477%2018.6692%2045.3477%2018.3997C45.3476%2018.2314%2045.3137%2018.0968%2045.2127%2017.9621C45.1117%2017.8611%2044.9772%2017.7262%2044.7416%2017.6252C44.5395%2017.5241%2044.2022%2017.4228%2043.7643%2017.3217C43.0907%2017.1533%2042.5179%2016.9516%2042.1138%2016.6822C41.7097%2016.4128%2041.4071%2016.1094%2041.2387%2015.7727C41.0702%2015.4022%2040.9688%2015.0986%2040.9688%2014.5933C40.9688%2014.0882%2041.1035%2013.6504%2041.3393%2013.2463C41.6087%2012.8421%2041.9457%2012.5391%2042.4172%2012.3033C42.8888%2012.0675%2043.3267%2011.9663%2044.0677%2011.9663Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M13.1118%2017.1197C13.1118%2017.7259%2013.28%2018.1978%2013.5494%2018.5346C13.8525%2018.8714%2014.257%2019.04%2014.7958%2019.0401C15.3348%2019.0401%2015.7393%2018.8715%2016.0087%2018.5346C16.2782%2018.1978%2016.4128%2017.726%2016.4128%2017.1197V12.0334H18.2653V17.0862C18.2653%2017.9283%2018.1307%2018.6361%2017.8612%2019.175C17.5918%2019.7137%2017.1877%2020.1512%2016.6827%2020.4206C16.1774%2020.6901%2015.537%2020.8255%2014.7623%2020.8255C13.9877%2020.8255%2013.348%2020.69%2012.8428%2020.4206C12.3376%2020.1512%2011.9328%2019.7139%2011.6634%2019.175C11.3939%2018.6024%2011.2593%2017.9283%2011.2593%2017.0862V12.0334H13.1118V17.1197Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M31.2%2017.3561V12.0334H33.0533V20.657H31.3685L27.428%2015.3343V20.657H25.609V12.0334H27.293L31.2%2017.3561Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M60.6739%2013.8188H58.0804V20.657H56.1944V13.8188H53.668V12.0334H60.6739V13.8188Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://unstructured.io/favicon.ico?v=20260223",
    "ogImage": "https://cdn.sanity.io/images/d35hevy9/production/f19dac06a6b8d3e66fe818be470470e4cb954635-1200x628.jpg?rect=2,0,1196,628&w=1200&h=630&max-h=3840&max-w=3840&q=85&auto=format",
    "logoHref": "/",
    "logoAlt": "Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is a medium-sized, visible logo located at the top of the page, linking to the homepage. It matches the brand 'Unstructured' as inferred from the page title and URL.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Book A Demo",
      "reasoning": "Button #10 'Book A Demo' uses the vibrant brand color #FFA5EC, making it stand out as a primary call-to-action. The text is action-oriented, encouraging user engagement."
    },
    "secondary": {
      "index": 5,
      "text": "Explore UI",
      "reasoning": "Button #3 'Explore UI' uses a different vibrant color #5AFDA5, making it suitable as a secondary CTA. It complements the primary button without overshadowing it."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "tech-savvy professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "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 a medium-sized, visible logo located at the top of the page, linking to the homepage. It matches the brand 'Unstructured' as inferred from the page title and URL.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles