Home · Branding · Wand Solar

Wand Solar Brand Identity

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

Download JSON
Primary
#3F304E
Accent
#3F304E
Body Font
Plus Jakarta Sans
Heading
Plus Jakarta Sans

Color Palette

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

primary
#3F304E
rgb(63, 48, 78)
secondary
#0000EE
rgb(0, 0, 238)
accent
#3F304E
rgb(63, 48, 78)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#211F54
rgb(33, 31, 84)
link
#211F54
rgb(33, 31, 84)

Typography

Each font links to its Google Fonts page where available.

primary
Plus Jakarta Sans
Plus Jakarta Sans Google Fonts →
heading
Plus Jakarta Sans
Plus Jakarta Sans Google Fonts →
system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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

Wand Solar logo
Logo
Wand Solar favicon
Favicon

UI Components

Live previews rendered using Wand Solar's actual button styles.

input
background #FFFFFF textColor #333333 borderColor #EFF0F6 borderRadius 100px shadow rgba(20, 20, 43, 0.08) 0px 2px 7px 0px
buttonPrimary
background #3F304E textColor #FFFFFF borderRadius 48px shadow none
buttonSecondary
background #FFFFFF textColor #211F54 borderColor #EFF0F6 borderRadius 48px shadow rgba(20, 20, 43, 0.04) 0px 4px 10px 0px

Brand Personality

Tone: professional Energy: medium Audience: landlords and property managers

Wand Solar Brand in the Wild

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

Frequently Asked Questions

What is Wand Solar's primary brand color?

Wand Solar's primary brand color is #3F304E. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Wand Solar use?

Wand Solar uses Plus Jakarta Sans as the primary typeface across body and headings.

Does Wand Solar use a light or dark theme?

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

Where can I find Wand Solar's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Plus Jakarta Sans",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#3F304E",
    "secondary": "#0000EE",
    "accent": "#3F304E",
    "background": "#FFFFFF",
    "textPrimary": "#211F54",
    "link": "#211F54"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Plus Jakarta Sans",
      "heading": "Plus Jakarta Sans"
    },
    "fontStacks": {
      "heading": [
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "body": [
        "Plusjakartasans",
        "sans-serif"
      ],
      "paragraph": [
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "54px",
      "h2": "38px",
      "body": "23px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#333333",
      "borderColor": "#EFF0F6",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "rgba(20, 20, 43, 0.08) 0px 2px 7px 0px"
    },
    "buttonPrimary": {
      "background": "#3F304E",
      "textColor": "#FFFFFF",
      "borderRadius": "48px",
      "borderRadiusCorners": {
        "topLeft": "48px",
        "topRight": "48px",
        "bottomRight": "48px",
        "bottomLeft": "48px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#211F54",
      "borderColor": "#EFF0F6",
      "borderRadius": "48px",
      "borderRadiusCorners": {
        "topLeft": "48px",
        "topRight": "48px",
        "bottomRight": "48px",
        "bottomLeft": "48px"
      },
      "shadow": "rgba(20, 20, 43, 0.04) 0px 4px 10px 0px"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/64cfc72dab6afe5269f5e2f8/65ce0facb0011dc1f9a3598a_LOGOWAND%20DARK.webp",
    "favicon": "https://cdn.prod.website-files.com/64cfc72dab6afe5269f5e2f8/65cb912af9e6a88caad23655_icon-big.png",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 2,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the page title and URL.",
    "confidence": 0.95,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Sign up",
      "reasoning": "Button #0 with text 'Sign up' has a vibrant brand color background (#3F304E) and is labeled as a primary button, making it the main call-to-action."
    },
    "secondary": {
      "index": 4,
      "text": "Sign up",
      "reasoning": "Button #2 with text 'Sign up' has a different background color (#FFFFFF) and a border, making it suitable as a secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "landlords and property managers"
  },
  "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": 2,
        "selectedLogoReasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the page title and URL.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles