# Patent Watch Brand Identity

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

## Color Palette

Brand palette extracted from https://www.patentwatch.ai/.  
**primary**  
`#EDE8D9`  
**accent**  
`#005133`  
**background**  
`#FAFBFA`  
**textPrimary**  
`#000000`  
**link**  
`#005133`

## Typography

Each font links to its Google Fonts page where available.  
**primary**  
Inter Tight  
[Inter Tight Google Fonts →](https://fonts.google.com/specimen/Inter+Tight)  
**heading**  
Source Serif 4  
[Source Serif 4 Google Fonts →](https://fonts.google.com/specimen/Source+Serif+4)

## Visual Assets

Logo

Favicon

## UI Components

Live previews rendered using Patent Watch's actual button styles.

**Button Primary**  
**background** `#000000`  
**textColor** `#FFFFFF`  
**borderRadius** `33554400px`  
**shadow** `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px`

## Brand Personality

**Tone:** professional  
**Energy:** medium  
**Audience:** legal professionals and patent analysts

## Frequently Asked Questions

**What is Patent Watch's primary brand color?**  
Patent Watch's primary brand color is `#EDE8D9`. It anchors the visual identity across their website, product UI, and marketing materials.

**What accent color does Patent Watch use?**  
Patent Watch uses `#005133` as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

**What font does Patent Watch use?**  
Patent Watch uses Inter Tight for body text and Source Serif 4 for headings. Fonts were detected on https://www.patentwatch.ai/ as part of their live design system.

**Does Patent Watch use a light or dark theme?**  
Patent Watch's primary site uses a light color scheme, with a background of `#FAFBFA`.

**Where can I find Patent Watch's logo?**  
Patent Watch's logo is available directly on their site (https://www.patentwatch.ai/). 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.patentwatch.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 Patent Watch.

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter Tight",
      "role": "body"
    },
    {
      "family": "Source Serif 4",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#EDE8D9",
    "accent": "#005133",
    "background": "#FAFBFA",
    "textPrimary": "#000000",
    "link": "#005133"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter Tight",
      "heading": "Source Serif 4"
    },
    "fontStacks": {
      "heading": [
        "Source Serif 4",
        "Georgia",
        "Times New Roman",
        "serif"
      ],
      "body": [
        "Inter Tight",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ],
      "paragraph": [
        "Inter Tight",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "128px",
      "h2": "48px",
      "body": "12px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "33554400px",
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px"
    }
  },
  "images": {
    "logo": "https://www.patentwatch.ai/_app/immutable/assets/test-logo.DSR1lG8k.svg",
    "favicon": "https://www.patentwatch.ai/favicon.png"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "legal professionals and patent analysts"
  }
}
```
