# Siftly Brand Identity

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

## Color Palette
Brand palette extracted from https://siftly.ai/.  
**primary**  
`#020817`  
**secondary**  
`#D3F3DF`  
**accent**  
`#9CA3AF`  
**background**  
`#FFFFFF`  
**textPrimary**  
`#000000`  
**link**  
`#9CA3AF`

## Typography
Each font links to its Google Fonts page where available.

**primary**  
Apple Color Emoji  
Apple Color Emoji [Google Fonts →](https://fonts.google.com/specimen/Apple+Color+Emoji)

**heading**  
Apple Color Emoji  
Apple Color Emoji [Google Fonts →](https://fonts.google.com/specimen/Apple+Color+Emoji)

## Visual Assets

%20rotate(45)%22%3E%3Crect%20x%3D%22-8%22%20y%3D%22-10%22%20width%3D%2216%22%20height%3D%224%22%20rx%3D%222%22%20ry%3D%222%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Crect%20x%3D%22-11%22%20y%3D%22-2%22%20width%3D%2222%22%20height%3D%224%22%20rx%3D%222%22%20ry%3D%222%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Crect%20x%3D%22-8%22%20y%3D%226%22%20width%3D%2216%22%20height%3D%224%22%20rx%3D%222%22%20ry%3D%222%22%20fill%3D%22white%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fg%3E%3Ctext%20x%3D%2244%22%20y%3D%2225%22%20fill%3D%22white%22%20font-family%3D%22Inter%2C%20system-ui%2C%20sans-serif%22%20font-size%3D%2220%22%20font-weight%3D%22600%22%20dominant-baseline%3D%22middle%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%3ESiftly%3C%2Ftext%3E%3C%2Fsvg%3E)  
**Logo**

**Favicon**

## UI Components
Live previews rendered using Siftly's actual button styles.

**Button Primary**  
`background`: #FFFFFF  
`textColor`: #FFFFFF  
`borderColor`: #FFFFFF  
`borderRadius`: 9999px  
`shadow`: none

## Brand Personality
**Tone:** modern  
**Energy:** medium  
**Audience:** business professionals and tech enthusiasts

## Frequently Asked Questions
**What is Siftly's primary brand color?**  
Siftly's primary brand color is `#020817`. It anchors the visual identity across their website, product UI, and marketing materials.  
**What accent color does Siftly use?**  
Siftly uses `#9CA3AF` as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.  
**What font does Siftly use?**  
Siftly uses Apple Color Emoji as the primary typeface across body and headings.  
**Does Siftly use a light or dark theme?**  
Siftly's primary site uses a light color scheme, with a background of `#FFFFFF`.  
**Where can I find Siftly's logo?**  
Siftly's logo is available directly on their site ([https://siftly.ai/](https://siftly.ai/)). The current logo URL is included in the machine-readable JSON profile linked above.

## Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.

```json
{
  "colorScheme": "light",
  "fonts": [
    { "family": "Apple Color Emoji", "role": "unknown" },
    { "family": "Segoe UI Emoji", "role": "unknown" },
    { "family": "Segoe UI Symbol", "role": "unknown" },
    { "family": "Noto Color Emoji", "role": "unknown" }
  ],
  "colors": {
    "primary": "#020817",
    "secondary": "#D3F3DF",
    "accent": "#9CA3AF",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#9CA3AF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Apple Color Emoji",
      "heading": "Apple Color Emoji"
    },
    "fontStacks": {
      "heading": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "30px",
      "body": "18px"
    }
  },
  "spacing": { "baseUnit": 4, "borderRadius": "0px" },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg...",
    "favicon": "https://siftly.ai/favicon.ico?7088152918078cfe"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business professionals and tech enthusiasts"
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  }
}
```
