# Subframe Brand Identity

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

## Primary Color

- #FF0000

## Accent Color

- #9CA3AF

## Body Font

- Inter

## Heading Font

- Work Sans

## Color Palette

Brand palette extracted from [https://www.subframe.com/](https://www.subframe.com/).

- **primary**  
  - #FF0000  
  - rgb(255, 0, 0)

- **secondary**  
  - #8FC4F1  
  - rgb(143, 196, 241)

- **accent**  
  - #9CA3AF  
  - rgb(156, 163, 175)

- **background**  
  - #FCFCFC  
  - rgb(252, 252, 252)

- **textPrimary**  
  - #242424  
  - rgb(36, 36, 36)

- **link**  
  - #9CA3AF  
  - rgb(156, 163, 175)

## Typography

Each font links to its Google Fonts page where available.

- **primary**
  - Inter  
  [Google Fonts →](https://fonts.google.com/specimen/Inter)

- **heading**
  - Work Sans  
  [Google Fonts →](https://fonts.google.com/specimen/Work+Sans)

## Visual Assets

## UI Components

Live previews rendered using Subframe's actual button styles.

- **Button Primary**  
  - background: #EDEDED  
  - textColor: #242424  
  - borderRadius: 16px  
  - shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px...

## Brand Personality

- **Tone:** modern  
- **Energy:** medium  
- **Audience:** designers and developers

## Subframe Brand in the Wild

## Frequently Asked Questions

1. **What is Subframe's primary brand color?**  
   Subframe's primary brand color is #FF0000.

2. **What accent color does Subframe use?**  
   Subframe uses #9CA3AF as an accent color.

3. **What font does Subframe use?**  
   Subframe uses Inter for body text and Work Sans for headings.

4. **Does Subframe use a light or dark theme?**  
   Subframe's primary site uses a light color scheme.

5. **Where can I find Subframe's logo?**  
   Subframe's logo is available directly on their site.

6. **How was this brand profile generated?**  
   This profile was extracted using the Firecrawl branding extraction API.

## Methodology

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

## Machine-Readable Profile

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Work Sans",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#FF0000",
    "secondary": "#8FC4F1",
    "accent": "#9CA3AF",
    "background": "#FCFCFC",
    "textPrimary": "#242424",
    "link": "#9CA3AF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Work Sans"
    },
    "fontStacks": {
      "heading": [
        "Inter"
      ],
      "body": [
        "Inter",
        "Work Sans",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "Inter"
      ]
    },
    "fontSizes": {
      "h1": "96px",
      "h2": "12px",
      "body": "48px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#EDEDED",
      "textColor": "#242424",
      "borderRadius": "16px",
      "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"
    }
  },
  "images": {
    "logo": "https://res.cloudinary.com/subframe/image/upload/v1770085585/uploads/302/gjitumzrksd9ud8ruu0h.svg",
    "favicon": "https://www.subframe.com/favicon.ico",
    "ogImage": "https://www.subframe.com/images/open-graph-image.png"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "designers and developers"
  }
}
```
