# TAG Brand Identity A complete profile of **TAG**'s visual system — colors, typography, components, and personality — extracted from https://tagme.pk/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/tag - Machine-readable JSON: https://characterquilt.com/branding/tag.json - Per-page llms.txt: https://characterquilt.com/branding/tag/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #EBCB13 | | Accent | #4EF3A4 | | Body Font | Inter | | Heading Font | Inter | ## Color Palette - primary: #EBCB13 - accent: #4EF3A4 - background: #1D1D1D - textPrimary: #1D1D1D - link: #4EF3A4 ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Inter — https://fonts.google.com/specimen/Inter ## Visual Assets - Favicon: https://tagme.pk/assets/img/favicon.svg ## UI Components - buttonPrimary: background=#EBCB13, textColor=#131313, borderColor=#EBCB13, borderRadius=6px, shadow=none - buttonSecondary: background=#191717, textColor=#FFFFFF, borderRadius=0px, shadow=none ## Brand Personality Tone: bold · Energy: high · Audience: gamers and online casino enthusiasts ## TAG Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **B9 Game Download ᐉ Get the Latest B9 Game APK & Start Winning!** - Image: https://tagme.pk/assets/img/nine-app.webp - Source: https://tagme.pk/download - **B9 Game Download ᐉ Get the Latest B9 Game APK & Start Winning!** - Image: https://tagme.pk/assets/img/download/b9-bonus.webp - Source: https://tagme.pk/download - **B9 Game Download ᐉ Get the Latest B9 Game APK & Start Winning!** - Image: https://tagme.pk/assets/img/download/b9-download.webp - Source: https://tagme.pk/download - **B9 Game Download ᐉ Get the Latest B9 Game APK & Start Winning!** - Image: https://tagme.pk/assets/img/download/b9-bets.webp - Source: https://tagme.pk/download - **What Is an Ad Tag? | AppsFlyer Mobile Glossary** - Image: https://www.appsflyer.com/wp-content/uploads/2022/08/ad-tag.jpg - Source: https://www.appsflyer.com/glossary/ad-tag/ - **How do I use the Tag Performance Report? – Sprout Social Support** - Image: https://support.sproutsocial.com/hc/article_attachments/4404936156173 - Source: https://support.sproutsocial.com/hc/en-us/articles/211892343-How-do-I-use-the-Tag-Performance-Report ## 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": "dark", "fonts": [ { "family": "Inter", "role": "body" } ], "colors": { "primary": "#EBCB13", "accent": "#4EF3A4", "background": "#1D1D1D", "textPrimary": "#1D1D1D", "link": "#4EF3A4" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Inter" }, "fontStacks": { "heading": [ "Inter", "sans-serif" ], "body": [ "Inter", "sans-serif" ], "paragraph": [ "Inter", "sans-serif" ] }, "fontSizes": { "h1": "40px", "h2": "40px", "body": "16.8px" } }, "spacing": { "baseUnit": 10, "borderRadius": "6px" }, "components": { "buttonPrimary": { "background": "#EBCB13", "textColor": "#131313", "borderColor": "#EBCB13", "borderRadius": "6px", "borderRadiusCorners": { "topLeft": "6px", "topRight": "6px", "bottomRight": "6px", "bottomLeft": "6px" }, "shadow": "none" }, "buttonSecondary": { "background": "#191717", "textColor": "#FFFFFF", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" } }, "images": { "logo": null, "favicon": "https://tagme.pk/assets/img/favicon.svg", "ogImage": null }, "__llm_button_reasoning": { "primary": { "index": 2, "text": "Download", "reasoning": "Button #2 has a vibrant background color (#EBCB13) which is distinct and stands out as the primary call-to-action. It uses a brand color and has a more prominent design with a border radius, making it the most likely primary CTA." }, "secondary": { "index": 0, "text": "Download", "reasoning": "Button #0 is selected as secondary because it has a different background color (#191717) from the primary button and is less visually prominent, fitting the role of a secondary action." }, "confidence": 0.95 }, "personality": { "tone": "bold", "energy": "high", "targetAudience": "gamers and online casino enthusiasts" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.95, "colors": 0.9, "overall": 0.925 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none" }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```