Home · Branding · Lightship

Lightship Brand Identity

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

Download JSON
Primary
#FA5C40
Accent
#FA5C40
Body Font
F37 Bolton
Heading
F37 Bolton

Color Palette

Brand palette extracted from https://lightshiprv.com/.

primary
#FA5C40
rgb(250, 92, 64)
accent
#FA5C40
rgb(250, 92, 64)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#FA5C40
rgb(250, 92, 64)

Typography

Each font links to its Google Fonts page where available.

primary
F37 Bolton
heading
F37 Bolton
F37Bolton, 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

Lightship logo
Logo
Lightship favicon
Favicon
Lightship social image
Social Card

UI Components

Live previews rendered using Lightship's actual button styles.

input
background transparent textColor #000000 borderColor null borderRadius 100px shadow none
buttonPrimary
background #FA5C40 textColor #FFFFFF borderRadius 22.2656px shadow none
buttonSecondary
background #000000 textColor #FFFFFF borderRadius 22.2656px shadow none

Brand Personality

Tone: modern Energy: high Audience: outdoor enthusiasts and RV travelers

Lightship Brand in the Wild

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

Frequently Asked Questions

What is Lightship's primary brand color?

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

What font does Lightship use?

Lightship uses F37 Bolton as the primary typeface across body and headings.

Does Lightship use a light or dark theme?

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

