Home · Branding · Lanesurf

Lanesurf Brand Identity

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

Download JSON
Primary
#0000EE
Accent
#000000
Body Font
Verdana
Heading
Murs Gothic

Color Palette

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

primary
#0000EE
rgb(0, 0, 238)
secondary
#10B981
rgb(16, 185, 129)
accent
#000000
rgb(0, 0, 0)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#94A3B8
rgb(148, 163, 184)

Typography

Each font links to its Google Fonts page where available.

primary
Verdana
heading
Murs Gothic
Murs Gothic Google Fonts →
Murs Gothic, Verdana, 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

Lanesurf logo
Logo
Lanesurf favicon
Favicon
Lanesurf social image
Social Card

UI Components

Live previews rendered using Lanesurf's actual button styles.

input
background transparent textColor #FFFFFF borderColor #FFFFFF borderRadius 12px shadow none
buttonPrimary
background #000000 textColor #FFFFFF borderRadius 8px shadow rgba(0, 0, 0, 0.06) 0px 8px 24px 0px, rgba(0, 0, 0, 0.12) 0px 2px 4px 0px, rgba(255, 255, 255, 0.25) 0px 2px 4px 1px inset
buttonSecondary
background #FFFFFF textColor #2C2C2C borderColor #D5D9DA borderRadius 8px shadow rgba(255, 255, 255, 0.28) 0px 3px 3px 0px inset, rgba(0, 0, 0, 0.03) 0px 3px 8px 0px

Brand Personality

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

Lanesurf Brand in the Wild

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

Frequently Asked Questions

What is Lanesurf's primary brand color?

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

What accent color does Lanesurf use?

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

What font does Lanesurf use?

Lanesurf uses Verdana for body text and Murs Gothic for headings. Fonts were detected on https://www.lanesurf.com/ as part of their live design system.

Does Lanesurf use a light or dark theme?

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

Where can I find Lanesurf's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Verdana",
      "role": "body"
    },
    {
      "family": "Murs Gothic",
      "role": "heading"
    },
    {
      "family": "Monument Grotesk",
      "role": "display"
    },
    {
      "family": "Arial",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#10B981",
    "accent": "#000000",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#94A3B8"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Verdana",
      "heading": "Murs Gothic"
    },
    "fontStacks": {
      "heading": [
        "Murs Gothic",
        "Verdana",
        "sans-serif"
      ],
      "body": [
        "Murs Gothic",
        "Verdana",
        "sans-serif"
      ],
      "paragraph": [
        "Monument Grotesk",
        "Verdana",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "48px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(0, 0, 0, 0.06) 0px 8px 24px 0px, rgba(0, 0, 0, 0.12) 0px 2px 4px 0px, rgba(255, 255, 255, 0.25) 0px 2px 4px 1px inset"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#2C2C2C",
      "borderColor": "#D5D9DA",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(255, 255, 255, 0.28) 0px 3px 3px 0px inset, rgba(0, 0, 0, 0.03) 0px 3px 8px 0px"
    }
  },
  "images": {
    "logo": "https://www.lanesurf.com/assets/logo-3-D0Q4sx5m.svg",
    "favicon": "https://www.lanesurf.com/assets/favicon-20J6gl7h.ico",
    "ogImage": "https://lanesurf.com/images/og.png",
    "logoHref": "index.html"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Lanesurf'. It is the most prominent logo in the header area.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Book a DemoBook a Demo",
      "reasoning": "Button #6 has a dark background (#000000) with the text 'Book a Demo', which is action-oriented and likely a primary CTA. It stands out due to its contrasting color and clear call-to-action text."
    },
    "secondary": {
      "index": 9,
      "text": "Learn MoreLearn More",
      "reasoning": "Button #2 has a light background (#FFFFFF) with the text 'Learn More', which is less prominent and serves as a secondary action. It is from a different color group than the primary button."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "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, and matches the brand name 'Lanesurf'. It is the most prominent logo in the header area.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles