Home · Branding · Enerjazz

Enerjazz Brand Identity

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

Download JSON
Primary
#3D5975
Accent
#1E2D3B
Body Font
Helvetica
Heading
Avenir LT W01 85 Heavy

Color Palette

Brand palette extracted from https://www.enerjazz.tech/.

primary
#3D5975
rgb(61, 89, 117)
secondary
#EDCD1F
rgb(237, 205, 31)
accent
#1E2D3B
rgb(30, 45, 59)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#3B3A3A
rgb(59, 58, 58)
link
#1E2D3B
rgb(30, 45, 59)

Typography

Each font links to its Google Fonts page where available.

primary
Helvetica
heading
Avenir LT W01 85 Heavy
Avenir LT W01 85 Heavy Google Fonts →
avenir-lt-w01_85-heavy1475544, 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

Enerjazz favicon
Favicon

UI Components

Live previews rendered using Enerjazz's actual button styles.

input
background #F7F7F7 textColor #3D5975 borderColor #F7F7F7 borderRadius 0px shadow none
buttonPrimary
background #3B3A3A textColor #000000 borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: businesses in the energy sector

Enerjazz Brand in the Wild

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

Frequently Asked Questions

What is Enerjazz's primary brand color?

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

What accent color does Enerjazz use?

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

What font does Enerjazz use?

Enerjazz uses Helvetica for body text and Avenir LT W01 85 Heavy for headings. Fonts were detected on https://www.enerjazz.tech/ as part of their live design system.

Does Enerjazz use a light or dark theme?

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

How was this brand profile generated?

This profile was extracted from https://www.enerjazz.tech/ 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 Enerjazz.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Helvetica",
      "role": "body"
    },
    {
      "family": "Avenir LT W01 85 Heavy",
      "role": "heading"
    },
    {
      "family": "Avenir LT W01 35 Light",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#3D5975",
    "secondary": "#EDCD1F",
    "accent": "#1E2D3B",
    "background": "#FFFFFF",
    "textPrimary": "#3B3A3A",
    "link": "#1E2D3B"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Helvetica",
      "heading": "Avenir LT W01 85 Heavy"
    },
    "fontStacks": {
      "heading": [
        "avenir-lt-w01_85-heavy1475544",
        "sans-serif"
      ],
      "body": [
        "Arial",
        "Helvetica",
        "sans-serif"
      ],
      "paragraph": [
        "avenir-lt-w01_85-heavy1475544",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "55px",
      "body": "22px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#F7F7F7",
      "textColor": "#3D5975",
      "borderColor": "#F7F7F7",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#3B3A3A",
      "textColor": "#000000",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://static.parastorage.com/client/pfavico.ico",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "The provided logo candidate does not match the brand 'Enerjazz' as inferred from the page title and URL. It appears to be a small icon rather than a main brand logo.",
    "confidence": 0.3,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Submit",
      "reasoning": "Button #0 is the only button available and uses a neutral color, which is the only option for a primary CTA in this context."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "There is no secondary button available with a different color group."
    },
    "confidence": 0.8
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses in the energy sector"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.8,
    "colors": 0.9,
    "overall": 0.8500000000000001
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "The provided logo candidate does not match the brand 'Enerjazz' as inferred from the page title and URL. It appears to be a small icon rather than a main brand logo.",
        "confidence": 0.3
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles