Home · Branding · Semantix

Semantix Brand Identity

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

Download JSON
Primary
#8A38FE
Accent
#5705CB
Body Font
Open Sans
Heading
Open Sans

Color Palette

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

primary
#8A38FE
rgb(138, 56, 254)
secondary
#0000EE
rgb(0, 0, 238)
accent
#5705CB
rgb(87, 5, 203)
background
#F2F2F2
rgb(242, 242, 242)
textPrimary
#404040
rgb(64, 64, 64)
link
#5705CB
rgb(87, 5, 203)

Typography

Each font links to its Google Fonts page where available.

primary
Open Sans
heading
Open Sans
Helvetica, 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

Semantix logo
Logo
Semantix favicon
Favicon
Semantix social image
Social Card

UI Components

Live previews rendered using Semantix's actual button styles.

input
background #FFFFFF textColor #555555 borderColor #C8C8C8 borderRadius 3px shadow none
buttonPrimary
background #5705CB textColor #FFFFFF borderRadius 80px shadow rgba(0, 0, 0, 0.36) 0px 8px 16px 0px
buttonSecondary
background #FFFFFF textColor #5705CB borderRadius 4px shadow none

Brand Personality

Tone: modern Energy: high Audience: business professionals

Semantix Brand in the Wild

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

Frequently Asked Questions

What is Semantix's primary brand color?

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

What accent color does Semantix use?

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

What font does Semantix use?

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

Does Semantix use a light or dark theme?

Semantix's primary site uses a light color scheme, with a background of #F2F2F2.

