Waypoint Transit Brand Identity
A complete profile of Waypoint Transit's visual system — colors, typography, components, and personality — extracted from https://waypointtransit.com. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://waypointtransit.com.
Typography
Each font links to its Google Fonts page where available.
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

UI Components
Live previews rendered using Waypoint Transit's actual button styles.
Brand Personality
Waypoint Transit Brand in the Wild
Real-world brand assets — ads, campaigns, and marketing materials.
Frequently Asked Questions
What is Waypoint Transit's primary brand color?
Waypoint Transit's primary brand color is #93A820. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Waypoint Transit use?
Waypoint Transit uses #BCD232 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Waypoint Transit use?
Waypoint Transit uses Roboto for body text and Helvetica Now Display for headings. Fonts were detected on https://waypointtransit.com as part of their live design system.
Does Waypoint Transit use a light or dark theme?
Waypoint Transit's primary site uses a light color scheme, with a background of #F3F3EC.
Where can I find Waypoint Transit's logo?
Waypoint Transit's logo is available directly on their site (https://waypointtransit.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://waypointtransit.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 Waypoint Transit.
Methodology
Brand data on this page was extracted from https://waypointtransit.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 Waypoint Transit.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Helvetica Now Display",
"role": "heading"
},
{
"family": "Roboto",
"role": "body"
}
],
"colors": {
"primary": "#93A820",
"accent": "#BCD232",
"background": "#F3F3EC",
"textPrimary": "#1D1918",
"link": "#BCD232"
},
"typography": {
"fontFamilies": {
"primary": "Roboto",
"heading": "Helvetica Now Display"
},
"fontStacks": {
"heading": [
"Helvetica Now Display",
"ui-sans-serif",
"system-ui",
"-apple-system",
"Segoe UI",
"Roboto",
"Helvetica",
"Arial",
"Apple Color Emoji",
"Segoe UI Emoji"
],
"body": [
"Helvetica Now Display",
"ui-sans-serif",
"system-ui",
"-apple-system",
"Segoe UI",
"Roboto",
"Helvetica",
"Arial",
"Apple Color Emoji",
"Segoe UI Emoji"
],
"paragraph": [
"Helvetica Now Display",
"ui-sans-serif",
"system-ui",
"-apple-system",
"Segoe UI",
"Roboto",
"Helvetica",
"Arial",
"Apple Color Emoji",
"Segoe UI Emoji"
]
},
"fontSizes": {
"h1": "88px",
"h2": "68px",
"body": "22px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#BCD232",
"textColor": "#1B1515",
"borderRadius": "15px",
"borderRadiusCorners": {
"topLeft": "15px",
"topRight": "15px",
"bottomRight": "15px",
"bottomLeft": "15px"
},
"shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.2) 0px 2px 1px 0px"
},
"buttonSecondary": {
"background": "#1D1918",
"textColor": "#F3F3EC",
"borderRadius": "15px",
"borderRadiusCorners": {
"topLeft": "15px",
"topRight": "15px",
"bottomRight": "15px",
"bottomLeft": "15px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://www.waypointtransit.com/_next/image?url=%2Fimages%2FWaypointLogo.png&w=96&q=75",
"favicon": "https://www.waypointtransit.com/favicon.ico",
"ogImage": "https://www.waypointtransit.com/images/og-image.png",
"logoAlt": "Waypoint logo"
},
"__llm_logo_reasoning": {
"selectedIndex": 9,
"reasoning": "Selected #9 because it is located in the header, is visible, and matches the brand name 'Waypoint' in the alt text, making it the primary brand logo.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Book a Demo",
"reasoning": "Button #0 with text 'Book a Demo' uses the vibrant brand color #BCD232, making it the most prominent call-to-action on the page."
},
"secondary": {
"index": 1,
"text": "Contact Us",
"reasoning": "Button #1 with text 'Contact Us' uses a different color group (#1D1918) and serves as a secondary action, complementing the primary CTA."
},
"confidence": 0.95
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "urban planners and city officials"
},
"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": 9,
"selectedLogoReasoning": "Selected #9 because it is located in the header, is visible, and matches the brand name 'Waypoint' in the alt text, making it the primary brand logo.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
} 