# Stream Brand Identity

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

## Primary Color

`#78748B`

## Accent Color

`#3898EC`

## Body Font

Public Sans

## Heading Font

Ancizar Serif

## Color Palette

Brand palette extracted from http://www.stream.claims.

- **Primary:** `#78748B`  (rgb(120, 116, 139))
- **Secondary:** `#0082F3`  (rgb(0, 130, 243))
- **Accent:** `#3898EC`  (rgb(56, 152, 236))
- **Background:** `#201F25`  (rgb(32, 31, 37))
- **Text Primary:** `#201F25`  (rgb(32, 31, 37))
- **Link:** `#3898EC`  (rgb(56, 152, 236))

## Typography

Each font links to its Google Fonts page where available.

- **Primary:** Public Sans [Google Fonts →](https://fonts.google.com/specimen/Public+Sans)
- **Heading:** Ancizar Serif [Google Fonts →](https://fonts.google.com/specimen/Ancizar+Serif)
- **Font Stack for Headings:** Ancizar Serif, Arial, sans-serif

```plaintext
Not found on Google Fonts? Instruction text omitted for brevity.
```

## Visual Assets

Logo

Favicon

Social Card

## UI Components

Live previews rendered using Stream's actual button styles.

### Button Primary
- **background:** `#201F25`
- **textColor:** `#FFFFFF`
- **borderRadius:** `0px`
- **shadow:** `none`

### Button Secondary
- **background:** `#FFFFFF`
- **textColor:** `#FFFFFF`
- **borderRadius:** `9px`
- **shadow:** `none`

## Brand Personality

- **Tone:** modern
- **Energy:** medium
- **Audience:** insurance professionals and claims teams

## Frequently Asked Questions

1. **What is Stream's primary brand color?**  Stream's primary brand color is `#78748B`.
2. **What accent color does Stream use?** Stream uses `#3898EC`.
3. **What font does Stream use?** Stream uses Public Sans for body text and Ancizar Serif for headings.
4. **Does Stream use a light or dark theme?** Stream uses a dark color scheme.
5. **Where can I find Stream's logo?** Stream's logo is available directly on their site (http://www.stream.claims).

## Methodology

Brand data on this page was extracted from [http://www.stream.claims](http://www.stream.claims/) using various methodologies.

## Machine-Readable Profile

Direct endpoints for agents, designers, and tooling:

```json
{
  "colorScheme": "dark",
  "fonts": [
    {"family": "Public Sans", "role": "body"},
    {"family": "Ancizar Serif", "role": "heading"}
  ],
  "colors": {
    "primary": "#78748B",
    "secondary": "#0082F3",
    "accent": "#3898EC",
    "background": "#201F25",
    "textPrimary": "#201F25",
    "link": "#3898EC"
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2087%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20data-fc-idx%3D%220%22%3E...",
    "favicon": "https://cdn.prod.website-files.com/69bdd19f61134b180a2bdb37/69c32eecb0b80296277c0c67_Stream%20-%20Favicon%20Black.png",
    "ogImage": "https://cdn.prod.website-files.com/69bdd19f61134b180a2bdb37/69c32f333fdf3f93e24b9c2b_Stream%20-%20Opengraph.png"
  }
}
```