Where can I find Semantix's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Open Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#8A38FE",
    "secondary": "#0000EE",
    "accent": "#5705CB",
    "background": "#F2F2F2",
    "textPrimary": "#404040",
    "link": "#5705CB"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sans",
      "heading": "Open Sans"
    },
    "fontStacks": {
      "heading": [
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Open Sans",
        "sans-serif"
      ],
      "paragraph": [
        "Open Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "44px",
      "body": "12.16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#555555",
      "borderColor": "#C8C8C8",
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#5705CB",
      "textColor": "#FFFFFF",
      "borderRadius": "80px",
      "borderRadiusCorners": {
        "topLeft": "80px",
        "topRight": "80px",
        "bottomRight": "80px",
        "bottomLeft": "80px"
      },
      "shadow": "rgba(0, 0, 0, 0.36) 0px 8px 16px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#5705CB",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20137%2021%22%20overflow%3D%22visible%22%20data-fc-idx%3D%220%22%3E%0A%09%3Cpath%20d%3D%22M%201.855%2011.021%20L%207.863%2011.816%20L%2012.876%2018.964%20Z%20M%208.699%2011.641%20L%2012.75%2010.096%20L%2013.952%2019.116%20Z%20M%200.905%2010.108%20L%202.885%204.715%20L%207.257%2010.95%20Z%20M%2013.459%209.687%20L%2017.488%204.691%20L%2014.604%2018.368%20Z%20M%2012.338%201.205%20L%2017.568%203.381%20L%2013.322%208.646%20Z%20M%203.389%204.083%20L%2011.548%201.065%20L%2012.647%209.313%20L%208.229%2010.986%20Z%20M%2011.834%200.012%20C%2011.8%200.012%2011.777%200.012%2011.743%200.023%20C%2011.731%200.023%2011.72%200.035%2011.708%200.035%20L%202.656%203.521%20L%202.587%203.557%20C%202.565%203.568%202.553%203.58%202.53%203.603%20C%202.496%203.638%202.462%203.685%202.439%203.732%20C%202.439%203.744%202.427%203.744%202.427%203.755%20L%200.024%2010.284%20C%200.001%2010.365%20-0.01%2010.447%200.012%2010.518%20C%200.012%2010.529%200.024%2010.553%200.024%2010.564%20C%200.047%2010.635%200.093%2010.693%200.161%2010.74%20L%2014.272%2020.906%20C%2014.295%2020.93%2014.318%2020.942%2014.341%2020.953%20C%2014.386%2020.977%2014.432%2021%2014.478%2021%20L%2014.581%2021%20C%2014.627%2020.988%2014.673%2020.977%2014.707%2020.953%20C%2014.753%2020.93%2014.787%2020.906%2014.81%2020.871%20C%2014.844%2020.836%2014.867%2020.789%2014.89%2020.743%20C%2014.89%2020.731%2014.901%2020.708%2014.901%2020.696%20L%2018.564%203.287%20L%2018.564%203.276%20C%2018.575%203.194%2018.575%203.124%2018.541%203.053%20C%2018.529%203.03%2018.529%203.018%2018.518%203.007%20C%2018.483%202.948%2018.426%202.89%2018.358%202.855%20C%2018.358%202.855%2018.346%202.855%2018.346%202.843%20L%2011.995%200.035%20C%2011.983%200.035%2011.983%200.023%2011.972%200.023%20C%2011.926%200.012%2011.892%200%2011.846%200%20C%2011.846%200.012%2011.834%200.012%2011.834%200.012%20M%2024.675%2015.572%20C%2025.739%2015.77%2027.536%2016.016%2028.749%2016.016%20C%2030.935%2016.016%2031.873%2015.244%2031.873%2013.934%20C%2031.873%2012.717%2031.072%2012.401%2028.623%2011.477%20C%2026.472%2010.658%2024.412%209.769%2024.412%206.949%20C%2024.412%204.153%2026.449%202.293%2030.351%202.293%20C%2031.61%202.293%2033.018%202.492%2034.345%202.761%20L%2033.956%205.464%20C%2032.983%205.288%2031.393%205.019%2030.202%205.019%20C%2028.818%205.019%2027.536%205.393%2027.536%206.704%20C%2027.536%208.119%2028.944%208.412%2030.923%209.16%20C%2032.915%209.909%2034.975%2010.974%2034.975%2013.887%20C%2034.975%2016.812%2032.892%2018.742%2028.703%2018.742%20C%2027.318%2018.742%2025.625%2018.52%2024.274%2018.297%20Z%20M%2041.177%206.797%20C%2044.061%206.797%2045.686%208.611%2045.686%2011.875%20C%2045.686%2012.448%2045.641%2013.267%2045.515%2013.828%20L%2039.243%2013.828%20C%2039.415%2015.443%2040.193%2016.157%2041.67%2016.157%20C%2042.711%2016.157%2043.901%2015.806%2044.748%2015.513%20L%2045.549%2017.888%20C%2044.382%2018.379%2043.031%2018.73%2041.578%2018.73%20C%2038.156%2018.73%2036.325%2016.8%2036.325%2012.811%20C%2036.302%208.962%2038.019%206.797%2041.177%206.797%20M%2042.848%2011.559%20C%2042.802%2010.12%2042.265%209.383%2041.109%209.383%20C%2039.873%209.383%2039.369%2010.225%2039.243%2011.559%20Z%20M%2047.987%207.043%20L%2050.012%207.043%20L%2050.253%207.862%20C%2050.905%207.394%2051.924%206.797%2053.4%206.797%20C%2054.659%206.797%2055.586%207.242%2056.181%208.014%20C%2057.176%207.324%2058.195%206.797%2059.626%206.797%20C%2062.097%206.797%2063.288%208.505%2063.288%2010.857%20L%2063.288%2018.485%20L%2060.427%2018.485%20L%2060.427%2011.208%20C%2060.427%2010.073%2059.946%209.371%2058.882%209.371%20C%2058.275%209.371%2057.623%209.57%2056.993%209.944%20C%2057.039%2010.237%2057.062%2010.541%2057.062%2010.857%20L%2057.062%2018.485%20L%2054.201%2018.485%20L%2054.201%2011.208%20C%2054.201%2010.073%2053.72%209.371%2052.656%209.371%20C%2052.027%209.371%2051.328%209.617%2050.836%209.886%20L%2050.836%2018.485%20L%2047.975%2018.485%20L%2047.975%207.043%20Z%20M%2069.696%2011.477%20C%2070.303%2011.477%2070.784%2011.524%2071.367%2011.606%20L%2071.367%2011.208%20C%2071.367%209.921%2070.864%209.371%2069.353%209.371%20C%2068.46%209.371%2067.144%209.57%2066.275%209.769%20L%2065.817%207.289%20C%2066.858%207.066%2068.22%206.797%2069.593%206.797%20C%2072.569%206.797%2074.217%208.108%2074.217%2010.857%20L%2074.217%2018.485%20L%2072.18%2018.485%20L%2071.894%2017.619%20C%2071.264%2018.134%2070.2%2018.73%2068.792%2018.73%20C%2066.709%2018.73%2064.959%2017.467%2064.959%2015.115%20C%2064.97%2012.799%2066.641%2011.477%2069.696%2011.477%20M%2069.399%2016.391%20C%2070.177%2016.391%2070.921%2016.04%2071.356%2015.724%20L%2071.356%2013.665%20C%2070.852%2013.618%2070.166%2013.571%2069.777%2013.571%20C%2068.563%2013.571%2067.865%2014.039%2067.865%2015.01%20C%2067.877%2015.887%2068.483%2016.391%2069.399%2016.391%20M%2076.643%207.043%20L%2078.68%207.043%20L%2078.921%207.885%20C%2079.893%207.195%2081.072%206.797%2082.308%206.797%20C%2084.952%206.797%2086.039%208.529%2086.039%2010.763%20L%2086.039%2018.496%20L%2083.178%2018.496%20L%2083.178%2011.138%20C%2083.178%2010.026%2082.743%209.383%2081.553%209.383%20C%2080.797%209.383%2080.031%209.652%2079.493%209.933%20L%2079.493%2018.508%20L%2076.632%2018.508%20L%2076.632%207.043%20Z%20M%2088.877%209.476%20L%2087.183%209.476%20L%2087.183%207.3%20L%2089.003%207.207%20L%2089.197%203.884%20L%2091.738%203.884%20L%2091.738%207.055%20L%2094.53%207.055%20L%2094.53%209.476%20L%2091.749%209.476%20L%2091.749%2015.104%20C%2091.749%2015.923%2092.013%2016.168%2092.642%2016.168%20C%2093.146%2016.168%2093.787%2016.016%2094.267%2015.841%20L%2094.874%2018.169%20C%2094.141%2018.461%2093.18%2018.719%2092.161%2018.719%20C%2090.227%2018.719%2088.888%2017.677%2088.888%2015.279%20L%2088.888%209.476%20Z%20M%2096.899%202.539%20L%2099.76%202.539%20L%2099.76%205.311%20L%2096.899%205.311%20Z%20M%2096.899%207.043%20L%2099.76%207.043%20L%2099.76%2018.485%20L%2096.899%2018.485%20Z%20M%20105.311%2012.647%20C%20104.224%2011.067%20102.965%209.032%20101.82%207.055%20L%20104.853%207.055%20C%20105.505%208.295%20106.284%209.511%20107.039%2010.599%20L%20107.131%2010.599%20C%20107.886%209.511%20108.63%208.295%20109.316%207.055%20L%20112.246%207.055%20C%20111.079%209.032%20109.82%2011.067%20108.756%2012.647%20C%20109.843%2014.238%20111.273%2016.566%20112.395%2018.496%20L%20109.339%2018.496%20C%20108.687%2017.303%20107.817%2015.899%20107.062%2014.706%20L%20106.97%2014.706%20C%20106.192%2015.899%20105.345%2017.303%20104.67%2018.496%20L%20101.695%2018.496%20C%20102.793%2016.566%20104.224%2014.261%20105.311%2012.647%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(138%2C%2056%2C%20254)%20!important%3B%22%2F%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://www.semantix.ai/wp-content/themes/semantix/assets/favicon/favicon.ico",
    "ogImage": "https://www.semantix.ai/wp-content/themes/semantix/assets/images/og-image.jpg",
    "logoHref": "https://www.semantix.ai"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Semantix.ai'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Fale com nossos especialistas",
      "reasoning": "Button #0 has a vibrant brand color (#5705CB) and action-oriented text ('Fale com nossos especialistas'), making it the primary CTA."
    },
    "secondary": {
      "index": 3,
      "text": "Entendi",
      "reasoning": "Button #3 has a different background color (#FFFFFF) and serves as a secondary action with less prominence."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "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, links to the homepage, and matches the brand name 'Semantix.ai'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles