# Observe.AI Brand Identity

A complete profile of **Observe.AI**'s visual system — colors, typography, components, and personality — extracted from https://observe.ai. Built for designers, agents, and AI tools.

- Page: https://characterquilt.com/branding/observe-ai
- Machine-readable JSON: https://characterquilt.com/branding/observe-ai.json
- Per-page llms.txt: https://characterquilt.com/branding/observe-ai/llms.txt

## Quick Facts

| Field | Value |
|---|---|
| Primary | #9543F6 |
| Accent | #9543F6 |
| Body Font | Inter |
| Heading Font | Inter |

## Color Palette

- primary: #9543F6
- secondary: #523CE5
- accent: #9543F6
- background: #FFFFFF
- textPrimary: #1A1A1A
- link: #000310

## Typography

- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter

## Visual Assets

- Logo: https://cdn.prod.website-files.com/5caac3a8d636b7cfc2606d35/63350a4777fd7dc0bd25cc10_observeai%20logo%20black%20on%20trans.png
- Favicon: https://cdn.prod.website-files.com/5caac3a8d636b7cfc2606d35/672980c279d42fdd90bff85c_OAI_FAVICON_2024.svg
- Social card (og:image): https://cdn.prod.website-files.com/5caac3a8d636b7cfc2606d35/67253fc31c716c840bab91c1_OG%20Image.jpg

## UI Components

- buttonPrimary: background=#9543F6, textColor=#FFFFFF, borderColor=#9543F6, borderRadius=6px, shadow=none
- buttonSecondary: background=#FAFAFE, textColor=#000310, borderRadius=0px, shadow=none

## Brand Personality

Tone: modern · Energy: high · Audience: businesses seeking AI solutions for customer experience

## Observe.AI Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

- **Hidden Benefits of Contact Center AI Summarizer Tools**  
  - Image: https://cdn.prod.website-files.com/5caac3a8d636b7d2e2606d40/68ba41797e9bd314d06b7676_contact-center-manager-employee-talking.jpg  
  - Source: https://www.observe.ai/blog/hidden-benefits-of-contact-center-ai-summarizer-tools  
- **Contact Center Insight | Our Blog - Observe.ai**  
  - Image: https://cdn.prod.website-files.com/5caac3a8d636b7d2e2606d40/6998aed2ad2b54cfe43b51b0_Banking%20and%20Financial%20Services%20Blog%203.jpg  
  - Source: https://www.observe.ai/blog  
- **Observe AI Platform Overview: Real-Time, Post-Interaction & Call Analytics**  
  - Image: https://cdn.prod.website-files.com/5caac3a8d636b7cfc2606d35/6854505caaa015f9738cece5_Marketecture%20%205.19.25%20%C6%92.png  
  - Source: https://www.observe.ai/platform/overview  
- **Contact Center Insight | Our Blog - Observe.ai**  
  - Image: https://cdn.prod.website-files.com/5caac3a8d636b7d2e2606d40/6998ad4c037a0ad336254a78_Banking%20and%20Financial%20Services%20Blog%202.jpg  
  - Source: https://www.observe.ai/blog  
- **Real-Time Agent Assist | AI Agent Assistance**  
  - Image: https://cdn.prod.website-files.com/5caac3a8d636b7cfc2606d35/674e5d4d776fdbeaf8892618_Knowledge%20AI.webp  
  - Source: https://www.observe.ai/real-time/agent-assist  
- **Contact Center Insight | Our Blog - Observe.ai**  
  - Image: https://cdn.prod.website-files.com/5caac3a8d636b7d2e2606d40/69979abcc826e9eaeb5c8881_Healthcare%20Payer%20Blog%202.jpg  
  - Source: https://www.observe.ai/blog

## Working with these fonts

Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.
