# Imprezia Brand Identity

A complete profile of **Imprezia**'s visual system — colors, typography, components, and personality — extracted from [https://imprezia.ai](https://imprezia.ai/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from https://imprezia.ai.

- primary: #111827  
- rgb(17, 24, 39)  
- secondary: #9CA3AF  
- rgb(156, 163, 175)  
- accent: #F5F5F5  
- rgb(245, 245, 245)  
- background: #0E0E0F  
- rgb(14, 14, 15)  
- textPrimary: #0E0E0F  
- rgb(14, 14, 15)  
- link: #6B7280  
- rgb(107, 114, 128)

## Typography

Each font links to its Google Fonts page where available.

- **primary**: Satoshi  
- **heading**: Satoshi

```  
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

Favicon

## UI Components

Live previews rendered using Imprezia's actual button styles.

**Button Primary**:  
- background: #F5F5F5  
- textColor: #000000  
- borderRadius: 9999px  
- shadow: none

**Button Secondary**:  
- background: #C7C7C7  
- textColor: #374151  
- borderColor: #9CA3AF  
- borderRadius: 9999px  
- shadow: none

## Brand Personality

- **Tone**: modern  
- **Energy**: medium  
- **Audience**: AI developers and businesses

## Imprezia Brand in the Wild

Image: [imprezia.ai](https://www.imprezia.ai/_next/image?url=%2Fteam%2FBisheshHeadshot.jpg&w=3840&q=75)  
Source: [imprezia.ai](https://www.imprezia.ai/team)

Image: [imprezia.ai](https://www.imprezia.ai/adcard/t1_translator_creative.jpg)  
Source: [imprezia.ai](https://www.imprezia.ai/)

Image: [imprezia.ai](https://www.imprezia.ai/_next/image?url=%2Fteam%2FAaronHeadshot.jpeg&w=3840&q=75)  
Source: [imprezia.ai](https://www.imprezia.ai/team)

Image: [framerusercontent.com](https://framerusercontent.com/images/EuLXosoSIIqEej99eRlzJ4lZrw.png)  
Source: [start.imprezia.ai](https://www.start.imprezia.ai/)

Image: [imprezia.ai](https://www.imprezia.ai/_next/image?url=%2Fteam%2FDilipHeadshot.jpeg&w=3840&q=75)  
Source: [imprezia.ai](https://www.imprezia.ai/team)

Image: [imprezia.ai](https://www.imprezia.ai/yc_assets/BackedByYCWhite.png)  
Source: [imprezia.ai](https://www.imprezia.ai/)

## Frequently Asked Questions

- **What is Imprezia's primary brand color?**  
Imprezia's primary brand color is #111827. It anchors the visual identity across their website, product UI, and marketing materials.  
- **What accent color does Imprezia use?**  
Imprezia uses #F5F5F5 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.  
- **What font does Imprezia use?**  
Imprezia uses Satoshi as the primary typeface across body and headings.  
- **Does Imprezia use a light or dark theme?**  
Imprezia's primary site uses a dark color scheme, with a background of #0E0E0F.  
- **How was this brand profile generated?**  
This profile was extracted from https://imprezia.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 Imprezia.

## Methodology

Brand data on this page was extracted from [https://imprezia.ai](https://imprezia.ai/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) 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 Imprezia.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Satoshi",
      "role": "body"
    },
    {
      "family": "JetBrains Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#111827",
    "secondary": "#9CA3AF",
    "accent": "#F5F5F5",
    "background": "#0E0E0F",
    "textPrimary": "#0E0E0F",
    "link": "#6B7280"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Satoshi",
      "heading": "Satoshi"
    },
    "fontStacks": {
      "heading": [
        "Satoshi",
        "sans-serif"
      ],
      "body": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Satoshi",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "68px",
      "h2": "72px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#F5F5F5",
      "textColor": "#000000",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#C7C7C7",
      "textColor": "#374151",
      "borderColor": "#9CA3AF",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://www.imprezia.ai/logo/ImpreziaLogo1by1.png",
    "ogImage": null
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Started",
      "reasoning": "The 'Get Started' button is likely the primary CTA due to its action-oriented text and prominent placement. Although it has a light background, the text suggests a strong call to action, making it the most likely primary button."
    },
    "secondary": {
      "index": 3,
      "text": "Login",
      "reasoning": "The 'Login' button is selected as secondary due to its neutral background color and typical secondary action text. It is in a different color group than the primary button, fulfilling the requirement for differentiation."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "AI developers and businesses"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}
```
