Home · Branding · Roadway

Roadway Brand Identity

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

Download JSON
Primary
#EF5414
Accent
#EF5414
Body Font
Neue Haas Grotesk Text
Heading
Neue Haas Grotesk Display

Color Palette

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

primary
#EF5414
rgb(239, 84, 20)
secondary
#1F3327
rgb(31, 51, 39)
accent
#EF5414
rgb(239, 84, 20)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#1F2C33
rgb(31, 44, 51)
link
#1F2C33
rgb(31, 44, 51)

Typography

Each font links to its Google Fonts page where available.

primary
Neue Haas Grotesk Text
Neue Haas Grotesk Text Google Fonts →
heading
Neue Haas Grotesk Display
Neue Haas Grotesk Display Google Fonts →
neue-haas-grotesk-text, 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

Roadway logo
Logo
Roadway favicon
Favicon
Roadway social image
Social Card

UI Components

Live previews rendered using Roadway's actual button styles.

input
background transparent textColor #1F2C33 borderColor null borderRadius 99px shadow none
buttonPrimary
background #EF5414 textColor #FFFFFF borderRadius 99px shadow rgba(255, 255, 255, 0.25) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px -1px 0px 0px inset
buttonSecondary
background #F4F4F5 textColor #1F3327 borderRadius 99px shadow rgba(255, 255, 255, 0.25) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px -1px 0px 0px inset

Brand Personality

Tone: modern Energy: high Audience: businesses looking to scale ad campaigns using AI

Roadway Brand in the Wild

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

Frequently Asked Questions

What is Roadway's primary brand color?

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

What font does Roadway use?

Roadway uses Neue Haas Grotesk Text for body text and Neue Haas Grotesk Display for headings. Fonts were detected on https://www.roadwayai.com/ as part of their live design system.

Does Roadway use a light or dark theme?

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

Where can I find Roadway's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Neue Haas Grotesk Text",
      "role": "body"
    },
    {
      "family": "Neue Haas Grotesk Display",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#EF5414",
    "secondary": "#1F3327",
    "accent": "#EF5414",
    "background": "#FFFFFF",
    "textPrimary": "#1F2C33",
    "link": "#1F2C33"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Neue Haas Grotesk Text",
      "heading": "Neue Haas Grotesk Display"
    },
    "fontStacks": {
      "heading": [
        "neue-haas-grotesk-text",
        "sans-serif"
      ],
      "body": [
        "neue-haas-grotesk-text",
        "sans-serif"
      ],
      "paragraph": [
        "neue-haas-grotesk-display",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "36px",
      "body": "48px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "16px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#1F2C33",
      "borderColor": null,
      "borderRadius": "99px",
      "borderRadiusCorners": {
        "topLeft": "99px",
        "topRight": "99px",
        "bottomRight": "99px",
        "bottomLeft": "99px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#EF5414",
      "textColor": "#FFFFFF",
      "borderRadius": "99px",
      "borderRadiusCorners": {
        "topLeft": "99px",
        "topRight": "99px",
        "bottomRight": "99px",
        "bottomLeft": "99px"
      },
      "shadow": "rgba(255, 255, 255, 0.25) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px -1px 0px 0px inset"
    },
    "buttonSecondary": {
      "background": "#F4F4F5",
      "textColor": "#1F3327",
      "borderRadius": "99px",
      "borderRadiusCorners": {
        "topLeft": "99px",
        "topRight": "99px",
        "bottomRight": "99px",
        "bottomLeft": "99px"
      },
      "shadow": "rgba(255, 255, 255, 0.25) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px -1px 0px 0px inset"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22auto%22%20viewBox%3D%220%200%20362%2078%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_200_46)%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%3Cpath%20d%3D%22M278.96%2013L260.88%2048.48C259.19%2051.8%20255.83%2053.86%20252.1%2053.86C248.83%2053.86%20245.44%2052.51%20244.02%2049.63H244.01L235.92%2032.81L234.49%2029.75L233.06%2032.81L225%2049.57C223.6%2052.49%20220.17%2053.86%20216.87%2053.86C213.15%2053.86%20209.79%2051.8%20208.1%2048.48L190.02%2013H205.73L215.44%2033.19L216.87%2036.25L218.3%2033.19L225.85%2017.52C227.24%2014.59%20230.48%2012.14%20234.49%2012.14C238.5%2012.14%20241.71%2014.66%20243.13%2017.52L250.67%2033.19L252.1%2036.25L253.53%2033.19L263.25%2013H278.96Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M174.21%2013H146.21V53H174.21C185.26%2053%20194.21%2044.05%20194.21%2033C194.21%2021.95%20185.26%2013%20174.21%2013ZM174.21%2040H160.21V26H174.21C177.52%2026%20180.21%2029.13%20180.21%2033C180.21%2036.87%20177.52%2040%20174.21%2040Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M148.21%2053L130.13%2017.52C128.44%2014.2%20125.08%2012.14%20121.35%2012.14C117.62%2012.14%20114.27%2014.2%20112.58%2017.52L94.5%2053H110.21L119.92%2032.81L121.35%2029.75L122.78%2032.81L132.5%2053H148.21Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M317.12%2053L299.04%2017.52C297.35%2014.2%20293.99%2012.14%20290.26%2012.14C286.53%2012.14%20283.18%2014.2%20281.49%2017.52L263.41%2053H279.12L288.83%2032.81L290.26%2029.75L291.69%2032.81L301.41%2053H317.12Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M39.82%2036.13C44.78%2032.5%2048%2026.63%2048%2020C48%208.95%2039.05%200%2028%200H0V53H14V40H26.08L45.43%2078H61.15L39.82%2036.13ZM28%2027H14V13H28C31.31%2013%2034%2016.13%2034%2020C34%2023.87%2031.31%2027%2028%2027Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M78.69%2013H68.69C57.64%2013%2048.69%2021.95%2048.69%2033C48.69%2044.05%2057.64%2053%2068.69%2053H78.69C89.74%2053%2098.69%2044.05%2098.69%2033C98.69%2021.95%2089.74%2013%2078.69%2013ZM78.69%2040H68.69C65.38%2040%2062.69%2036.87%2062.69%2033C62.69%2029.13%2065.38%2026%2068.69%2026H78.69C82%2026%2084.69%2029.13%2084.69%2033C84.69%2036.87%2082%2040%2078.69%2040Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M361.88%200L322.13%2078H306.41L320.54%2050.28L301.54%2013H317.25L317.26%2013.03L326.97%2033.19L328.06%2035.52L346.16%200H361.88Z%22%20fill%3D%22black%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%3CclipPath%20id%3D%22clip0_200_46%22%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%3Crect%20width%3D%22361.88%22%20height%3D%2278%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://cdn.prod.website-files.com/65025ca4ad5c6a3a69f8f0c8/6525b797621337f7a2b520f9_favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/65025ca4ad5c6a3a69f8f0c8/6525b90158af15b4bd2a37bd_og.jpeg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 3,
    "reasoning": "Selected #3 because it is visible, located in the header, links to the homepage, and matches the brand name 'Roadway'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get started",
      "reasoning": "Button #0 with text 'Get started' uses the vibrant brand color #EF5414, making it the primary CTA due to its action-oriented text and prominent color."
    },
    "secondary": {
      "index": 1,
      "text": "Read full case study",
      "reasoning": "Button #1 with text 'Read full case study' has a different background color #F4F4F5, making it suitable as a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "businesses looking to scale ad campaigns using AI"
  },
  "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": 3,
        "selectedLogoReasoning": "Selected #3 because it is visible, located in the header, links to the homepage, and matches the brand name 'Roadway'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles