# TigerEye Brand Identity A complete profile of **TigerEye**'s visual system — colors, typography, components, and personality — extracted from http://tigereye.com/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/tigereye - Machine-readable JSON: https://characterquilt.com/branding/tigereye.json - Per-page llms.txt: https://characterquilt.com/branding/tigereye/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #FF4F01 | | Accent | #FFBF00 | | Body Font | ABC Diatype | | Heading Font | ABC Diatype | ## Color Palette - primary: #FF4F01 - accent: #FFBF00 - background: #F7F7F2 - textPrimary: #8C8D8C - link: #FFBF00 ## Typography - primary: ABC Diatype — https://fonts.google.com/specimen/ABC+Diatype - heading: ABC Diatype — https://fonts.google.com/specimen/ABC+Diatype ## Visual Assets - Favicon: https://www.tigereye.com/favicon.6d05b736.ico ## Brand Personality Tone: professional · Energy: medium · Audience: unknown ## TigerEye Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **About · TigerEye** - Image: https://www.tigereye.com/team-founders.c8001de6.jpg - Source: https://www.tigereye.com/about/ - **About · TigerEye** - Image: https://www.tigereye.com/team-yc.3b442b19.jpg - Source: https://www.tigereye.com/about/ - **About · TigerEye** - Image: https://www.tigereye.com/team-group.fb806330.jpg - Source: https://www.tigereye.com/about/ - **TigerEye Design || Union Made Print Products** - Image: https://tigereye.design/cdn/shop/collections/Americana-TigerEye-Design-1065.jpg?v=1719927486&width=1500 - Source: https://tigereye.design/?srsltid=AfmBOooO4M4tfuTsn4y-wPlflHMDc_UpsVAKPKcla6TGt8WR5wPmpoyM - **TigerEye Metrics, Dynamic Dashboards & More** - Image: https://media.licdn.com/dms/image/v2/D5612AQFsoDyjfR2WTw/article-cover_image-shrink_720_1280/B56ZaEyoK7GUAI-/0/1745984586746?e=2147483647&v=beta&t=FBX8NLDgbq1gkQrTYPbESQ2W8bxzMq_c9OQE32DLnsc - Source: https://www.linkedin.com/pulse/tigereye-metrics-dynamic-dashboards-more-tigereye-3zf3c - **Data Driven Decision Making Without Technology in Baseball | by Austin Marchesani | Medium** - Image: https://miro.medium.com/1*oLNuFOx-D0lJxZj43z3TrQ.png - Source: https://medium.com/@austinmarchesani/data-driven-decision-making-without-technology-in-baseball-80e6bc6006a0 ## 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": "ABC Diatype", "count": 16 } ], "colors": { "primary": "#FF4F01", "accent": "#FFBF00", "background": "#F7F7F2", "textPrimary": "#8C8D8C", "link": "#FFBF00" }, "typography": { "fontFamilies": { "primary": "ABC Diatype", "heading": "ABC Diatype" }, "fontStacks": { "body": [ "ABC Diatype" ], "heading": [ "ABC Diatype" ], "paragraph": [ "ABC Diatype" ] }, "fontSizes": { "h1": "32px", "h2": "32px", "body": "20px" } }, "spacing": { "baseUnit": 4, "borderRadius": "33554400px" }, "components": {}, "images": { "logo": null, "favicon": "https://www.tigereye.com/favicon.6d05b736.ico", "ogImage": null }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "unknown" }, "designSystem": { "framework": "unknown", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0, "overall": 0 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none", "rawLogoSelection": { "selectedLogoIndex": -1, "selectedLogoReasoning": "LLM failed", "confidence": 0 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false, "error": "LLM call failed or returned fallback values" } } } ```