Home · Branding · Lightsource

Lightsource Brand Identity

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

Download JSON
Primary
#0000EE
Accent
#FF4B00
Body Font
Inter
Heading
Wasa Variable

Color Palette

Brand palette extracted from https://lightsource.ai/.

primary
#0000EE
rgb(0, 0, 238)
secondary
#86EFAC
rgb(134, 239, 172)
accent
#FF4B00
rgb(255, 75, 0)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#FF4B00
rgb(255, 75, 0)
link
#FF4B00
rgb(255, 75, 0)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Wasa Variable
Wasa Variable Google Fonts →
Wasa Variable, 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

Lightsource logo
Logo
Lightsource favicon
Favicon
Lightsource social image
Social Card

UI Components

Live previews rendered using Lightsource's actual button styles.

buttonPrimary
background #FF4B00 textColor #000000 borderRadius 8px shadow rgba(255, 255, 255, 0.15) 0px 0px 0px 1px inset, rgba(255, 255, 255, 0.25) 0px 1px 2px 0px inset, rgba(255, 255, 255, 0.12) 0px -1px 2px 0px inset, rgba(181, 62, 7, 0.12) 0px -3px 8px 0px inset, rgba(184, 66, 11, 0.24) 0px -6px 12px 0px inset, rgba(0, 0, 0, 0.08) 0px 2px 6px 0px

Brand Personality

Tone: modern Energy: high Audience: business professionals in procurement

Lightsource Brand in the Wild

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

Frequently Asked Questions

What is Lightsource's primary brand color?

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

What accent color does Lightsource use?

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

What font does Lightsource use?

Lightsource uses Inter for body text and Wasa Variable for headings. Fonts were detected on https://lightsource.ai/ as part of their live design system.

Does Lightsource use a light or dark theme?

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

