Home · Branding · Pagelever

Pagelever Brand Identity

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

Download JSON
Primary
#002D43
Accent
#4EB752
Body Font
Open Sans
Heading
halyard-display

Color Palette

Brand palette extracted from http://pagelever.com.

primary
#002D43
rgb(0, 45, 67)
secondary
#4EB752
rgb(78, 183, 82)
accent
#4EB752
rgb(78, 183, 82)
background
#E2E8F0
rgb(226, 232, 240)
textPrimary
#597785
rgb(89, 119, 133)
link
#597785
rgb(89, 119, 133)

Typography

Each font links to its Google Fonts page where available.

primary
Open Sans
heading
halyard-display
halyard-display Google Fonts →
halyard-display, 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

Pagelever logo
Logo
Pagelever favicon
Favicon
Pagelever social image
Social Card

UI Components

Live previews rendered using Pagelever's actual button styles.

buttonPrimary
background #4EB752 textColor #FFFFFF borderRadius 6px shadow rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px

Brand Personality

Tone: professional Energy: medium Audience: business professionals

Pagelever Brand in the Wild

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

Frequently Asked Questions

What is Pagelever's primary brand color?

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

What accent color does Pagelever use?

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

What font does Pagelever use?

Pagelever uses Open Sans for body text and halyard-display for headings. Fonts were detected on http://pagelever.com as part of their live design system.

Does Pagelever use a light or dark theme?

Pagelever's primary site uses a light color scheme, with a background of #E2E8F0.

Where can I find Pagelever's logo?

Pagelever's logo is available directly on their site (http://pagelever.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 http://pagelever.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 Pagelever.

Methodology

Brand data on this page was extracted from http://pagelever.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 Pagelever.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Open Sans",
      "role": "body"
    },
    {
      "family": "halyard-display",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#002D43",
    "secondary": "#4EB752",
    "accent": "#4EB752",
    "background": "#E2E8F0",
    "textPrimary": "#597785",
    "link": "#597785"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Open Sans",
      "heading": "halyard-display"
    },
    "fontStacks": {
      "heading": [
        "halyard-display",
        "sans-serif"
      ],
      "body": [
        "Open Sans"
      ],
      "paragraph": [
        "Open Sans"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "48px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#4EB752",
      "textColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px"
    }
  },
  "images": {
    "logo": "https://www.unified.com/img/logo.svg",
    "favicon": "https://www.unified.com/favicon-32x32.png?v=57247aaca25c7b0b87674afda2a12dca",
    "ogImage": "https://cdn.sanity.io/images/o4clnjpa/production/8c1083b248157d01e13c79409ef263fa1397c846-3051x1775.png?w=1200",
    "logoHref": "/",
    "logoAlt": "Unified"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Unified'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Learn More About Unified",
      "reasoning": "Button #0 has a more specific call-to-action text ('Learn More About Unified'), which aligns with the brand name and suggests a primary action related to the brand."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "Both buttons share the same color and similar text, making it impossible to distinguish a secondary button based on color or text differences."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "business professionals"
  },
  "designSystem": {
    "framework": "tailwind",
    "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, links to the homepage, and the alt text matches the brand name 'Unified'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles