# TigerData Brand Identity A complete profile of **TigerData**'s visual system — colors, typography, components, and personality — extracted from https://www.tigerdata.com/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/tigerdata - Machine-readable JSON: https://characterquilt.com/branding/tigerdata.json - Per-page llms.txt: https://characterquilt.com/branding/tigerdata/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #F5FF80 | | Accent | #FF5B29 | | Body Font | Roboto | | Heading Font | Geist | ## Color Palette - primary: #F5FF80 - secondary: #141E34 - accent: #FF5B29 - background: #FAFAFA - textPrimary: #000000 - link: #FF5B29 ## Typography - primary: Roboto — https://fonts.google.com/specimen/Roboto - heading: Geist — https://fonts.google.com/specimen/Geist ## Visual Assets - Logo: https://assets.tigerdata.com/timescale-web/brand/tiger-data/flat-logos/logo-horizontal-black.svg - Favicon: https://www.tigerdata.com/icon.ico?1fba71913669969d - Social card (og:image): https://www.tigerdata.com/images/social.png ## UI Components - input: background=#FFFFFF, textColor=#000000, borderColor=null, borderRadius=4px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px - buttonPrimary: background=#000000, textColor=#FFFFFF, borderColor=#000000, borderRadius=4px, shadow=none - buttonSecondary: background=#FFFFFF, textColor=#000000, borderColor=#000000, borderRadius=4px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: businesses and developers interested in large-scale data solutions ## TigerData Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Explore Tiger Data Success Stories | Tiger Data** - Image: https://images.ctfassets.net/npizagvkn99r/pTUgqVr77OHOj7Ny2pPoo/897ffc159a4c394b96200bcddb9bf001/Copy_of_IMG_3210.jpg - Source: https://www.tigerdata.com/case-studies/laketech - **A Community Member Spotlight Series ... Featuring Your TimescaleDB Projects! | Tiger Data** - Image: https://www.tigerdata.com/_next/image?url=https%3A%2F%2Ftimescale.ghost.io%2Fblog%2Fcontent%2Fimages%2Fsize%2Fw1000%2F2026%2F04%2Fcommunity-spotlight-series-blog.png&w=3840&q=75 - Source: https://www.tigerdata.com/blog/community-member-spotlight-series-featuring-your-timescaledb-projects - **Best Practices for Postgres Database Operations | Tiger Data** - Image: https://www.tigerdata.com/_next/image?url=https%3A%2F%2Fimages.ctfassets.net%2Fnpizagvkn99r%2F56icWwMC6mthAhoqIoZNmz%2F590c0adde09986cc8ccd8db340e45753%2FBest_Practices_for_Postgres_Operations_Insights.png%3Ffm%3Djpg%26fl%3Dprogressive&w=3840&q=100 - Source: https://www.tigerdata.com/learn/postgresql-database-operations - **Tiger Data Blog | Tiger Data** - Image: https://storage.ghost.io/c/6b/cb/6bcb39cf-9421-4bd1-9c9d-fa7b6755ba0e/content/images/2026/04/thumbnail-blog-thumbnail-1280x720--1-.png - Source: https://www.tigerdata.com/blog - **Back up and recover services | Tiger Data Docs** - Image: https://www.tigerdata.com/docs/_astro/database-backup-recovery.DHoYmo-Y_Z1NJvh0.webp - Source: https://www.tigerdata.com/docs/deploy/tiger-cloud/tiger-cloud-aws/high-availability/backup-restore - **Tiger Data Blog | Tiger Data** - Image: https://storage.ghost.io/c/6b/cb/6bcb39cf-9421-4bd1-9c9d-fa7b6755ba0e/content/images/2026/04/moving-from-row-deletes-to-instant-data-retention-blog--2-.png - Source: https://www.tigerdata.com/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. ## Machine-Readable Profile ```json { "colorScheme": "light", "fonts": [ { "family": "Geist", "role": "heading" }, { "family": "Roboto", "role": "body" } ], "colors": { "primary": "#F5FF80", "secondary": "#141E34", "accent": "#FF5B29", "background": "#FAFAFA", "textPrimary": "#000000", "link": "#FF5B29" }, "typography": { "fontFamilies": { "primary": "Roboto", "heading": "Geist" }, "fontStacks": { "heading": [ "Geist" ], "body": [ "ui-sans-serif", "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ], "paragraph": [ "Geist" ] }, "fontSizes": { "h1": "80px", "h2": "52px", "body": "14px" } }, "spacing": { "baseUnit": 4, "borderRadius": "8px" }, "components": { "input": { "background": "#FFFFFF", "textColor": "#000000", "borderColor": null, "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "4px" }, "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px" }, "buttonPrimary": { "background": "#000000", "textColor": "#FFFFFF", "borderColor": "#000000", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "none" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#000000", "borderColor": "#000000", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "none" } }, "images": { "logo": "https://assets.tigerdata.com/timescale-web/brand/tiger-data/flat-logos/logo-horizontal-black.svg", "favicon": "https://www.tigerdata.com/icon.ico?1fba71913669969d", "ogImage": "https://www.tigerdata.com/images/social.png", "logoHref": "/", "logoAlt": "TigerData logo" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'TigerData'.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 1, "text": "Start a free trial", "reasoning": "Button #1 'Start a free trial' has a dark background (#000000) with white text, making it stand out as a primary CTA. The text is action-oriented, encouraging users to start a trial, which is a common primary action." }, "secondary": { "index": 26, "text": "Read more case studies", "reasoning": "Button #0 'Read more case studies' has a light background (#FFFFFF) with black text, making it suitable as a secondary CTA. It provides additional information rather than a direct action, complementing the primary button." }, "confidence": 0.95 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "businesses and developers interested in large-scale data solutions" }, "designSystem": { "framework": "tailwind", "componentLibrary": "" }, "confidence": { "buttons": 0.95, "colors": 0.9, "overall": 0.925 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'TigerData'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```