Where can I find Lightship's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "F37 Bolton",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FA5C40",
    "accent": "#FA5C40",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#FA5C40"
  },
  "typography": {
    "fontFamilies": {
      "primary": "F37 Bolton",
      "heading": "F37 Bolton"
    },
    "fontStacks": {
      "heading": [
        "F37Bolton",
        "sans-serif"
      ],
      "body": [
        "F37Bolton",
        "sans-serif"
      ],
      "paragraph": [
        "F37Bolton",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "80.1562px",
      "h2": "37.8515px",
      "body": "15.5859px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": null,
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FA5C40",
      "textColor": "#FFFFFF",
      "borderRadius": "22.2656px",
      "borderRadiusCorners": {
        "topLeft": "22.2656px",
        "topRight": "22.2656px",
        "bottomRight": "22.2656px",
        "bottomLeft": "22.2656px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "22.2656px",
      "borderRadiusCorners": {
        "topLeft": "22.2656px",
        "topRight": "22.2656px",
        "bottomRight": "22.2656px",
        "bottomLeft": "22.2656px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20830%20250%22%20width%3D%22830%22%20height%3D%22250%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20style%3D%22width%3A%20100%25%3B%20height%3A%20100%25%3B%20transform%3A%20translate3d(0px%2C%200px%2C%200px)%3B%20content-visibility%3A%20visible%3B%22%20data-fc-idx%3D%220%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22__lottie_element_2%22%3E%3Crect%20width%3D%22830%22%20height%3D%22250%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23__lottie_element_2)%22%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C16.75%2C16.768997192382812)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C33.069000244140625%2C159.55599975585938)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(0%2C0%2C0)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-32.81999969482422%2C-53.055999755859375%20C-32.81999969482422%2C-53.055999755859375%20-32.81999969482422%2C53.055999755859375%20-32.81999969482422%2C53.055999755859375%20C-32.81999969482422%2C53.055999755859375%2032.81999969482422%2C53.055999755859375%2032.81999969482422%2C53.055999755859375%20C32.81999969482422%2C53.055999755859375%2032.81999969482422%2C36.07600021362305%2032.81999969482422%2C36.07600021362305%20C32.81999969482422%2C36.07600021362305%20-15.312000274658203%2C36.07600021362305%20-15.312000274658203%2C36.07600021362305%20C-15.312000274658203%2C36.07600021362305%20-15.312000274658203%2C-53.055999755859375%20-15.312000274658203%2C-53.055999755859375%20C-15.312000274658203%2C-53.055999755859375%20-32.81999969482422%2C-53.055999755859375%20-32.81999969482422%2C-53.055999755859375z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C16.75%2C16.768997192382812)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C103.5479965209961%2C159.55099487304688)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(0%2C0%2C0)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-8.753999710083008%2C-53.05099868774414%20C-8.753999710083008%2C-53.05099868774414%208.753000259399414%2C-53.05099868774414%208.753000259399414%2C-53.05099868774414%20C8.753000259399414%2C-53.05099868774414%208.753000259399414%2C53.05099868774414%208.753000259399414%2C53.05099868774414%20C8.753000259399414%2C53.05099868774414%20-8.753999710083008%2C53.05099868774414%20-8.753999710083008%2C53.05099868774414%20C-8.753999710083008%2C53.05099868774414%20-8.753999710083008%2C-53.05099868774414%20-8.753999710083008%2C-53.05099868774414z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C16.75%2C16.768997192382812)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C186.51699829101562%2C159.55599975585938)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(0%2C0%2C0)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-32.81999969482422%2C-23.341999053955078%20C-32.81999969482422%2C-40.96099853515625%20-18.165000915527344%2C-55.17499923706055%200%2C-55.17499923706055%20C18.165000915527344%2C-55.17499923706055%2032.819000244140625%2C-40.96099853515625%2032.819000244140625%2C-23.341999053955078%20C32.819000244140625%2C-23.341999053955078%2032.819000244140625%2C-21.222999572753906%2032.819000244140625%2C-21.222999572753906%20C32.819000244140625%2C-21.222999572753906%2015.312000274658203%2C-21.222999572753906%2015.312000274658203%2C-21.222999572753906%20C15.312000274658203%2C-21.222999572753906%2015.312000274658203%2C-23.341999053955078%2015.312000274658203%2C-23.341999053955078%20C15.312000274658203%2C-31.621999740600586%208.526000022888184%2C-38.194000244140625%200%2C-38.194000244140625%20C-8.526000022888184%2C-38.194000244140625%20-15.312000274658203%2C-31.61199951171875%20-15.312000274658203%2C-23.341999053955078%20C-15.312000274658203%2C-23.341999053955078%20-15.312000274658203%2C23.341999053955078%20-15.312000274658203%2C23.341999053955078%20C-15.312000274658203%2C31.621999740600586%20-8.526000022888184%2C38.194000244140625%200%2C38.194000244140625%20C8.526000022888184%2C38.194000244140625%2015.312000274658203%2C31.61199951171875%2015.312000274658203%2C23.341999053955078%20C15.312000274658203%2C23.341999053955078%2015.312000274658203%2C8.489999771118164%2015.312000274658203%2C8.489999771118164%20C15.312000274658203%2C8.489999771118164%200%2C8.489999771118164%200%2C8.489999771118164%20C0%2C8.489999771118164%200%2C-8.489999771118164%200%2C-8.489999771118164%20C0%2C-8.489999771118164%2032.819000244140625%2C-8.489999771118164%2032.819000244140625%2C-8.489999771118164%20C32.819000244140625%2C-8.489999771118164%2032.819000244140625%2C23.341999053955078%2032.819000244140625%2C23.341999053955078%20C32.819000244140625%2C40.96099853515625%2018.163999557495117%2C55.17499923706055%200%2C55.17499923706055%20C-18.163999557495117%2C55.17499923706055%20-32.81999969482422%2C40.96099853515625%20-32.81999969482422%2C23.341999053955078%20C-32.81999969482422%2C23.341999053955078%20-32.81999969482422%2C-23.341999053955078%20-32.81999969482422%2C-23.341999053955078z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C16.75%2C16.768997192382812)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C293.5559997558594%2C159.55099487304688)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(0%2C0%2C0)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-32.82400131225586%2C-53.05099868774414%20C-32.82400131225586%2C-53.05099868774414%20-15.317999839782715%2C-53.05099868774414%20-15.317999839782715%2C-53.05099868774414%20C-15.317999839782715%2C-53.05099868774414%20-15.317999839782715%2C-8.484999656677246%20-15.317999839782715%2C-8.484999656677246%20C-15.317999839782715%2C-8.484999656677246%2015.317999839782715%2C-8.484999656677246%2015.317999839782715%2C-8.484999656677246%20C15.317999839782715%2C-8.484999656677246%2015.317999839782715%2C-53.05099868774414%2015.317999839782715%2C-53.05099868774414%20C15.317999839782715%2C-53.05099868774414%2032.82400131225586%2C-53.05099868774414%2032.82400131225586%2C-53.05099868774414%20C32.82400131225586%2C-53.05099868774414%2032.82400131225586%2C53.05099868774414%2032.82400131225586%2C53.05099868774414%20C32.82400131225586%2C53.05099868774414%2015.317999839782715%2C53.05099868774414%2015.317999839782715%2C53.05099868774414%20C15.317999839782715%2C53.05099868774414%2015.317999839782715%2C8.486000061035156%2015.317999839782715%2C8.486000061035156%20C15.317999839782715%2C8.486000061035156%20-15.317999839782715%2C8.486000061035156%20-15.317999839782715%2C8.486000061035156%20C-15.317999839782715%2C8.486000061035156%20-15.317999839782715%2C53.05099868774414%20-15.317999839782715%2C53.05099868774414%20C-15.317999839782715%2C53.05099868774414%20-32.82400131225586%2C53.05099868774414%20-32.82400131225586%2C53.05099868774414%20C-32.82400131225586%2C53.05099868774414%20-32.82400131225586%2C-53.05099868774414%20-32.82400131225586%2C-53.05099868774414z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C16.75%2C16.768997192382812)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C393.552001953125%2C159.55599975585938)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(0%2C0%2C0)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-32.81399917602539%2C-53.055999755859375%20C-32.81399917602539%2C-53.055999755859375%2032.82500076293945%2C-53.055999755859375%2032.82500076293945%2C-53.055999755859375%20C32.82500076293945%2C-53.055999755859375%2032.82500076293945%2C-36.07500076293945%2032.82500076293945%2C-36.07500076293945%20C32.82500076293945%2C-36.07500076293945%208.753999710083008%2C-36.07500076293945%208.753999710083008%2C-36.07500076293945%20C8.753999710083008%2C-36.07500076293945%208.753999710083008%2C53.055999755859375%208.753999710083008%2C53.055999755859375%20C8.753999710083008%2C53.055999755859375%20-8.753000259399414%2C53.055999755859375%20-8.753000259399414%2C53.055999755859375%20C-8.753000259399414%2C53.055999755859375%20-8.753000259399414%2C-36.07500076293945%20-8.753000259399414%2C-36.07500076293945%20C-8.753000259399414%2C-36.07500076293945%20-32.82400131225586%2C-36.07500076293945%20-32.82400131225586%2C-36.07500076293945%20C-32.82400131225586%2C-36.07500076293945%20-32.82400131225586%2C-53.055999755859375%20-32.82400131225586%2C-53.055999755859375%20C-32.82400131225586%2C-53.055999755859375%20-32.81399917602539%2C-53.055999755859375%20-32.81399917602539%2C-53.055999755859375z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C16.75%2C16.768997192382812)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C486.3819885253906%2C159.56100463867188)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(0%2C0%2C0)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-32.819000244140625%2C23.336999893188477%20C-32.819000244140625%2C23.336999893188477%20-32.819000244140625%2C21.218000411987305%20-32.819000244140625%2C21.218000411987305%20C-32.819000244140625%2C21.218000411987305%20-15.312000274658203%2C21.218000411987305%20-15.312000274658203%2C21.218000411987305%20C-15.312000274658203%2C21.218000411987305%20-15.312000274658203%2C23.336999893188477%20-15.312000274658203%2C23.336999893188477%20C-15.312000274658203%2C31.400999069213867%20-8.314000129699707%2C38.18899917602539%200%2C38.18899917602539%20C8.314000129699707%2C38.18899917602539%2015.312000274658203%2C31.400999069213867%2015.312000274658203%2C23.759000778198242%20C15.312000274658203%2C14.21399974822998%2010.062999725341797%2C11.447999954223633%20-2.630000114440918%2C7.631999969482422%20C-22.320999145507812%2C1.687000036239624%20-31.726999282836914%2C-7.857999801635742%20-31.726999282836914%2C-24.406999588012695%20C-31.726999282836914%2C-40.95600128173828%20-17.506999969482422%2C-55.18000030517578%200%2C-55.18000030517578%20C17.506999969482422%2C-55.18000030517578%2031.726999282836914%2C-41.387001037597656%2031.726999282836914%2C-24.406999588012695%20C31.726999282836914%2C-24.406999588012695%2031.726999282836914%2C-21.22800064086914%2031.726999282836914%2C-21.22800064086914%20C31.726999282836914%2C-21.22800064086914%2014.220000267028809%2C-21.22800064086914%2014.220000267028809%2C-21.22800064086914%20C14.220000267028809%2C-21.22800064086914%2014.220000267028809%2C-24.406999588012695%2014.220000267028809%2C-24.406999588012695%20C14.220000267028809%2C-32.04899978637695%207.879000186920166%2C-38.19900131225586%200%2C-38.19900131225586%20C-7.879000186920166%2C-38.19900131225586%20-14.220000267028809%2C-31.83300018310547%20-14.220000267028809%2C-24.406999588012695%20C-14.220000267028809%2C-15.489999771118164%20-8.970999717712402%2C-12.095999717712402%202.4070000648498535%2C-8.701000213623047%20C20.57200050354004%2C-2.9719998836517334%2032.819000244140625%2C4.875%2032.819000244140625%2C23.768999099731445%20C32.819000244140625%2C40.95600128173828%2018.165000915527344%2C55.18000030517578%200%2C55.18000030517578%20C-18.165000915527344%2C55.18000030517578%20-32.819000244140625%2C40.965999603271484%20-32.819000244140625%2C23.347000122070312%20C-32.819000244140625%2C23.347000122070312%20-32.819000244140625%2C23.336999893188477%20-32.819000244140625%2C23.336999893188477z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C16.75%2C16.768997192382812)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C591.2379760742188%2C159.55099487304688)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(0%2C0%2C0)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-32.82500076293945%2C-53.05099868774414%20C-32.82500076293945%2C-53.05099868774414%20-15.317999839782715%2C-53.05099868774414%20-15.317999839782715%2C-53.05099868774414%20C-15.317999839782715%2C-53.05099868774414%20-15.317999839782715%2C-8.484999656677246%20-15.317999839782715%2C-8.484999656677246%20C-15.317999839782715%2C-8.484999656677246%2015.317999839782715%2C-8.484999656677246%2015.317999839782715%2C-8.484999656677246%20C15.317999839782715%2C-8.484999656677246%2015.317999839782715%2C-53.05099868774414%2015.317999839782715%2C-53.05099868774414%20C15.317999839782715%2C-53.05099868774414%2032.82400131225586%2C-53.05099868774414%2032.82400131225586%2C-53.05099868774414%20C32.82400131225586%2C-53.05099868774414%2032.82400131225586%2C53.05099868774414%2032.82400131225586%2C53.05099868774414%20C32.82400131225586%2C53.05099868774414%2015.317999839782715%2C53.05099868774414%2015.317999839782715%2C53.05099868774414%20C15.317999839782715%2C53.05099868774414%2015.317999839782715%2C8.486000061035156%2015.317999839782715%2C8.486000061035156%20C15.317999839782715%2C8.486000061035156%20-15.317999839782715%2C8.486000061035156%20-15.317999839782715%2C8.486000061035156%20C-15.317999839782715%2C8.486000061035156%20-15.317999839782715%2C53.05099868774414%20-15.317999839782715%2C53.05099868774414%20C-15.317999839782715%2C53.05099868774414%20-32.82500076293945%2C53.05099868774414%20-32.82500076293945%2C53.05099868774414%20C-32.82500076293945%2C53.05099868774414%20-32.82500076293945%2C-53.05099868774414%20-32.82500076293945%2C-53.05099868774414z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C16.75%2C16.768997192382812)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cg%20opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C677.3270263671875%2C159.55099487304688)%22%20style%3D%22opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(0%2C0%2C0)%22%20fill-opacity%3D%221%22%20d%3D%22%20M-8.753999710083008%2C-53.05099868774414%20C-8.753999710083008%2C-53.05099868774414%208.753000259399414%2C-53.05099868774414%208.753000259399414%2C-53.05099868774414%20C8.753000259399414%2C-53.05099868774414%208.753000259399414%2C53.05099868774414%208.753000259399414%2C53.05099868774414%20C8.753000259399414%2C53.05099868774414%20-8.753999710083008%2C53.05099868774414%20-8.753999710083008%2C53.05099868774414%20C-8.753999710083008%2C53.05099868774414%20-8.753999710083008%2C-53.05099868774414%20-8.753999710083008%2C-53.05099868774414z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C16.75%2C16.768997192382812)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(0%2C0%2C0)%22%20fill-opacity%3D%221%22%20d%3D%22%20M763.4210205078125%2C106.5%20C763.4210205078125%2C106.5%20730.6010131835938%2C106.5%20730.6010131835938%2C106.5%20C730.6010131835938%2C106.5%20730.6010131835938%2C212.6020050048828%20730.6010131835938%2C212.6020050048828%20C730.6010131835938%2C212.6020050048828%20748.1079711914062%2C212.6020050048828%20748.1079711914062%2C212.6020050048828%20C748.1079711914062%2C212.6020050048828%20748.1079711914062%2C178.6510009765625%20748.1079711914062%2C178.6510009765625%20C748.1079711914062%2C178.6510009765625%20763.4210205078125%2C178.6510009765625%20763.4210205078125%2C178.6510009765625%20C781.5850219726562%2C178.6510009765625%20796.239990234375%2C164.427001953125%20796.239990234375%2C146.8179931640625%20C796.239990234375%2C146.8179931640625%20796.239990234375%2C138.33299255371094%20796.239990234375%2C138.33299255371094%20C796.239990234375%2C120.71399688720703%20781.5850219726562%2C106.5%20763.4210205078125%2C106.5z%20M778.7329711914062%2C146.8179931640625%20C778.7329711914062%2C155.08799743652344%20771.9569702148438%2C161.6699981689453%20763.4210205078125%2C161.6699981689453%20C763.4210205078125%2C161.6699981689453%20763.4210205078125%2C161.67999267578125%20763.4210205078125%2C161.67999267578125%20C763.4210205078125%2C161.67999267578125%20748.1079711914062%2C161.67999267578125%20748.1079711914062%2C161.67999267578125%20C748.1079711914062%2C161.67999267578125%20748.1079711914062%2C123.48100280761719%20748.1079711914062%2C123.48100280761719%20C748.1079711914062%2C123.48100280761719%20763.4210205078125%2C123.48100280761719%20763.4210205078125%2C123.48100280761719%20C771.9459838867188%2C123.48100280761719%20778.7329711914062%2C130.05299377441406%20778.7329711914062%2C138.33299255371094%20C778.7329711914062%2C138.33299255371094%20778.7329711914062%2C146.8179931640625%20778.7329711914062%2C146.8179931640625z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(-1%2C0%2C0%2C-1%2C224.54400634765625%2C78.85499572753906)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(0%2C0%2C0)%22%20fill-opacity%3D%221%22%20d%3D%22%20M105.94000244140625%2C2.1730000972747803%20C105.29199981689453%2C0.25%20102.49099731445312%2C0.25%20101.85399627685547%2C2.1730000972747803%20C101.85399627685547%2C2.1730000972747803%2098.09100341796875%2C13.317000389099121%2098.09100341796875%2C13.317000389099121%20C96.16000366210938%2C19.04599952697754%2091.52799987792969%2C23.538999557495117%2085.62100219726562%2C25.41200065612793%20C85.62100219726562%2C25.41200065612793%2074.13200378417969%2C29.062000274658203%2074.13200378417969%2C29.062000274658203%20C72.14900207519531%2C29.68899917602539%2072.14900207519531%2C32.40700149536133%2074.13200378417969%2C33.025001525878906%20C74.13200378417969%2C33.025001525878906%2085.62100219726562%2C36.67399978637695%2085.62100219726562%2C36.67399978637695%20C91.52799987792969%2C38.54800033569336%2096.16000366210938%2C43.040000915527344%2098.09100341796875%2C48.76900100708008%20C98.09100341796875%2C48.76900100708008%20101.85399627685547%2C59.91299819946289%20101.85399627685547%2C59.91299819946289%20C102.5009994506836%2C61.83599853515625%20105.3030014038086%2C61.83599853515625%20105.94000244140625%2C59.91299819946289%20C105.94000244140625%2C59.91299819946289%20109.7020034790039%2C48.76900100708008%20109.7020034790039%2C48.76900100708008%20C111.63400268554688%2C43.040000915527344%20116.26599884033203%2C38.54800033569336%20122.1719970703125%2C36.67399978637695%20C122.1719970703125%2C36.67399978637695%20133.66200256347656%2C33.025001525878906%20133.66200256347656%2C33.025001525878906%20C135.6439971923828%2C32.39699935913086%20135.6439971923828%2C29.68899917602539%20133.66200256347656%2C29.062000274658203%20C133.66200256347656%2C29.062000274658203%20122.1719970703125%2C25.41200065612793%20122.1719970703125%2C25.41200065612793%20C116.26599884033203%2C23.538999557495117%20111.63400268554688%2C19.04599952697754%20109.7020034790039%2C13.317000389099121%20C109.7020034790039%2C13.317000389099121%20105.94000244140625%2C2.1730000972747803%20105.94000244140625%2C2.1730000972747803z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22matrix(-1%2C0%2C0%2C-1%2C1371.8580322265625%2C78.85499572753906)%22%20opacity%3D%221%22%20style%3D%22display%3A%20block%3B%20opacity%3A%201%20!important%3B%22%3E%3Cpath%20fill%3D%22rgb(0%2C0%2C0)%22%20fill-opacity%3D%221%22%20d%3D%22%20M679.5969848632812%2C2.1730000972747803%20C678.9500122070312%2C0.25%20676.1480102539062%2C0.25%20675.510986328125%2C2.1730000972747803%20C675.510986328125%2C2.1730000972747803%20671.7490234375%2C13.317000389099121%20671.7490234375%2C13.317000389099121%20C669.8170166015625%2C19.04599952697754%20665.1849975585938%2C23.538999557495117%20659.2780151367188%2C25.41200065612793%20C659.2780151367188%2C25.41200065612793%20647.7890014648438%2C29.062000274658203%20647.7890014648438%2C29.062000274658203%20C645.8070068359375%2C29.68899917602539%20645.8070068359375%2C32.40700149536133%20647.7890014648438%2C33.025001525878906%20C647.7890014648438%2C33.025001525878906%20659.2780151367188%2C36.67399978637695%20659.2780151367188%2C36.67399978637695%20C665.1849975585938%2C38.54800033569336%20669.8170166015625%2C43.040000915527344%20671.7490234375%2C48.76900100708008%20C671.7490234375%2C48.76900100708008%20675.510986328125%2C59.91299819946289%20675.510986328125%2C59.91299819946289%20C676.1580200195312%2C61.83599853515625%20678.9600219726562%2C61.83599853515625%20679.5969848632812%2C59.91299819946289%20C679.5969848632812%2C59.91299819946289%20683.3590087890625%2C48.76900100708008%20683.3590087890625%2C48.76900100708008%20C685.291015625%2C43.040000915527344%20689.9229736328125%2C38.54800033569336%20695.8300170898438%2C36.67399978637695%20C695.8300170898438%2C36.67399978637695%20707.3189697265625%2C33.025001525878906%20707.3189697265625%2C33.025001525878906%20C709.301025390625%2C32.39699935913086%20709.301025390625%2C29.68899917602539%20707.3189697265625%2C29.062000274658203%20C707.3189697265625%2C29.062000274658203%20695.8300170898438%2C25.41200065612793%20695.8300170898438%2C25.41200065612793%20C689.9229736328125%2C23.538999557495117%20685.291015625%2C19.04599952697754%20683.3590087890625%2C13.317000389099121%20C683.3590087890625%2C13.317000389099121%20679.5969848632812%2C2.1730000972747803%20679.5969848632812%2C2.1730000972747803z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%20fill-opacity%3A%201%20!important%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E",
    "favicon": "https://lightshiprv.com/assets/images/favicons/apple-touch-icon.png",
    "ogImage": "https://lightshiprv.com/uploads/pages/Homepage/HEADER_Images/TEst/Ligthship%C2%AE_AE.1TM_Atmos_ShadeMoss_Exterior_CampMode_Image_1.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 3,
      "text": "Access to main content",
      "reasoning": "Button #3 uses the vibrant brand color #FA5C40 and has action-oriented text 'Access to main content', making it the primary CTA."
    },
    "secondary": {
      "index": 0,
      "text": "Register",
      "reasoning": "Button #0 has a different background color (#000000) and provides a secondary action 'Register', suitable for a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "outdoor enthusiasts and RV travelers"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles