# Mystery.org Brand Identity

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

## Color Palette

Brand palette extracted from https://mystery.org.

| Color        | Hex Color  | RGB               |
|--------------|------------|-------------------|
| Primary      | #FFDF52    | rgb(255, 223, 82) |
| Accent       | #F76959    | rgb(247, 105, 89) |
| Background   | #FFFFFF    | rgb(255, 255, 255)|
| Text Primary | #000000    | rgb(0, 0, 0)      |
| Link         | #F76959    | rgb(247, 105, 89) |

## Typography

### Font Families

- **Primary:** Poppins
- **Heading:** Agrandir Regular

### Font Links

- [Poppins Google Fonts →](https://fonts.google.com/specimen/Poppins)
- [Agrandir Regular Google Fonts →](https://fonts.google.com/specimen/Agrandir+Regular)

## Visual Assets

## Brand Personality

**Tone:** playful  
**Energy:** medium  
**Audience:** educators and students

## Frequently Asked Questions

1. **What is Mystery.org's primary brand color?**  
   Mystery.org's primary brand color is #FFDF52.

2. **What accent color does Mystery.org use?**  
   Mystery.org uses #F76959 as an accent color.

3. **What font does Mystery.org use?**  
   Mystery.org uses Poppins for body text and Agrandir Regular for headings.

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

5. **Where can I find Mystery.org's logo?**  
   Mystery.org's logo is available directly on their site (https://mystery.org).

6. **How was this brand profile generated?**  
   This profile was extracted from https://mystery.org using the Firecrawl branding extraction API.

## Methodology

Brand data on this page was extracted from [https://mystery.org](https://mystery.org/) on 2026-07-27 using the Firecrawl branding extraction API.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Poppins",
      "role": "body"
    },
    {
      "family": "Agrandir Regular",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FFDF52",
    "accent": "#F76959",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#F76959"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Poppins",
      "heading": "Agrandir Regular"
    }
  },
  "images": {
    "logo": "https://images.squarespace-cdn.com/content/v1/5ba92ce5a9ab9536aa0f9946/1602114941511-Q1P8EOX8H816JONRNHCF/Mystery.org_logo_black_vertical_rgb.png",
    "favicon": "https://images.squarespace-cdn.com/content/v1/5ba92ce5a9ab9536aa0f9946/1583530800705-IUPOWZQ8IA74YFZ8U77J/favicon.ico"
  },
  "personality": {
    "tone": "playful",
    "energy": "medium",
    "targetAudience": "educators and students"
  }
}
```
