Home · Branding · Runlayer

Runlayer Brand Identity

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

Download JSON
Primary
#8B5CF6
Accent
#8B5CF6
Body Font
Geist
Heading
Tiempos

Color Palette

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

primary
#8B5CF6
rgb(139, 92, 246)
accent
#8B5CF6
rgb(139, 92, 246)
background
#FAFAFA
rgb(250, 250, 250)
textPrimary
#292524
rgb(41, 37, 36)
link
#8B5CF6
rgb(139, 92, 246)

Typography

Each font links to its Google Fonts page where available.

primary
Geist
heading
Tiempos
Geist, 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

Runlayer logo
Logo
Runlayer favicon
Favicon
Runlayer social image
Social Card

UI Components

Live previews rendered using Runlayer's actual button styles.

input
background transparent textColor #79716B borderColor null borderRadius 48px shadow none
buttonPrimary
background #0B0B0B textColor #FFFFFF borderRadius 64px shadow rgba(0, 0, 0, 0.03) 0px 0px 0px 0px, rgba(0, 0, 0, 0.03) 0px 1.205px 1.205px 0px, rgba(0, 0, 0, 0.03) 0px 3.616px 3.616px 0px, rgba(0, 0, 0, 0.03) 0px 7.233px 7.233px 0px, rgba(0, 0, 0, 0.03) 0px 14.465px 14.465px 0px, rgba(0, 0, 0, 0.03) 0px 28.931px 28.931px 0px
buttonSecondary
background #FFFFFF textColor #000000 borderRadius 64px shadow rgba(0, 0, 0, 0.02) 0px 0px 0px 1px, rgba(0, 0, 0, 0.02) 0px 1px 1px 0.5px, rgba(0, 0, 0, 0.02) 0px 3px 3px 1.5px, rgba(0, 0, 0, 0.02) 0px 6px 6px -3px, rgba(0, 0, 0, 0.02) 0px 12px 12px -6px, rgba(0, 0, 0, 0.02) 0px 24px 24px -12px

Brand Personality

Tone: modern Energy: medium Audience: enterprise clients

Runlayer Brand in the Wild

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

Frequently Asked Questions

What is Runlayer's primary brand color?

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

What font does Runlayer use?

Runlayer uses Geist for body text and Tiempos for headings. Fonts were detected on https://www.runlayer.com/ as part of their live design system.

Does Runlayer use a light or dark theme?

Runlayer's primary site uses a light color scheme, with a background of #FAFAFA.

