# Fuzzbuzz Brand Identity

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

## Color Palette

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

| Color         | Hex      | RGB                 |
|---------------|----------|---------------------|
| Primary       | #232F3E  | rgb(35, 47, 62)     |
| Secondary     | #2162A1  | rgb(33, 98, 161)    |
| Accent        | #232F3E  | rgb(35, 47, 62)     |
| Background    | #FFFFFF  | rgb(255, 255, 255)  |
| Text Primary  | #0F1111  | rgb(15, 17, 17)     |
| Link          | #232F3E  | rgb(35, 47, 62)     |

## Typography

Each font links to its Google Fonts page where available.

| Role   | Font   | Link                                      |
|--------|--------|-------------------------------------------|
| Primary| Arial  | [Google Fonts →](https://fonts.google.com/specimen/Arial) |
| Heading| Arial  | [Google Fonts →](https://fonts.google.com/specimen/Arial) |

## Visual Assets

## UI Components

| Component       | Properties                               |
|-----------------|------------------------------------------|
| Input           | background: transparent, textColor: #111111, borderRadius: 8px, shadow: none  |
| Button Primary  | background: #232F3E, textColor: #111111, borderRadius: 0px, shadow: none  |
| Button Secondary| background: #E3E6E6, textColor: #0F1111, borderRadius: 0px, shadow: none  |

## Brand Personality

**Tone:** professional  
**Energy:** medium  
**Audience:** general consumers in India

## Fuzzbuzz Brand in the Wild

Source: [sell.amazon.in](https://sell.amazon.in/seller-success-stories/aarshaveda-sell-ayurvedic-products-online)

Source: [amazon.in](https://www.amazon.in/Blogging-Beginner-Simple-Guide-Create-ebook/dp/B00JOR84S0)

## Frequently Asked Questions

**What is Fuzzbuzz's primary brand color?**  
Fuzzbuzz's primary brand color is #232F3E. It anchors the visual identity across their website, product UI, and marketing materials.

**What font does Fuzzbuzz use?**  
Fuzzbuzz uses Arial as the primary typeface across body and headings.

**Does Fuzzbuzz use a light or dark theme?**  
Fuzzbuzz's primary site uses a light color scheme, with a background of #FFFFFF.

**Where can I find Fuzzbuzz's logo?**  
Fuzzbuzz's logo is available directly on their site (https://amazon.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://amazon.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 Fuzzbuzz.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Arial",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#232F3E",
    "secondary": "#2162A1",
    "accent": "#232F3E",
    "background": "#FFFFFF",
    "textPrimary": "#0F1111",
    "link": "#232F3E"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Arial",
      "heading": "Arial"
    },
    "fontStacks": {
      "heading": [
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "14px",
      "h2": "14px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#111111",
      "borderColor": null,
      "borderRadius": "8px",
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#232F3E",
      "textColor": "#111111",
      "borderRadius": "0px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#E3E6E6",
      "textColor": "#0F1111",
      "borderRadius": "0px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://m.media-amazon.com/images/G/31/gno/sprites/nav-sprite-global-1x-reorg-privacy._CB546381437_.png",
    "favicon": "https://www.amazon.in/favicon.ico",
    "ogImage": "https://m.media-amazon.com/images/I/51HCHFclmmL.jpg"
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "general consumers in India"
  }
}
```