Where can I find Lightsource's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Wasa Variable",
      "role": "display"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#86EFAC",
    "accent": "#FF4B00",
    "background": "#FFFFFF",
    "textPrimary": "#FF4B00",
    "link": "#FF4B00"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Wasa Variable"
    },
    "fontStacks": {
      "heading": [
        "Wasa Variable",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "48px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FF4B00",
      "textColor": "#000000",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(255, 255, 255, 0.15) 0px 0px 0px 1px inset, rgba(255, 255, 255, 0.25) 0px 1px 2px 0px inset, rgba(255, 255, 255, 0.12) 0px -1px 2px 0px inset, rgba(181, 62, 7, 0.12) 0px -3px 8px 0px inset, rgba(184, 66, 11, 0.24) 0px -6px 12px 0px inset, rgba(0, 0, 0, 0.08) 0px 2px 6px 0px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22width%3A100%25%3Bheight%3A100%25%3B%22%20preserveAspectRatio%3D%22none%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20data-fc-idx%3D%220%22%3E%3Csvg%20viewBox%3D%220%200%20146.801%2024.014%22%20overflow%3D%22visible%22%20id%3D%22svg-1517708921_8426%22%3E%3Cg%3E%3Cpath%20d%3D%22M%207.463%2010.033%20C%207.415%2010.297%207.487%2010.569%207.659%2010.775%20C%207.832%2010.981%208.087%2011.099%208.355%2011.098%20L%2018.636%2011.098%20C%2019.111%2011.098%2019.338%2011.679%2018.986%2011.996%20L%205.856%2023.864%20C%205.489%2024.196%204.904%2023.875%204.994%2023.388%20L%206.443%2015.548%20C%206.533%2015.058%206.964%2014.701%207.466%2014.701%20L%2010.793%2014.701%20C%2011.23%2014.701%2011.604%2014.392%2011.685%2013.966%20C%2011.734%2013.701%2011.662%2013.428%2011.49%2013.222%20C%2011.317%2013.016%2011.062%2012.897%2010.793%2012.898%20L%200.521%2012.898%20C%200.047%2012.898%20-0.181%2012.317%200.171%2012%20L%2013.294%200.136%20C%2013.661%20-0.196%2014.246%200.124%2014.155%200.611%20L%2012.717%208.447%20C%2012.625%208.939%2012.194%209.296%2011.693%209.295%20L%208.355%209.295%20C%207.917%209.295%207.541%209.606%207.463%2010.033%20L%207.463%2010.033%20Z%22%20fill%3D%22var(--token-b4da1316-6de9-4dc6-9bc0-61ff2a3f5978%2C%20rgb(255%2C%2075%2C%200))%20%2F*%20%7B%26quot%3Bname%26quot%3B%3A%26quot%3Bmain%26quot%3B%7D%20*%2F%22%2F%3E%3Cpath%20d%3D%22M%2049.373%2017.556%20C%2048.797%2018.737%2047.333%2019.516%2045.763%2019.516%20C%2044.753%2019.516%2043.849%2019.26%2043.048%2018.75%20C%2042.25%2018.236%2041.626%2017.511%2041.177%2016.572%20C%2040.723%2015.631%2040.5%2014.547%2040.5%2013.321%20C%2040.5%2012.095%2040.723%2011.011%2041.176%2010.073%20C%2041.626%209.134%2042.25%208.407%2043.048%207.896%20C%2043.847%207.381%2044.753%207.125%2045.763%207.125%20C%2047.332%207.125%2048.9%207.877%2049.476%209.054%20L%2049.476%207.614%20L%2052.446%207.614%20L%2052.446%2018.585%20C%2052.442%2019.853%2052.255%2020.882%2051.876%2021.672%20C%2051.493%2022.474%2050.896%2023.063%2050.083%2023.444%20C%2049.266%2023.823%2048.186%2024.014%2046.834%2024.014%20L%2042.082%2024.014%20L%2042.082%2021.406%20L%2046.439%2021.406%20C%2047.105%2021.406%2047.649%2021.316%2048.07%2021.136%20C%2048.487%2020.959%2048.81%2020.602%2049.037%2020.075%20C%2049.26%2019.548%2049.374%2018.782%2049.374%2017.769%20L%2049.374%2017.556%20Z%20M%2046.927%209.688%20C%2045.902%209.688%2045.094%2010.018%2044.505%2010.678%20C%2043.916%2011.338%2043.619%2012.218%2043.619%2013.321%20C%2043.619%2014.424%2043.916%2015.308%2044.504%2015.965%20C%2045.094%2016.628%2045.902%2016.955%2046.927%2016.955%20C%2047.827%2016.955%2048.526%2016.631%2049.024%2015.977%20C%2049.522%2015.324%2049.768%2014.437%2049.768%2013.321%20C%2049.768%2012.205%2049.522%2011.318%2049.024%2010.665%20C%2048.526%2010.015%2047.827%209.688%2046.927%209.688%20Z%22%20fill%3D%22var(--token-75772dc5-8b8a-4223-81ba-2823e42ca2fc%2C%20rgb(0%2C%200%2C%200))%20%2F*%20%7B%26quot%3Bname%26quot%3B%3A%26quot%3B0%26quot%3B%7D%20*%2F%22%2F%3E%3Cpath%20d%3D%22M%20110.902%2017.442%20C%20110.601%2017.963%20109.689%2018.719%20109.084%2019.079%20C%20108.479%2019.435%20107.742%2019.613%20106.871%2019.613%20C%20105.506%2019.613%20104.477%2019.256%20103.786%2018.541%20C%20103.094%2017.827%20102.75%2016.75%20102.75%2015.303%20L%20102.75%207.5%20L%20105.823%207.5%20L%20105.823%2014.887%20C%20105.823%2015.508%20106.013%2016.022%20106.395%2016.436%20C%20106.775%2016.847%20107.399%2017.051%20108.268%2017.051%20C%20109.138%2017.038%20109.778%2016.825%20110.189%2016.411%20C%20110.6%2015.999%20110.807%2015.491%20110.807%2014.887%20L%20110.807%207.5%20L%20113.879%207.5%20L%20113.879%2019.148%20L%20110.9%2019.148%20L%20110.9%2017.443%20L%20110.902%2017.443%20Z%22%20fill%3D%22var(--token-75772dc5-8b8a-4223-81ba-2823e42ca2fc%2C%20rgb(0%2C%200%2C%200))%20%2F*%20%7B%26quot%3Bname%26quot%3B%3A%26quot%3B0%26quot%3B%7D%20*%2F%22%2F%3E%3Cpath%20d%3D%22M%2095.585%207.125%20C%2096.733%207.125%2097.762%207.381%2098.671%207.896%20C%2099.58%208.407%20100.285%209.134%20100.789%2010.073%20C%20101.294%2011.014%20101.546%2012.095%20101.546%2013.321%20C%20101.546%2014.547%20101.294%2015.631%20100.789%2016.569%20C%20100.285%2017.511%2099.58%2018.236%2098.671%2018.746%20C%2097.761%2019.258%2096.733%2019.516%2095.585%2019.516%20C%2094.437%2019.516%2093.408%2019.26%2092.5%2018.746%20C%2091.591%2018.236%2090.885%2017.508%2090.381%2016.569%20C%2089.876%2015.632%2089.625%2014.547%2089.625%2013.322%20C%2089.625%2012.095%2089.876%2011.011%2090.381%2010.073%20C%2090.886%209.134%2091.591%208.407%2092.5%207.896%20C%2093.409%207.385%2094.437%207.125%2095.585%207.125%20Z%20M%2095.585%209.688%20C%2094.685%209.688%2093.987%2010.015%2093.49%2010.665%20C%2092.991%2011.318%2092.746%2012.203%2092.746%2013.322%20C%2092.746%2014.441%2092.995%2015.324%2093.49%2015.977%20C%2093.988%2016.631%2094.686%2016.955%2095.585%2016.955%20C%2096.484%2016.955%2097.183%2016.628%2097.681%2015.977%20C%2098.179%2015.325%2098.424%2014.441%2098.424%2013.322%20C%2098.424%2012.202%2098.176%2011.318%2097.681%2010.665%20C%2097.182%2010.012%2096.484%209.688%2095.585%209.688%20Z%20M%20140.956%207.137%20C%20142.864%207.137%20144.317%207.744%20145.311%208.965%20C%20146.303%2010.185%20146.801%2011.868%20146.801%2014.01%20L%20137.941%2014.01%20C%20138.028%2014.803%20138.282%2015.46%20138.696%2015.977%20C%20139.222%2016.64%20139.938%2016.967%20140.84%2016.967%20C%20141.661%2016.967%20142.231%2016.838%20142.551%2016.573%20C%20142.867%2016.306%20143.098%2015.935%20143.236%2015.457%20L%20146.614%2015.457%20C%20146.348%2016.789%20145.74%2017.804%20144.787%2018.494%20C%20143.832%2019.186%20142.531%2019.53%20140.885%2019.53%20C%20139.675%2019.53%20138.617%2019.274%20137.719%2018.763%20C%20136.823%2018.257%20136.095%2017.5%20135.622%2016.586%20C%20135.125%2015.645%20134.875%2014.561%20134.875%2013.335%20C%20134.875%2012.109%20135.141%2011.025%20135.669%2010.087%20C%20136.172%209.172%20136.923%208.417%20137.835%207.909%20C%20138.751%207.395%20139.789%207.139%20140.956%207.139%20Z%20M%20140.908%209.7%20C%20139.977%209.7%20139.242%2010.011%20138.709%2010.632%20C%20138.394%2010.994%20138.172%2011.454%20138.045%2012.007%20L%20143.644%2012.007%20C%20143.538%2011.415%20143.35%2010.943%20143.085%2010.586%20C%20142.645%209.995%20141.917%209.7%20140.908%209.7%20Z%22%20fill%3D%22var(--token-75772dc5-8b8a-4223-81ba-2823e42ca2fc%2C%20rgb(0%2C%200%2C%200))%20%2F*%20%7B%26quot%3Bname%26quot%3B%3A%26quot%3B0%26quot%3B%7D%20*%2F%22%2F%3E%3Cpath%20d%3D%22M%20128.46%207.255%20C%20129.498%207.255%20130.427%207.465%20131.242%207.882%20C%20132.046%208.293%20132.729%208.907%20133.221%209.664%20C%20133.726%2010.435%20134.04%2011.337%20134.166%2012.379%20L%20131.045%2012.379%20C%20130.935%2011.571%20130.676%2010.942%20130.265%2010.492%20C%20129.854%2010.042%20129.292%209.817%20128.577%209.817%20C%20127.661%209.817%20126.944%2010.128%20126.422%2010.749%20C%20125.902%2011.37%20125.643%2012.272%20125.643%2013.45%20C%20125.643%2014.553%20125.908%2015.433%20126.435%2016.093%20C%20126.963%2016.753%20127.677%2017.083%20128.577%2017.083%20C%20129.431%2017.083%20130.045%2016.876%20130.418%2016.465%20C%20130.789%2016.054%20131.032%2015.443%20131.138%2014.637%20L%20134.26%2014.637%20C%20134.105%2016.267%20133.526%2017.509%20132.526%2018.364%20C%20131.524%2019.219%20130.223%2019.645%20128.626%2019.645%20L%20128.626%2019.651%20C%20127.367%2019.651%20126.29%2019.395%20125.387%2018.882%20C%20124.499%2018.382%20123.781%2017.627%20123.327%2016.714%20C%20122.855%2015.782%20122.616%2014.695%20122.616%2013.453%20C%20122.616%2012.211%20122.852%2011.124%20123.327%2010.192%20C%20123.775%209.288%20124.479%208.534%20125.351%208.025%20C%20126.229%207.513%20127.268%207.255%20128.46%207.255%20Z%20M%2082.38%202.625%20C%2083.574%202.625%2084.645%202.845%2085.592%203.278%20C%2086.54%203.712%2087.297%204.336%2087.862%205.152%20C%2088.429%205.971%2088.768%206.944%2088.876%208.078%20L%2085.803%208.078%20C%2085.68%207.116%2085.304%206.408%2084.683%205.958%20C%2084.062%205.508%2083.235%205.283%2082.193%205.283%20C%2081.151%205.283%2080.424%205.473%2079.909%205.852%20C%2079.398%206.234%2079.143%206.725%2079.143%207.334%20C%2079.143%207.845%2079.266%208.24%2079.516%208.521%20C%2079.764%208.8%2080.081%209.003%2080.469%209.125%20C%2080.857%209.251%2081.411%209.382%2082.122%209.52%20L%2082.449%209.592%20C%2084.096%209.935%2085.37%2010.293%2086.269%2010.675%20C%2087.167%2011.058%2087.824%2011.556%2088.238%2012.177%20C%2088.649%2012.798%2088.853%2013.639%2088.853%2014.694%20C%2088.853%2016.276%2088.306%2017.495%2087.213%2018.35%20C%2086.116%2019.205%2084.538%2019.63%2082.471%2019.63%20C%2080.403%2019.63%2078.88%2019.165%2077.755%2018.232%20C%2076.629%2017.301%2075.927%2015.874%2075.649%2013.95%20L%2078.886%2013.95%20C%2079.026%2014.959%2079.372%2015.715%2079.922%2016.217%20C%2080.472%2016.725%2081.3%2016.974%2082.403%2016.974%20C%2083.506%2016.974%2084.395%2016.78%2084.929%2016.391%20C%2085.466%2016.006%2085.731%2015.485%2085.731%2014.831%20C%2085.731%2014.35%2085.585%2013.968%2085.291%2013.68%20C%2084.992%2013.392%2084.595%2013.179%2084.091%2013.04%20C%2083.586%2012.898%2082.891%2012.751%2082.008%2012.596%20C%2080.545%2012.348%2079.382%2012.021%2078.511%2011.616%20C%2077.645%2011.215%2077.01%2010.688%2076.616%2010.034%20C%2076.218%209.381%2076.021%208.565%2076.021%207.588%20C%2076.021%205.973%2076.594%204.741%2077.732%203.896%20C%2078.874%203.049%2080.422%202.625%2082.38%202.625%20Z%20M%2026.701%203.056%20L%2026.701%2016.625%20L%2034.991%2016.625%20L%2034.991%2019.397%20L%2023.625%2019.397%20L%2023.625%203.056%20Z%20M%2039.322%2019.397%20L%2036.249%2019.397%20L%2036.249%207.75%20L%2039.322%207.75%20Z%20M%2061.04%207.284%20C%2062.405%207.284%2063.434%207.644%2064.127%208.355%20C%2064.815%209.07%2065.162%2010.151%2065.162%2011.594%20L%2065.162%2019.397%20L%2062.089%2019.397%20L%2062.089%2012.015%20C%2062.089%2011.394%2061.909%2010.877%2061.552%2010.466%20C%2061.196%2010.054%2060.581%209.848%2059.711%209.848%20C%2058.828%209.863%2058.172%2010.08%2057.746%2010.501%20C%2057.33%2010.894%2057.097%2011.443%2057.105%2012.015%20L%2057.105%2019.398%20L%2054.028%2019.398%20L%2054.028%203.056%20L%2057.104%203.056%20L%2057.104%209.191%20C%2058.1%207.844%2059.45%207.346%2061.041%207.284%20Z%20M%2071.654%204.722%20L%2071.654%207.75%20L%2074.986%207.75%20L%2074.986%2010.36%20L%2071.654%2010.36%20L%2071.654%2015.322%20C%2071.654%2015.865%2071.748%2016.247%2071.935%2016.463%20C%2072.119%2016.68%2072.463%2016.79%2072.958%2016.79%20L%2074.986%2016.79%20L%2074.986%2019.398%20L%2072.074%2019.398%20C%2070.861%2019.398%2069.979%2019.081%2069.419%2018.444%20C%2068.86%2017.806%2068.581%2016.968%2068.581%2015.93%20L%2068.581%2010.361%20L%2065.903%2010.361%20L%2065.903%207.75%20L%2068.698%207.75%20L%2068.698%204.722%20Z%20M%20121.532%207.705%20C%20121.687%207.705%20121.936%207.721%20122.279%207.75%20L%20122.279%2010.361%20L%20121.088%2010.361%20C%20120.251%2010.361%20119.62%2010.663%20119.193%2011.267%20C%20118.766%2011.875%20118.553%2012.587%20118.553%2013.412%20L%20118.553%2019.397%20L%20115.477%2019.397%20L%20115.477%207.75%20L%20118.459%207.75%20L%20118.459%209.19%20C%20118.459%209.19%20119.419%207.705%20121.532%207.705%20Z%20M%2039.484%206.002%20L%2036.083%206.002%20L%2036.083%203.056%20L%2039.484%203.056%20L%2039.484%206.003%20Z%22%20fill%3D%22var(--token-75772dc5-8b8a-4223-81ba-2823e42ca2fc%2C%20rgb(0%2C%200%2C%200))%20%2F*%20%7B%26quot%3Bname%26quot%3B%3A%26quot%3B0%26quot%3B%7D%20*%2F%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%3C%2Fsvg%3E",
    "favicon": "https://framerusercontent.com/images/Kybrl661bLJm7mxgHeqddmx8abw.png",
    "ogImage": "https://framerusercontent.com/images/B7RGp7DC3NRl3GJV5T1N1MZhsk.png",
    "logoHref": "./"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, medium-sized, and links to the homepage, aligning with the brand 'LightSource'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "See a demo",
      "reasoning": "Button #0 with text 'See a demo' is the primary CTA due to its action-oriented text and vibrant brand color background (#FF4B00), which aligns with typical primary CTA characteristics."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "All buttons share the same background color (#FF4B00), making it impossible to select a secondary button with a different color."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "business professionals in procurement"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, medium-sized, and links to the homepage, aligning with the brand 'LightSource'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles