Home · Branding · Rowspace

Rowspace Brand Identity

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

Download JSON
Primary
#1B66D5
Accent
#1B66D5
Body Font
Inter
Heading
Inter

Color Palette

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

primary
#1B66D5
rgb(27, 102, 213)
accent
#1B66D5
rgb(27, 102, 213)
background
#F7F7F7
rgb(247, 247, 247)
textPrimary
#000000
rgb(0, 0, 0)
link
#4A5565
rgb(74, 85, 101)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter, system-ui, 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

Rowspace logo
Logo
Rowspace favicon
Favicon
Rowspace social image
Social Card

UI Components

Live previews rendered using Rowspace's actual button styles.

buttonPrimary
background #1B66D5 textColor #FFFFFF borderRadius 0px shadow none
buttonSecondary
background #000000 textColor #FFFFFF borderRadius 0px shadow none

Brand Personality

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

Rowspace Brand in the Wild

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

Frequently Asked Questions

What is Rowspace's primary brand color?

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

What font does Rowspace use?

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

Does Rowspace use a light or dark theme?

Rowspace's primary site uses a light color scheme, with a background of #F7F7F7.

Where can I find Rowspace's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "IBM Plex Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#1B66D5",
    "accent": "#1B66D5",
    "background": "#F7F7F7",
    "textPrimary": "#000000",
    "link": "#4A5565"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "40px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#1B66D5",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml,%3csvg%20width='860'%20height='180'%20viewBox='0%200%20860%20180'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M835.852%2082L837.852%2080C837.852%2074%20835.852%2056%20813.852%2056C791.852%2056%20789.852%2074%20789.852%2080L791.852%2082H835.852ZM815.852%20142C783.852%20142%20767.852%20120%20767.852%2090C767.852%2062%20781.852%2038%20813.852%2038C845.852%2038%20859.852%2062%20859.852%2090V96L857.852%2098H791.852L789.852%20100C789.852%20104%20791.852%20124%20815.852%20124C823.852%20124%20831.852%20122%20835.852%20112L837.852%20110H853.852L855.852%20112C853.852%20128%20839.852%20142%20815.852%20142Z'%20fill='currentColor'/%3e%3cpath%20d='M684.945%2090C684.945%20112%20694.945%20124%20712.945%20124C728.945%20124%20734.945%20116%20736.945%20108L738.945%20106H754.945L756.945%20108C754.945%20126%20740.945%20142%20712.945%20142C682.945%20142%20664.945%20122%20664.945%2090C664.945%2058%20682.945%2038%20712.945%2038C740.945%2038%20754.945%2054%20756.945%2072L754.945%2074H738.945L736.945%2072C734.945%2064%20728.945%2056%20712.945%2056C694.945%2056%20684.945%2068%20684.945%2090Z'%20fill='currentColor'/%3e%3cpath%20d='M648.945%20138L646.945%20140H632.945L630.945%20138L628.945%20130H626.945C626.945%20130%20618.945%20142%20598.945%20142C576.945%20142%20564.945%20130%20564.945%20110C564.945%2088%20582.945%2078%20608.945%2078C618.945%2078%20626.945%2080%20626.945%2080L628.945%2078V74C628.945%2060%20622.945%2056%20608.945%2056C594.945%2056%20588.945%2060%20588.945%2068L586.945%2070H570.945L568.945%2068C568.945%2054%20578.945%2038%20608.945%2038C638.945%2038%20648.945%2052%20648.945%2082V138ZM628.945%20104V98L626.945%2096C626.945%2096%20620.945%2094%20610.945%2094C592.945%2094%20584.945%20100%20584.945%20110C584.945%20120%20590.945%20124%20602.945%20124C618.945%20124%20628.945%20116%20628.945%20104Z'%20fill='currentColor'/%3e%3cpath%20d='M552.984%2090C552.984%20120%20536.984%20142%20508.984%20142C490.984%20142%20482.984%20130%20482.984%20130H480.984V178L478.984%20180H462.984L460.984%20178V42L462.984%2040H476.984L478.984%2042L480.984%2050H482.984C482.984%2050%20490.984%2038%20508.984%2038C536.984%2038%20552.984%2060%20552.984%2090ZM532.984%2090C532.984%2068%20522.984%2056%20506.984%2056C490.984%2056%20480.984%2066%20480.984%2090C480.984%20114%20490.984%20124%20506.984%20124C522.984%20124%20532.984%20112%20532.984%2090Z'%20fill='currentColor'/%3e%3cpath%20d='M442.992%20112C442.992%20128%20430.992%20142%20402.992%20142C376.992%20142%20362.992%20130%20362.992%20108L364.992%20106H380.992L382.992%20108C382.992%20118%20388.992%20124%20402.992%20124C416.992%20124%20422.992%20120%20422.992%20112C422.992%20102%20416.992%20100%20396.992%2096C376.992%2092%20364.992%2084%20364.992%2066C364.992%2052%20374.992%2038%20402.992%2038C424.992%2038%20440.992%2048%20440.992%2068L438.992%2070H422.992L420.992%2068C420.992%2062%20416.992%2056%20402.992%2056C392.992%2056%20384.992%2058%20384.992%2066C384.992%2076%20392.992%2078%20412.992%2082C432.992%2086%20442.992%2094%20442.992%20112Z'%20fill='currentColor'/%3e%3cpath%20d='M352.992%2056L328.992%20138L326.992%20140H308.992L306.992%20138L286.992%2068H284.992L264.992%20138L262.992%20140H244.992L242.992%20138L218.992%2056V42L220.992%2040H232.992L234.992%2042L252.992%20110H254.992L274.992%2042L276.992%2040H294.992L296.992%2042L316.992%20110H318.992L336.992%2042L338.992%2040H350.992L352.992%2042V56Z'%20fill='currentColor'/%3e%3cpath%20d='M115.984%2090C115.984%2058%20133.984%2038%20163.984%2038C193.984%2038%20211.984%2058%20211.984%2090C211.984%20122%20193.984%20142%20163.984%20142C133.984%20142%20115.984%20122%20115.984%2090ZM135.984%2090C135.984%20112%20145.984%20124%20163.984%20124C181.984%20124%20191.984%20112%20191.984%2090C191.984%2068%20181.984%2056%20163.984%2056C145.984%2056%20135.984%2068%20135.984%2090Z'%20fill='currentColor'/%3e%3cpath%20d='M90%2040C90%2024%2082%2018%2064%2018H22L20%2020V60L22%2062H64C82%2062%2090%2056%2090%2040ZM110%2040C110%2062%2098%2074%2080%2078V80L108%20124V138L106%20140H98L94%20138L58%2082L54%2080H22L20%2082V138L18%20140H2L0%20138V2L2%200H64C92%200%20110%2012%20110%2040Z'%20fill='currentColor'/%3e%3c/svg%3e",
    "favicon": "https://www.rowspace.ai/favicon.ico",
    "ogImage": "https://www.rowspace.ai/images/og-fallback.png",
    "logoHref": "/",
    "logoAlt": "Rowspace"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Rowspace'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Request a demo",
      "reasoning": "Button #0 uses the brand's primary color (#1B66D5) and has action-oriented text ('Request a demo'), making it the main call-to-action."
    },
    "secondary": {
      "index": 2,
      "text": "Accept",
      "reasoning": "Button #2 has a different background color (#000000) and serves as a secondary action ('Accept'), which is less prominent than the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "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 visible, located in the header, links to the homepage, and the alt text matches the brand name 'Rowspace'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles