Home · Branding · VectorShift

VectorShift Brand Identity

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

Download JSON
Primary
#E6DDFD
Accent
#BC7DFF
Body Font
Studio Feixen Sans Regular
Heading
Studio Feixen Sans Medium

Color Palette

Brand palette extracted from https://www.vectorshift.ai.

primary
#E6DDFD
rgb(230, 221, 253)
secondary
#0000EE
rgb(0, 0, 238)
accent
#BC7DFF
rgb(188, 125, 255)
background
#131018
rgb(19, 16, 24)
textPrimary
#131018
rgb(19, 16, 24)
link
#430B8A
rgb(67, 11, 138)

Typography

Each font links to its Google Fonts page where available.

primary
Studio Feixen Sans Regular
Studio Feixen Sans Regular Google Fonts →
heading
Studio Feixen Sans Medium
Studio Feixen Sans Medium Google Fonts →
Studio Feixen Sans Medium, 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

VectorShift favicon
Favicon
VectorShift social image
Social Card

UI Components

Live previews rendered using VectorShift's actual button styles.

buttonPrimary
background #BC7DFF textColor #000000 borderRadius 100px shadow none
buttonSecondary
background #131018 textColor #0000EE borderRadius 16px shadow rgba(0, 0, 0, 0.32) 0px -1px 6px 0px inset, rgba(255, 255, 255, 0.32) 0px 1px 2px 0px inset

Brand Personality

Tone: modern Energy: high Audience: tech-savvy professionals

VectorShift Brand in the Wild

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

Frequently Asked Questions

What is VectorShift's primary brand color?

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

What accent color does VectorShift use?

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

What font does VectorShift use?

VectorShift uses Studio Feixen Sans Regular for body text and Studio Feixen Sans Medium for headings. Fonts were detected on https://www.vectorshift.ai as part of their live design system.

Does VectorShift use a light or dark theme?

VectorShift's primary site uses a dark color scheme, with a background of #131018.

How was this brand profile generated?

This profile was extracted from https://www.vectorshift.ai 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 VectorShift.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Studio Feixen Sans Medium",
      "role": "heading"
    },
    {
      "family": "Studio Feixen Sans Regular",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#E6DDFD",
    "secondary": "#0000EE",
    "accent": "#BC7DFF",
    "background": "#131018",
    "textPrimary": "#131018",
    "link": "#430B8A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Studio Feixen Sans Regular",
      "heading": "Studio Feixen Sans Medium"
    },
    "fontStacks": {
      "heading": [
        "Studio Feixen Sans Medium",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Studio Feixen Sans Medium",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "40px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#BC7DFF",
      "textColor": "#000000",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#131018",
      "textColor": "#0000EE",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "rgba(0, 0, 0, 0.32) 0px -1px 6px 0px inset, rgba(255, 255, 255, 0.32) 0px 1px 2px 0px inset"
    }
  },
  "images": {
    "favicon": "https://framerusercontent.com/images/mmHr0hfCho7PjYPw3BhcB5NhDOA.png",
    "ogImage": "https://framerusercontent.com/images/VIY5IrHTsKSnjCoC6S1CPUEruXc.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "No valid brand logo was found. The candidate is a tiny icon not suitable as a primary brand logo.",
    "confidence": 0.3,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Outbound",
      "reasoning": "Button #0 uses a vibrant brand color (#BC7DFF) and stands out as the primary call-to-action due to its bright and eye-catching appearance."
    },
    "secondary": {
      "index": 1,
      "text": "Enterprise solutionsWe leverage our secure infrastructure and development platform to build and depl",
      "reasoning": "Button #1 has a dark background (#131018) and serves as a secondary option, contrasting with the primary button's vibrant color."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "tech-savvy professionals"
  },
  "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": -1,
        "selectedLogoReasoning": "No valid brand logo was found. The candidate is a tiny icon not suitable as a primary brand logo.",
        "confidence": 0.3
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles