# Snapjoy Brand Identity

A complete profile of **Snapjoy**'s visual system — colors, typography, components, and personality — extracted from [http://snapjoy.com](http://snapjoy.com/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from http://snapjoy.com.

| Color         | Hex      | RGB               |
|---------------|----------|-------------------|
| primary       | #000000  | rgb(0, 0, 0)      |
| accent        | #000000  | rgb(0, 0, 0)      |
| background    | #FFFFFF  | rgb(255, 255, 255)|
| textPrimary   | #111111  | rgb(17, 17, 17)   |
| link          | #000000  | rgb(0, 0, 0)      |

## Typography

Each font links to its Google Fonts page where available.

### Primary Font
- **Times New Roman**  
  [Google Fonts →](https://fonts.google.com/specimen/Times+New+Roman)

### Heading Font
- **Montserrat**  
  [Google Fonts →](https://fonts.google.com/specimen/Montserrat)

```
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
...
```

## Brand Personality

**Tone:** professional  
**Energy:** medium  
**Audience:** unknown

## Snapjoy Brand in the Wild

_Image source: [weddingwire.com](https://www.weddingwire.com/biz/snap-joy-photo-booth-co/79eba8f7b588691b.html)_

_Image source: [wiki.archiveteam.org](https://wiki.archiveteam.org/index.php/Snapjoy)_

_Image source: [petapixel.com](https://petapixel.com/2013/06/23/dropbox-to-shut-down-photo-storage-site-snapjoy-just-6-months-after-acquiring-it/)_

_Image source: [cnet.com](https://www.cnet.com/tech/services-and-software/dropbox-snaps-up-cloud-based-photo-organizer-snapjoy/)_

_Image source: [snapjoyphoto.ca](https://snapjoyphoto.ca/weddings/)_

## Frequently Asked Questions

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

**What font does Snapjoy use?**  
Snapjoy uses Times New Roman for body text and Montserrat for headings. Fonts were detected on http://snapjoy.com as part of their live design system.

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

**How was this brand profile generated?**  
This profile was extracted from http://snapjoy.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 Snapjoy.

## Methodology

Brand data on this page was extracted from [http://snapjoy.com](http://snapjoy.com/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) branding extraction API.

## Machine-Readable Profile

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

```
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Times New Roman",
      "count": 2
    },
    {
      "family": "Montserrat",
      "count": 2
    },
    {
      "family": "sans-serif",
      "count": 2
    }
  ],
  "colors": {
    "primary": "#000000",
    "accent": "#000000",
    "background": "#FFFFFF",
    "textPrimary": "#111111",
    "link": "#000000"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Times New Roman",
      "heading": "Montserrat"
    },
    "fontStacks": {
      "body": [
        "Times New Roman"
      ],
      "heading": [
        "Montserrat",
        "sans-serif"
      ],
      "paragraph": [
        "Times New Roman"
      ]
    },
    "fontSizes": {
      "h1": "32px",
      "h2": "32px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 10,
    "borderRadius": "0px"
  },
  "components": {},
  "images": {
    "logo": null,
    "favicon": null,
    "ogImage": null
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "unknown"
  },
  "designSystem": {
    "framework": "unknown",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0,
    "colors": 0,
    "overall": 0
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "LLM failed",
        "confidence": 0
      }
    },
    "buttonClassification": {
      "llmCalled": false,
      "llmSucceeded": false,
      "error": "LLM call failed or returned fallback values"
    }
  }
}
```