Where can I find Runlayer's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Geist",
      "role": "body"
    },
    {
      "family": "Tiempos",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#8B5CF6",
    "accent": "#8B5CF6",
    "background": "#FAFAFA",
    "textPrimary": "#292524",
    "link": "#8B5CF6"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Geist",
      "heading": "Tiempos"
    },
    "fontStacks": {
      "heading": [
        "Geist",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Geist",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Geist",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "48px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#79716B",
      "borderColor": null,
      "borderRadius": "48px",
      "borderRadiusCorners": {
        "topLeft": "48px",
        "topRight": "48px",
        "bottomRight": "48px",
        "bottomLeft": "48px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#0B0B0B",
      "textColor": "#FFFFFF",
      "borderRadius": "64px",
      "borderRadiusCorners": {
        "topLeft": "64px",
        "topRight": "64px",
        "bottomRight": "64px",
        "bottomLeft": "64px"
      },
      "shadow": "rgba(0, 0, 0, 0.03) 0px 0px 0px 0px, rgba(0, 0, 0, 0.03) 0px 1.205px 1.205px 0px, rgba(0, 0, 0, 0.03) 0px 3.616px 3.616px 0px, rgba(0, 0, 0, 0.03) 0px 7.233px 7.233px 0px, rgba(0, 0, 0, 0.03) 0px 14.465px 14.465px 0px, rgba(0, 0, 0, 0.03) 0px 28.931px 28.931px 0px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderRadius": "64px",
      "borderRadiusCorners": {
        "topLeft": "64px",
        "topRight": "64px",
        "bottomRight": "64px",
        "bottomLeft": "64px"
      },
      "shadow": "rgba(0, 0, 0, 0.02) 0px 0px 0px 1px, rgba(0, 0, 0, 0.02) 0px 1px 1px 0.5px, rgba(0, 0, 0, 0.02) 0px 3px 3px 1.5px, rgba(0, 0, 0, 0.02) 0px 6px 6px -3px, rgba(0, 0, 0, 0.02) 0px 12px 12px -6px, rgba(0, 0, 0, 0.02) 0px 24px 24px -12px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20462%20117%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M67.9575%2067.8557C68.3192%2067.8557%2068.613%2068.1495%2068.613%2068.5111V100.433C68.613%20100.795%2068.3192%20101.089%2067.9575%20101.089H61.5756C61.214%20101.089%2060.9202%20100.795%2060.9202%20100.433V68.5111C60.9202%2068.1495%2061.214%2067.8557%2061.5756%2067.8557H67.9575ZM54.9859%2062.4842C55.1596%2062.4842%2055.3267%2062.5532%2055.4495%2062.676L59.9642%2067.1906C60.2189%2067.4463%2060.2192%2067.8592%2059.9642%2068.1147L37.391%2090.6879C37.1355%2090.9429%2036.7226%2090.9425%2036.4669%2090.6879L31.9523%2086.1732C31.8295%2086.0504%2031.7605%2085.8833%2031.7605%2085.7096C31.7606%2085.5361%2031.8296%2085.3687%2031.9523%2085.246L54.5223%2062.676L54.6246%2062.5929C54.7311%2062.5222%2054.8563%2062.4842%2054.9859%2062.4842ZM54.1258%2054.024C54.4875%2054.024%2054.7813%2054.3178%2054.7813%2054.6795V61.0613C54.7813%2061.2347%2054.7119%2061.4022%2054.5894%2061.525C54.4666%2061.6478%2054.2995%2061.7168%2054.1258%2061.7168H22.2036C21.842%2061.7168%2021.5482%2061.423%2021.5482%2061.0613V54.6795C21.5482%2054.5061%2021.6176%2054.3386%2021.74%2054.2158C21.8628%2054.093%2022.0299%2054.024%2022.2036%2054.024H54.1258ZM107.33%2054.024C107.691%2054.024%20107.985%2054.3178%20107.985%2054.6795V61.0613C107.985%2061.2347%20107.916%2061.4022%20107.793%2061.525C107.67%2061.6478%20107.503%2061.7168%20107.33%2061.7168H61.5756C61.214%2061.7168%2060.9202%2061.423%2060.9202%2061.0613V54.6795C60.9202%2054.5058%2060.9892%2054.3386%2061.112%2054.2158C61.2348%2054.093%2061.402%2054.024%2061.5756%2054.024H107.33ZM36.4637%2025.0529C36.7193%2024.7973%2037.1352%2024.7976%2037.391%2025.0529L59.9642%2047.6261C60.0867%2047.7489%2060.156%2047.9163%2060.156%2048.0897C60.1559%2048.2632%2060.0868%2048.4307%2059.9642%2048.5534L55.4495%2053.068C55.1939%2053.3232%2054.7779%2053.3232%2054.5223%2053.068L31.9491%2030.4948C31.6939%2030.2392%2031.6939%2029.8232%2031.9491%2029.5676L36.4637%2025.0529ZM67.9575%2014.652C68.3192%2014.652%2068.613%2014.9458%2068.613%2015.3074V47.2297C68.613%2047.5913%2068.3192%2047.8851%2067.9575%2047.8851H61.5756C61.214%2047.8851%2060.9202%2047.5913%2060.9202%2047.2297V15.3074C60.9202%2015.1338%2060.9892%2014.9666%2061.112%2014.8438C61.2348%2014.7214%2061.4023%2014.652%2061.5756%2014.652H67.9575Z%22%20fill%3D%22%23A48977%22%20style%3D%22fill%3A%20rgb(164%2C%20137%2C%20119)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M79.5251%2067.5563C79.4024%2067.4342%2079.2347%2067.3645%2079.0615%2067.3645H70.0322C69.768%2067.3651%2069.5291%2067.5264%2069.4279%2067.7706C69.3269%2068.0151%2069.3847%2068.2964%2069.5718%2068.4836L92.1418%2091.0568C92.2644%2091.1794%2092.432%2091.2484%2092.6054%2091.2486C92.7789%2091.2486%2092.9463%2091.1794%2093.069%2091.0568L97.5837%2086.5421C97.8394%2086.2864%2097.8394%2085.8706%2097.5837%2085.6149L79.5251%2067.5563Z%22%20fill%3D%22%23A48977%22%20style%3D%22fill%3A%20rgb(164%2C%20137%2C%20119)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M93.0697%2024.3376C92.8461%2024.1148%2092.5017%2024.0874%2092.2479%2024.2544L92.1456%2024.3376L69.5724%2046.9108C69.3855%2047.0977%2069.3279%2047.3794%2069.4285%2047.6238C69.5299%2047.8685%2069.7712%2048.0298%2070.036%2048.0298H79.0653C79.238%2048.0295%2079.4034%2047.9598%2079.5257%2047.838L97.5843%2029.7794C97.7071%2029.6566%2097.7761%2029.4895%2097.7761%2029.3158C97.7761%2029.1422%2097.7071%2028.975%2097.5843%2028.8522L93.0697%2024.3376Z%22%20fill%3D%22%23A48977%22%20style%3D%22fill%3A%20rgb(164%2C%20137%2C%20119)%20!important%3B%22%2F%3E%3Cpath%20d%3D%22M141.802%2087.3704V28.5393H162.825C167.381%2028.5393%20171.165%2029.3254%20174.175%2030.8974C177.186%2032.4694%20179.438%2034.6409%20180.93%2037.412C182.422%2040.1563%20183.168%2043.3537%20183.168%2047.004C183.168%2050.601%20182.409%2053.7583%20180.89%2056.4761C179.398%2059.1938%20177.146%2061.3121%20174.135%2062.8308C171.125%2064.3229%20167.341%2065.0689%20162.785%2065.0689H146.878V57.4753H161.946C164.85%2057.4753%20167.195%2057.0623%20168.98%2056.2363C170.792%2055.4103%20172.124%2054.2246%20172.976%2052.6792C173.829%2051.1072%20174.242%2049.2155%20174.215%2047.004C174.242%2044.7658%20173.829%2042.8341%20172.976%2041.2088C172.124%2039.5835%20170.792%2038.3312%20168.98%2037.4519C167.168%2036.5727%20164.797%2036.133%20161.866%2036.133H150.715V87.3704H141.802ZM170.898%2060.7925L185.446%2087.3704H175.294L161.066%2060.7925H170.898ZM217.661%2069.5452V45.1655H226.214V87.3704H217.901V80.2563H217.741C216.808%2082.4411%20215.276%2084.2796%20213.145%2085.7717C211.04%2087.2638%20208.335%2088.0098%20205.031%2088.0098C202.154%2088.0098%20199.516%2087.3837%20197.118%2086.1314C194.72%2084.8791%20192.801%2083.014%20191.363%2080.5361C189.95%2078.0581%20189.244%2075.0073%20189.244%2071.3837V45.1655H197.837V70.3445C197.837%2073.7017%20198.717%2076.2463%20200.475%2077.9782C202.234%2079.7101%20204.565%2080.576%20207.469%2080.576C209.388%2080.576%20211.106%2080.1897%20212.625%2079.417C214.17%2078.6443%20215.396%2077.4453%20216.302%2075.82C217.208%2074.168%20217.661%2072.0764%20217.661%2069.5452ZM241.363%2062.9907V87.3704H232.77V45.1655H241.123V52.2796H241.283C242.215%2050.0681%20243.734%2048.2296%20245.839%2046.7642C247.944%2045.2721%20250.648%2044.526%20253.952%2044.526C256.883%2044.526%20259.534%2045.1522%20261.906%2046.4045C264.304%2047.6568%20266.209%2049.5219%20267.621%2051.9998C269.033%2054.4511%20269.739%2057.5019%20269.739%2061.1522V87.3704H261.186V62.1913C261.186%2058.8341%20260.307%2056.2896%20258.548%2054.5577C256.816%2052.8258%20254.472%2051.9598%20251.514%2051.9598C249.622%2051.9598%20247.904%2052.3462%20246.358%2053.1189C244.84%2053.8916%20243.627%2055.0906%20242.721%2056.7159C241.816%2058.3412%20241.363%2060.4328%20241.363%2062.9907ZM284.888%2028.5393V87.3704H276.295V28.5393H284.888ZM304.793%2087.9699C301.995%2087.9699%20299.491%2087.5036%20297.279%2086.571C295.094%2085.6118%20293.363%2084.1997%20292.084%2082.3346C290.805%2080.4428%20290.165%2078.0981%20290.165%2075.3004C290.165%2072.9024%20290.618%2070.9307%20291.524%2069.3853C292.457%2067.84%20293.709%2066.6143%20295.281%2065.7084C296.853%2064.8025%20298.638%2064.123%20300.636%2063.6701C302.635%2063.1905%20304.7%2062.8308%20306.831%2062.591C309.496%2062.2446%20311.587%2061.9782%20313.106%2061.7917C314.651%2061.5785%20315.744%2061.2588%20316.383%2060.8325C317.049%2060.3795%20317.383%2059.6468%20317.383%2058.6343V58.4345C317.383%2056.3828%20316.636%2054.7309%20315.144%2053.4786C313.679%2052.1996%20311.614%2051.5602%20308.95%2051.5602C306.338%2051.5602%20304.207%2052.1863%20302.555%2053.4386C300.93%2054.6909%20300.024%2056.2762%20299.837%2058.1947H291.204C291.364%2055.5835%20292.177%2053.2521%20293.642%2051.2005C295.134%2049.1489%20297.186%2047.5235%20299.797%2046.3245C302.408%2045.1255%20305.486%2044.526%20309.029%2044.526C312.493%2044.526%20315.491%2045.1122%20318.022%2046.2846C320.553%2047.4569%20322.498%2049.0822%20323.857%2051.1605C325.243%2053.2388%20325.935%2055.6634%20325.935%2058.4345V87.3704H317.582V81.3754H317.423C316.81%2082.5211%20315.984%2083.6002%20314.945%2084.6127C313.905%2085.6251%20312.56%2086.4378%20310.908%2087.0506C309.256%2087.6635%20307.218%2087.9699%20304.793%2087.9699ZM306.631%2081.1356C309.056%2081.1356%20311.068%2080.7092%20312.666%2079.8566C314.292%2078.9773%20315.491%2077.8183%20316.263%2076.3795C317.036%2074.9141%20317.423%2073.3154%20317.423%2071.5835V66.7076C316.863%2067.1339%20315.611%2067.5335%20313.666%2067.9066C311.721%2068.2529%20309.629%2068.586%20307.391%2068.9057C305.872%2069.1189%20304.447%2069.4786%20303.114%2069.9848C301.809%2070.4644%20300.743%2071.1439%20299.917%2072.0231C299.118%2072.8758%20298.718%2074.0215%20298.718%2075.4603C298.745%2077.2455%20299.464%2078.6443%20300.876%2079.6568C302.288%2080.6426%20304.207%2081.1356%20306.631%2081.1356ZM332.452%20104.636V97.0823H337.008C337.994%2097.0823%20338.78%2096.9491%20339.366%2096.6826C339.952%2096.4162%20340.418%2096.0298%20340.765%2095.5236C341.111%2095.0173%20341.417%2094.4045%20341.684%2093.6851C341.684%2093.6851%20341.79%2093.3654%20342.004%2092.7259C342.217%2092.0864%20342.47%2091.3537%20342.763%2090.5277C343.056%2089.7018%20343.309%2088.969%20343.522%2088.3296C343.762%2087.6901%20343.882%2087.3704%20343.882%2087.3704L327.855%2045.1655H337.048L348.478%2077.2987H348.638L359.949%2045.1655H369.021L349.278%2097.362C348.665%2098.9607%20347.852%20100.293%20346.84%20101.359C345.827%20102.451%20344.562%20103.264%20343.043%20103.797C341.524%20104.356%20339.699%20104.636%20337.567%20104.636H332.452ZM389.126%2088.0098C385.076%2088.0098%20381.559%2087.1039%20378.575%2085.2921C375.617%2083.4536%20373.312%2080.9091%20371.661%2077.6584C370.035%2074.4078%20369.223%2070.6376%20369.223%2066.3479C369.223%2062.0581%20370.022%2058.2746%20371.621%2054.9973C373.246%2051.72%20375.537%2049.1622%20378.495%2047.3237C381.452%2045.4586%20384.929%2044.526%20388.926%2044.526C392.896%2044.526%20396.307%2045.4453%20399.158%2047.2837C402.035%2049.1222%20404.233%2051.6801%20405.752%2054.9573C407.271%2058.2346%20408.03%2062.0181%20408.03%2066.3079V68.5061H373.099V62.2313H399.677C399.624%2060.0997%20399.118%2058.2346%20398.158%2056.6359C397.199%2055.0373%20395.907%2053.785%20394.282%2052.8791C392.683%2051.9732%20390.871%2051.5202%20388.846%2051.5202C386.581%2051.5202%20384.623%2052.0664%20382.971%2053.1588C381.319%2054.2513%20380.054%2055.6901%20379.174%2057.4753C378.295%2059.2338%20377.855%2061.1122%20377.855%2063.1106V68.4261C377.829%2070.7176%20378.268%2072.8225%20379.174%2074.7409C380.08%2076.6326%20381.372%2078.1514%20383.051%2079.2971C384.756%2080.4162%20386.795%2080.9757%20389.166%2080.9757C390.765%2080.9757%20392.257%2080.7092%20393.642%2080.1764C395.028%2079.6168%20396.213%2078.8441%20397.199%2077.8583C398.185%2076.8724%20398.878%2075.7267%20399.278%2074.4211H407.511C406.978%2077.1389%20405.859%2079.5236%20404.153%2081.5752C402.475%2083.6002%20400.343%2085.1855%20397.759%2086.3312C395.174%2087.4503%20392.297%2088.0098%20389.126%2088.0098ZM412.828%2087.3704V45.1655H421.021V52.1197H421.261C422.034%2049.775%20423.259%2047.9232%20424.938%2046.5643C426.643%2045.2055%20428.788%2044.526%20431.372%2044.526C432.012%2044.526%20432.598%2044.566%20433.131%2044.6459C433.69%2044.6992%20434.143%2044.7658%20434.49%2044.8458V52.999C434.117%2052.8658%20433.504%2052.7459%20432.651%2052.6393C431.825%2052.5061%20430.933%2052.4394%20429.974%2052.4394C428.428%2052.4394%20427.003%2052.7991%20425.697%2053.5185C424.392%2054.2113%20423.339%2055.2904%20422.54%2056.7559C421.767%2058.2213%20421.381%2060.0864%20421.381%2062.3512V87.3704H412.828Z%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://www.runlayer.com/favicon.ico?favicon.0-6qz7x0lb-n-.ico",
    "ogImage": "https://www.runlayer.com/images/og/runlayer-og.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 41,
    "reasoning": "Selected #0 because it is visible, located in the header, and links to the homepage, which are strong indicators of a primary brand logo.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a DemoBook a Demo",
      "reasoning": "Button #0 is selected as the primary CTA because it has a dark background (#0B0B0B) with white text, making it stand out prominently. The text 'Book a Demo' is action-oriented, aligning with typical primary CTA language."
    },
    "secondary": {
      "index": 2,
      "text": "Book a Demo",
      "reasoning": "Button #2 is selected as the secondary CTA because it has a different background color (#FFFFFF) compared to the primary button. It also shares the same action-oriented text 'Book a Demo', but the lighter background makes it less prominent."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "enterprise clients"
  },
  "designSystem": {
    "framework": "tailwind",
    "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, and links to the homepage, which are strong indicators of a primary brand logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles