# Streamdal Brand Identity

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

## Color Palette

Brand palette extracted from https://streamdal.com.

- **Primary**: #110E1E (rgb(17, 14, 30))
- **Secondary**: #FFD260 (rgb(255, 210, 96))
- **Accent**: #FFD260 (rgb(255, 210, 96))
- **Background**: #0F0C1A (rgb(15, 12, 26))
- **Text Primary**: #0F0C1A (rgb(15, 12, 26))
- **Link**: #28203F (rgb(40, 32, 63))

## Typography

Each font links to its Google Fonts page where available.

- **Primary**: Inter ([Google Fonts →](https://fonts.google.com/specimen/Inter))
- **Heading**: Space Grotesk ([Google Fonts →](https://fonts.google.com/specimen/Space+Grotesk))

## Visual Assets

Logo  
  
Favicon  
  
Social Card

## UI Components

Live previews rendered using Streamdal's actual button styles.

### Input

- **Background**: transparent  
- **Text Color**: #272835  
- **Border Color**: #272835  
- **Border Radius**: 8px  
- **Shadow**: none

### Button Primary

- **Background**: #FFD260  
- **Text Color**: #28203F  
- **Border Color**: #956CFF  
- **Border Radius**: 10px  
- **Shadow**: none

### Button Secondary

- **Background**: #28203F  
- **Text Color**: #FFFFFF  
- **Border Radius**: 8px  
- **Shadow**: none

## Brand Personality

- **Tone**: modern  
- **Energy**: medium  
- **Audience**: developers and tech professionals

## Streamdal Brand in the Wild

Image: [docs.streamdal.com](https://docs.streamdal.com/_astro/ConsoleTail.460bf5c8.png)  
Source: [docs.streamdal.com](https://docs.streamdal.com/en/guides/tail/)

Image: [streamdal.com](https://streamdal.com/assets/images/blog/what-is-upstream-data-security-and-why-is-it-important.webp)  
Source: [streamdal.com](https://streamdal.com/blog/what-is-upstream-data-security-and-why-is-it-important/)

Image: [docs.streamdal.com](https://docs.streamdal.com/_astro/CliTail.6c1c19ca.png)  
Source: [docs.streamdal.com](https://docs.streamdal.com/)

Image: [streamdal.com](https://streamdal.com/assets/images/blog/what-is-code-native-data-privacy.webp)  
Source: [streamdal.com](https://streamdal.com/blog/what-is-code-native-data-privacy/)

Image: [streamdal.com](https://streamdal.com/assets/images/blog/how-to-migrating-github-repos-to-a-monorepo.webp)  
Source: [streamdal.com](https://streamdal.com/blog/how-to-migrating-github-repos-to-a-monorepo/)

## Frequently Asked Questions

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

- **What accent color does Streamdal use?**  
Streamdal uses #FFD260 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

- **What font does Streamdal use?**  
Streamdal uses Inter for body text and Space Grotesk for headings. Fonts were detected on https://streamdal.com as part of their live design system.

- **Does Streamdal use a light or dark theme?**  
Streamdal's primary site uses a dark color scheme, with a background of #0F0C1A.

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

## Methodology

Brand data on this page was extracted from [https://streamdal.com](https://streamdal.com/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by **CharacterQuilt** and is not affiliated with or endorsed by Streamdal.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Space Grotesk",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#110E1E",
    "secondary": "#FFD260",
    "accent": "#FFD260",
    "background": "#0F0C1A",
    "textPrimary": "#0F0C1A",
    "link": "#28203F"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Space Grotesk"
    },
    "fontStacks": {
      "heading": [
        "Space Grotesk",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Inter",
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "110px",
      "h2": "100px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#272835",
      "borderColor": "#272835",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FFD260",
      "textColor": "#28203F",
      "borderColor": "#956CFF",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#28203F",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://streamdal.com/assets/logos/streamdal.svg",
    "favicon": "https://streamdal.com/assets/icons/favicon-dark.svg",
    "ogImage": "/assets/images/streamdal-opengraph.webp",
    "logoHref": "/",
    "logoAlt": "Streamdal logo"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and tech professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  }
}
```
