Home · Branding · Pensil

Pensil Brand Identity

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

Download JSON
Primary
#2B95FF
Accent
#D4E9FF
Body Font
Nunito
Heading
Inter

Color Palette

Brand palette extracted from https://pensil.in.

primary
#2B95FF
rgb(43, 149, 255)
secondary
#2C96FF
rgb(44, 150, 255)
accent
#D4E9FF
rgb(212, 233, 255)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#202020
rgb(32, 32, 32)
link
#D4E9FF
rgb(212, 233, 255)

Typography

Each font links to its Google Fonts page where available.

primary
Nunito
heading
Inter
Montserrat, 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

Pensil logo
Logo
Pensil favicon
Favicon
Pensil social image
Social Card

UI Components

Live previews rendered using Pensil's actual button styles.

buttonPrimary
background #D4E9FF textColor #2B95FF borderRadius 10px shadow none
buttonSecondary
background #FFFFFF textColor #2B95FF borderColor #2B95FF borderRadius 5px shadow none

Brand Personality

Tone: modern Energy: medium Audience: community builders and online platform users

Pensil Brand in the Wild

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

Frequently Asked Questions

What is Pensil's primary brand color?

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

What accent color does Pensil use?

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

What font does Pensil use?

Pensil uses Nunito for body text and Inter for headings. Fonts were detected on https://pensil.in as part of their live design system.

Does Pensil use a light or dark theme?

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

Where can I find Pensil's logo?

Pensil's logo is available directly on their site (https://pensil.in). 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://pensil.in 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 Pensil.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Nunito",
      "role": "body"
    },
    {
      "family": "Inter",
      "role": "heading"
    },
    {
      "family": "Montserrat",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#2B95FF",
    "secondary": "#2C96FF",
    "accent": "#D4E9FF",
    "background": "#FFFFFF",
    "textPrimary": "#202020",
    "link": "#D4E9FF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Nunito",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Montserrat",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "58px",
      "h2": "36px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#D4E9FF",
      "textColor": "#2B95FF",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#2B95FF",
      "borderColor": "#2B95FF",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/615a8096dd69ecb979d5ea68/681d135d25e28096121bbc3a_pensil%20by%20spatial%20chat.png",
    "favicon": "https://cdn.prod.website-files.com/615a8096dd69ecb979d5ea68/616043fde344bc2b436a0929_Pensil%20Favicon.png",
    "ogImage": "https://cdn.prod.website-files.com/615a8096dd69ecb979d5ea68/61b916bc93177025cbd5fc42_mata%20image.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, aligning with the brand 'Pensil'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 3,
      "text": "Start for Free",
      "reasoning": "Button #3 'Start for Free' uses a distinct accent color (#D4E9FF) and has action-oriented text, making it a strong candidate for the primary CTA."
    },
    "secondary": {
      "index": 5,
      "text": "Read More",
      "reasoning": "Button #5 'Read More' has a different background color (#FFFFFF) and serves as a secondary action, providing additional information."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "community builders and online platform users"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.95,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, aligning with the brand 'Pensil'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles