Home · Branding · Positional

Positional Brand Identity

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

Download JSON
Primary
#6B0505
Accent
#3C00E2
Body Font
Inter
Heading
Poppins

Color Palette

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

primary
#6B0505
rgb(107, 5, 5)
secondary
#2FFEB5
rgb(47, 254, 181)
accent
#3C00E2
rgb(60, 0, 226)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#3C00E2
rgb(60, 0, 226)
link
#3C00E2
rgb(60, 0, 226)

Typography

Each font links to its Google Fonts page where available.

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

Positional logo
Logo
Positional favicon
Favicon
Positional social image
Social Card

UI Components

Live previews rendered using Positional's actual button styles.

input
background #FFFFFF textColor #333333 borderColor null borderRadius 3px shadow none
buttonPrimary
background #F7F5FE textColor #3C00E2 borderRadius 16px shadow none
buttonSecondary
background transparent textColor #FFFFFF borderColor #FFFFFF borderRadius 6px shadow none

Brand Personality

Tone: modern Energy: medium Audience: content and SEO teams

Positional Brand in the Wild

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

Frequently Asked Questions

What is Positional's primary brand color?

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

What accent color does Positional use?

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

What font does Positional use?

Positional uses Inter for body text and Poppins for headings. Fonts were detected on https://www.positional.com as part of their live design system.

Does Positional use a light or dark theme?

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

Where can I find Positional's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Poppins",
      "role": "heading"
    },
    {
      "family": "Phosphor-Bold",
      "role": "display"
    }
  ],
  "colors": {
    "primary": "#6B0505",
    "secondary": "#2FFEB5",
    "accent": "#3C00E2",
    "background": "#FFFFFF",
    "textPrimary": "#3C00E2",
    "link": "#3C00E2"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Poppins"
    },
    "fontStacks": {
      "heading": [
        "Poppins",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "48px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#333333",
      "borderColor": null,
      "borderRadius": "3px",
      "borderRadiusCorners": {
        "topLeft": "3px",
        "topRight": "3px",
        "bottomRight": "3px",
        "bottomLeft": "3px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#F7F5FE",
      "textColor": "#3C00E2",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/63ea91a878b2a06196ffc825/6425c47909bce71fbaebb772_logo-icon.svg",
    "favicon": "https://cdn.prod.website-files.com/63ea91a878b2a06196ffc825/63f8db542f5d75df9f7f2d0d_positional_logo_1_32x32.png",
    "ogImage": "https://cdn.prod.website-files.com/63ea91a878b2a06196ffc825/66024706469cbfb12b853a04_postional_opengraph.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and matches the favicon, indicating it is the primary brand logo.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 8,
      "text": "Optimize",
      "reasoning": "Button #10 has a unique background color (#F7F5FE) and uses the brand's accent color (#3C00E2) for text, making it stand out as a primary CTA."
    },
    "secondary": {
      "index": 0,
      "text": "Book a Demo",
      "reasoning": "Button #5 has a transparent background, which differentiates it from the primary button's color, making it suitable as a secondary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "content and SEO teams"
  },
  "designSystem": {
    "framework": "custom",
    "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 located in the header, is visible, and matches the favicon, indicating it is the primary brand logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles