# Seals AI Brand Identity A complete profile of **Seals AI**'s visual system — colors, typography, components, and personality — extracted from https://www.hireseals.ai/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/seals-ai - Machine-readable JSON: https://characterquilt.com/branding/seals-ai.json - Per-page llms.txt: https://characterquilt.com/branding/seals-ai/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #F35725 | | Accent | #111827 | | Body Font | ui-sans-serif | | Heading Font | ui-sans-serif | ## Color Palette - primary: #F35725 - secondary: #4B5563 - accent: #111827 - background: #FFFFFF - textPrimary: #111827 - link: #111827 ## Typography - primary: ui-sans-serif — https://fonts.google.com/specimen/ui-sans-serif - heading: ui-sans-serif — https://fonts.google.com/specimen/ui-sans-serif ## Visual Assets - Favicon: https://hireseals.ai/favicon.ico ## UI Components - buttonPrimary: background=#111827, textColor=#FFFFFF, borderRadius=6px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px ## Brand Personality Tone: modern · Energy: medium · Audience: businesses seeking AI solutions ## Seals AI Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Seals AI** - Image: https://temporal-seels.s3.eu-west-2.amazonaws.com/landing/Section-4.png - Source: https://hireseals.ai/ - **Seals AI** - Image: https://temporal-seels.s3.eu-west-2.amazonaws.com/landing/clothes.png - Source: https://hireseals.ai/ - **Seals AI** - Image: https://temporal-seels.s3.eu-west-2.amazonaws.com/landing/Wholesaler.png - Source: https://hireseals.ai/ - **Seals AI** - Image: https://temporal-seels.s3.eu-west-2.amazonaws.com/landing/paint.png - Source: https://hireseals.ai/ - **Seals AI** - Image: https://temporal-seels.s3.eu-west-2.amazonaws.com/landing/boxes.png - Source: https://hireseals.ai/ - **Seals AI** - Image: https://temporal-seels.s3.eu-west-2.amazonaws.com/landing/agents-vertical-mobile.png - Source: https://hireseals.ai/ ## 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. ## Machine-Readable Profile ```json { "colorScheme": "light", "fonts": [ { "family": "ui-sans-serif", "count": 61 }, { "family": "system-ui", "count": 61 }, { "family": "sans-serif", "count": 61 }, { "family": "Apple Color Emoji", "count": 61 }, { "family": "Segoe UI Emoji", "count": 61 }, { "family": "Segoe UI Symbol", "count": 61 }, { "family": "Noto Color Emoji", "count": 61 } ], "colors": { "primary": "#F35725", "secondary": "#4B5563", "accent": "#111827", "background": "#FFFFFF", "textPrimary": "#111827", "link": "#111827" }, "typography": { "fontFamilies": { "primary": "ui-sans-serif", "heading": "ui-sans-serif" }, "fontStacks": { "body": [ "ui-sans-serif", "system-ui", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ], "heading": [ "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": "48px", "h2": "16px", "body": "14px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": { "buttonPrimary": { "background": "#111827", "textColor": "#FFFFFF", "borderRadius": "6px", "borderRadiusCorners": { "topLeft": "6px", "topRight": "6px", "bottomRight": "6px", "bottomLeft": "6px" }, "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px" } }, "images": { "favicon": "https://hireseals.ai/favicon.ico", "ogImage": null }, "__llm_logo_reasoning": { "selectedIndex": -1, "reasoning": "None of the candidates clearly represent the 'Seals AI' brand in a prominent header position. The heuristic choice was a tiny icon, not suitable as a main logo.", "confidence": 0.3, "rejected": true, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 1, "text": "Hire an AI Workforce", "reasoning": "Button #1 ('Hire an AI Workforce') is likely the primary CTA due to its action-oriented text and prominent placement, suggesting a key action for users." }, "secondary": { "index": 0, "text": "Request Demo", "reasoning": "Button #0 ('Request Demo') serves as a secondary action, offering an alternative engagement option for users." }, "confidence": 0.9 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "businesses seeking AI solutions" }, "designSystem": { "framework": "tailwind", "componentLibrary": "" }, "confidence": { "buttons": 0.9, "colors": 0.9, "overall": 0.9 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": -1, "selectedLogoReasoning": "None of the candidates clearly represent the 'Seals AI' brand in a prominent header position. The heuristic choice was a tiny icon, not suitable as a main logo.", "confidence": 0.3 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```